ctd_to_sce: CellTypeDataset to SingleCellExperiment

View source: R/ctd_to_sce.R

ctd_to_sceR Documentation

CellTypeDataset to SingleCellExperiment

Description

Copied from scKirby, which is not yet on CRAN or Bioconductor.

Usage

ctd_to_sce(object, as_sparse = TRUE, as_DelayedArray = FALSE, verbose = TRUE)

Arguments

object

CellTypeDataset object.

as_sparse

Store SingleCellExperiment matrices as sparse.

as_DelayedArray

Store SingleCellExperiment matrices as DelayedArray.

verbose

Print messages.

Value

SingleCellExperiment

Examples

ctd <- ewceData::ctd()
sce <- EWCE::ctd_to_sce(ctd)

NathanSkene/EWCE documentation built on July 11, 2024, 4:19 a.m.