as.CellDataSet {Seurat} | R Documentation |
Convert objects to CellDataSet objects
Description
Convert objects to CellDataSet objects
Usage
as.CellDataSet(x, ...)
## S3 method for class 'Seurat'
as.CellDataSet(x, assay = NULL, reduction = NULL, ...)
Arguments
x |
An object to convert to class |
... |
Arguments passed to other methods |
assay |
Assay to convert |
reduction |
Name of DimReduc to set to main reducedDim in cds |
[Package Seurat version 5.1.0 Index]