powered by
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)
A Seurat objects.
A SingleCellExperiment object.
data(sim_data_sce) # seuratlist <- InputData(sim_data_sce,"Study") seuratobj <- SCEtoSeurat(sim_data_sce)
Run the code above in your browser using DataLab