[28e211]: / man / DISCBIO2SingleCellExperiment.Rd

Download this file

26 lines (24 with data), 615 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/customConverters.R
\name{DISCBIO2SingleCellExperiment}
\alias{DISCBIO2SingleCellExperiment}
\title{Convert a DISCBIO object to a SingleCellExperiment.}
\usage{
DISCBIO2SingleCellExperiment(x)
}
\arguments{
\item{x}{an object of class DISCBIO}
}
\value{
a SingleCellExperiment-class object
}
\description{
Extract the SingleCellExperiment input data from the corresponding input slot
in a DISCBIO-class object
}
\examples{
g1_disc <- DISCBIO(valuesG1msTest)
class(g1_disc)
g1_sce <- DISCBIO2SingleCellExperiment(g1_disc)
class(g1_sce)
}