SCEtoSeurat | R Documentation |
This function takes a SingleCellExperiment object and a variable by which to split it, converts it to a Seurat object, and then splits it according to the specified variable.
SCEtoSeurat(sce)
sce |
A SingleCellExperiment object. |
A Seurat objects.
data(sim_data_sce)
# seuratlist <- InputData(sim_data_sce,"Study")
seuratobj <- SCEtoSeurat(sim_data_sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.