Description Usage Arguments Details Value Methods (by class) See Also
Calculate normalized counts.
1 2 3 4 5 6 7 | normalize_counts(x, ...)
## S4 method for signature 'BbcSE'
normalize_counts(x, de_pkg = "edger")
## S4 method for signature 'DGEList'
normalize_counts(x)
|
x |
A BbcSE object or a DGEList or a DESeqDataSet. |
... |
Not used currently |
de_pkg |
"edger" or "deseq2". Only used if x is a BbcSE |
Normalization uses methods from the package corresponding to the de_pkg paramter:
Uses edgeR::cpm with normalized.lib.sizes = TRUE and log = TRUE
Not implemented yet.
A BbcSE object or a matrix or....
BbcSE
: For de_pkg="edger", a SummarizedExperiment
object is created and stored in the BbcEdgeR object in the edger slot.
Group average log normalized counts are also calculated and stored as
rowData.
DGEList
: log normalized counts returned as a matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.