Description Usage Arguments Details Value Author(s) See Also Examples
Converting a SummarizedExperiment object to a DGEList object for analysis with edgeR.
1 2 |
object |
A SummarizedExperiment object or its derived classes, like that produced by |
lib.sizes |
An (optional) integer vector of library sizes. |
norm.factors |
An (optional) numeric vector of normalization factors. |
assay.id |
A string or integer scalar indicating which assay in |
... |
Other arguments to be passed to |
Counts are extracted from specified assay
matrix in the SummarizedExperiment object and used to construct a DGEList object via DGEList
.
If not specified in lib.sizes
, library sizes are taken from the totals
field in the column data of object
.
Warnings will be generated if this field is not present.
If norm.factors
is not specified, asDGEList
will attempt to extract normalization factors from object$norm.factors
.
If this is not available, factors will be set to the default (all unity).
If assays(object)$offset
is present, this will be assigned to the offset
field of the output DGEList
object.
A DGEList object is returned containing counts and normalization information.
Aaron Lun
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.