as.Seurat.CellDataSet {Seurat} | R Documentation |
Convert objects to Seurat
objects
Description
Convert objects to Seurat
objects
Usage
## 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 = NULL,
project = "SingleCellExperiment",
...
)
Arguments
x |
An object to convert to class |
slot |
Slot to store expression data as |
assay |
Name of assays to convert; set to |
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 |
Value
A Seurat
object generated from x
See Also
[Package Seurat version 5.1.0 Index]