Description Usage Arguments Value See Also
Summarizes abundances, counts, lengths, (and inferential replicates or variance) from transcript- to gene-level.
1 2 3 4 5 6 7 8 9 10 11 | summarizeToGene(object, ...)
## S4 method for signature 'list'
summarizeToGene(
object,
tx2gene,
varReduce = FALSE,
ignoreTxVersion = FALSE,
ignoreAfterBar = FALSE,
countsFromAbundance = c("no", "scaledTPM", "lengthScaledTPM")
)
|
object |
the list of matrices of trancript-level abundances,
counts, lengths produced by |
... |
additional arguments, ignored |
tx2gene |
see |
varReduce |
see |
ignoreTxVersion |
see |
ignoreAfterBar |
see |
countsFromAbundance |
see |
a list of matrices of gene-level abundances, counts, lengths, (and inferential replicates or variance if inferential replicates are present).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.