Skip to contents

Get the data from the Seurat object

Usage

GetFeaturesData(object, ...)

# S3 method for class 'Seurat'
GetFeaturesData(object, assay = NULL, ...)

# S3 method for class 'Assay'
GetFeaturesData(object, ...)

# S3 method for class 'Assay5'
GetFeaturesData(object, ...)

Arguments

object

A object

...

Additional arguments passed to the method

assay

Assay to get data from

Value

data

Examples

data("pancreas_sub")
features <- GetFeaturesData(pancreas_sub)
head(features)
#> data frame with 0 columns and 6 rows