as.Seurat.CellDataSet | R Documentation |
Seurat
objectsConvert 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 = NULL,
project = "SingleCellExperiment",
...
)
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 |
A Seurat
object generated from x
SeuratObject::as.Seurat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.