Get the data from the Assay, Assay5 or 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
Assay,Assay5orSeuratobject.- ...
Additional arguments passed to the method.
- assay
Which assay to use. If
NULL, the default assay of the Seurat object will be used. When the object also containsChromatinAssay, the default assay and additionalChromatinAssaywill be preprocessed sequentially.