SCEtoSeurat {SCIntRuler} | R Documentation |
Input and Split SingleCellExperiment Data
Description
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.
Usage
SCEtoSeurat(sce)
Arguments
sce |
A SingleCellExperiment object. |
Value
A Seurat objects.
Examples
data(sim_data_sce)
# seuratlist <- InputData(sim_data_sce,"Study")
seuratobj <- SCEtoSeurat(sim_data_sce)
[Package SCIntRuler version 0.99.6 Index]