as.SingleCellExperiment {Seurat} | R Documentation |
Convert objects to SingleCellExperiment objects
Description
Convert objects to SingleCellExperiment objects
Usage
as.SingleCellExperiment(x, ...)
## S3 method for class 'Seurat'
as.SingleCellExperiment(x, assay = NULL, ...)
Arguments
x |
An object to convert to class |
... |
Arguments passed to other methods |
assay |
Assays to convert |
[Package Seurat version 5.1.0 Index]