Learn R Programming

SCIntRuler (version 0.99.6)

SCEtoSeurat: 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)

Value

A Seurat objects.

Arguments

sce

A SingleCellExperiment object.

Examples

Run this code
data(sim_data_sce)
# seuratlist <- InputData(sim_data_sce,"Study")
seuratobj <- SCEtoSeurat(sim_data_sce)

Run the code above in your browser using DataLab