Get miscellaneous data from objects.
get_data(x, coord.name = NULL, feature.name = NULL, meta.data = TRUE, ...)
# S3 method for Seurat
get_data(
x,
coord.name = NULL,
feature.name = NULL,
meta.data = TRUE,
assay = NULL,
slot = "data",
...
)
object to extract data from.
name of coordinates.
name of features.
whether to include meta.data.
argument passed down to methods.
name of assay to use for Seurat objects.
name of slot to use for Seurat objects.