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