ctd_to_se: Convert: 'CellTypeDataset' ==> 'SingleCellExperiment'

View source: R/ctd_to_se.R

ctd_to_seR Documentation

Convert: CellTypeDataset ==> SingleCellExperiment

Description

Convert: CellTypeDataset ==> SingleCellExperiment

Usage

ctd_to_se(obj, as_sce = FALSE, as_delayedarray = FALSE, verbose = TRUE)

Arguments

obj

A single-cell object supported by scKirby. See converters for a table of all supported conversions.

as_sce

Convert to a SingleCellExperiment format.

as_delayedarray

Convert to DelayedArray.

verbose

Print messages.

Examples

obj <- example_obj("ctd")
obj <- ctd_to_sce(obj)

bschilder/scKirby documentation built on April 22, 2024, 12:13 a.m.