View source: R/customConverters.R
DISCBIO2SingleCellExperiment | R Documentation |
Extract the SingleCellExperiment input data from the corresponding input slot in a DISCBIO-class object
DISCBIO2SingleCellExperiment(x)
x |
an object of class DISCBIO |
a SingleCellExperiment-class object
g1_disc <- DISCBIO(valuesG1msTest)
class(g1_disc)
g1_sce <- DISCBIO2SingleCellExperiment(g1_disc)
class(g1_sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.