DISCBIO2SingleCellExperiment: Convert a DISCBIO object to a SingleCellExperiment.

View source: R/customConverters.R

DISCBIO2SingleCellExperimentR Documentation

Convert a DISCBIO object to a SingleCellExperiment.

Description

Extract the SingleCellExperiment input data from the corresponding input slot in a DISCBIO-class object

Usage

DISCBIO2SingleCellExperiment(x)

Arguments

x

an object of class DISCBIO

Value

a SingleCellExperiment-class object

Examples

g1_disc <- DISCBIO(valuesG1msTest)
class(g1_disc)
g1_sce <- DISCBIO2SingleCellExperiment(g1_disc)
class(g1_sce)


DIscBIO documentation built on Nov. 6, 2023, 5:08 p.m.