Description Usage Arguments Details Value Author(s) Examples
Simple helper function to make a tximport
-style txi list object for
downstream use, especially with DESeq2
and the
DESeqDataSetFromTximport()
function.
1 2 3 | make_txi(
se
)
|
se |
A |
Meant to facilitate differential expression using DESeq2
as explained
in the FieldEffectCrc
package vignette.
browseVignettes("FieldEffectCrc")
A list object with 4 elements, including 3 matrices and a character string.
The matrices are in the following order: abundance, counts, length. The
character string specifies whether tximport
has scaled the counts. None
of the counts have been scaled in the FieldEffectCrc
package.
Chris Dampier
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.