to_sce | R Documentation |
This is a conversion function between R objects from class 'Seurat' to 'SingleCellExperiment' to increase interoperability.
to_sce(object = NULL, assay = NULL)
object |
Object of class 'Seurat' |
assay |
Name of assay object to use for the main SingleCellExperiment (all other assays will be stored as altExps, defaults to first assay in list) |
Object of class 'SingleCellExperiment'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.