| counts | R Documentation |
Counts
counts(object, ...)
counts(object, ...) <- value
## S4 method for signature 'bcbioRNASeq'
counts(object, normalized = FALSE)
object |
Object. |
normalized |
tximport caller-specific normalizations:
Additional gene-level-specific normalizations:
Note that |
... |
Additional arguments. |
value |
Value to assign. |
By default, return the raw counts. Normalized counts in a variety of formats
can be accessed using the normalized argument.
matrix.
Updated 2022-03-07.
Michael Steinbaugh, Lorena Pantano
TMM: Robinson and Oshlack (2010).
RLE: Anders and Huber (2010).
tximport::tximport().
DESeq2::counts().
DESeq2::sizeFactors().
DESeq2::varianceStabilizingTransformation().
DESeq2::rlog().
DESeq2::fpkm().
edgeR::calcNormFactors().
tmm().
relativeLogExpression().
## bcbioRNASeq ====
data(bcb)
summary(counts(bcb))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.