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)
#>                 TF CSPA
#> Xkr4          <NA> <NA>
#> Mrpl15        <NA> <NA>
#> 4732440D04Rik <NA> <NA>
#> Gm26901       <NA> <NA>
#> Sntg1         <NA> <NA>
#> Mybl1           TF <NA>