Description Usage Arguments Details Value Author(s) Examples
Given any SummarizedExperiment
data object, extract basic information needed and convert it into a DGEList
object.
1 | SE2DGEList(object)
|
object |
a |
This function takes a SummarizedExperiment
data object as input.
The counts
of the assay component of the input SummarizedExperiment
data object is extracted and used as the counts
component of the output DGEList
object.
The rowRanges
or rowData
of the input is converted into a data.frame
and used as genes
in the output.
The colData
of the input is also converted into a data.frame
and used as the sample information in the output.
A DGEList
object.
Yunshun Chen and Gordon Smyth
1 2 3 4 5 6 | ## Not run:
library(SummarizedExperiment)
example(SummarizedExperiment)
y <- SE2DGEList(se)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.