Description Usage Arguments Value Examples
View source: R/seuratFunctions.R
convertSCEToSeurat Converts sce object to seurat while retaining all assays and metadata
1 2 3 4 5 6 | convertSCEToSeurat(
inSCE,
countsAssay = NULL,
normAssay = NULL,
scaledAssay = NULL
)
|
inSCE |
A |
countsAssay |
Which assay to use from sce object for raw counts. Default |
normAssay |
Which assay to use from sce object for normalized data. Default |
scaledAssay |
Which assay to use from sce object for scaled data. Default |
Updated seurat object that contains all data from the input sce object
1 2 | data(scExample, package = "singleCellTK")
seurat <- convertSCEToSeurat(sce)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.