to_sce: Convert from Seurat to SingleCellExperiment

View source: R/sce.R

to_sceR Documentation

Convert from Seurat to SingleCellExperiment

Description

This is a conversion function between R objects from class 'Seurat' to 'SingleCellExperiment' to increase interoperability.

Usage

to_sce(object = NULL, assay = NULL)

Arguments

object

Object of class 'Seurat'

assay

Name of assay object to use for the main SingleCellExperiment (all other assays will be stored as altExps, defaults to first assay in list)

Value

Object of class 'SingleCellExperiment'


OliverDietrich/SeuratHelper documentation built on Jan. 20, 2024, 2:57 a.m.