Description Usage Arguments Details
Produces a table with estimated trancript abundances for a given
transcript_quantifier-class
object.
1 2 3 4 | transcript_abundance(tq, norm_method = c("tpm", "tmm"))
## S4 method for signature 'transcript_quantifier'
transcript_abundance(tq, norm_method = c("tpm", "tmm"))
|
tq |
A transcript_quantifier-class object |
norm_method |
type of normalization to use: "tpm" or "tmm". Defaults to "tpm". Described further in details. |
We provide two methods for normalizing transcript abundances, with each having different strengths. Both of the methods start with the polymerase desity ( polymerase per bp) estimated by the DENR method but handle sequencing depth differently:
"tpm"Abundances are returned in the form analogous to TPM (transcripts per million) where the output units are normalized for sequencing depth by dividing the polymerase density by the total read count and multiplying by 10^6
"tmm"Normalizes per transcript abundance using the inverse of the trimmed mean abundance for transcripts with abundance > 0. Uses transcripts in the 20 quantile range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.