Convert objects to Seurat objects
Convert objects to Seurat
objects
## S3 method for class 'CellDataSet' as.Seurat(x, slot = "counts", assay = "RNA", verbose = TRUE, ...) ## S3 method for class 'SingleCellExperiment' as.Seurat( x, counts = "counts", data = "logcounts", assay = "RNA", project = "SingleCellExperiment", ... )
x |
An object to convert to class |
slot |
Slot to store expression data as |
assay |
Name to store expression matrices as |
verbose |
Show progress updates |
... |
Arguments passed to other methods |
counts |
name of the SingleCellExperiment assay to store as |
data |
name of the SingleCellExperiment assay to slot as |
project |
Project name for new Seurat object |
A Seurat
object generated from x
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.