SCEtoSeurat: Input and Split SingleCellExperiment Data

View source: R/SCEtoSeurat.R

SCEtoSeuratR 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)

SCIntRuler documentation built on Sept. 11, 2024, 5:22 p.m.