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",
  ...
)

Arguments

x

object to extract data from.

coord.name

name of coordinates.

feature.name

name of features.

meta.data

whether to include meta.data.

...

argument passed down to methods.

assay

name of assay to use for Seurat objects.

slot

name of slot to use for Seurat objects.