get_data: get_data

View source: R/data.R

get_dataR Documentation

get_data

Description

Get miscellaneous data from objects.

Usage

get_data(x, coord.name = NULL, feature.name = NULL, meta.data = TRUE, ...)

## S3 method for class '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.


ddiez/scmisc documentation built on July 21, 2024, 11:35 a.m.