View source: R/featureCounts2DGEList.R
featureCounts2DGEList | R Documentation |
Converts the list output by Rsubread::featureCounts
to a DGEList object.
featureCounts2DGEList(x)
x |
a list produced by |
Rsubread's featureCounts
function counts reads by features (typically exons or genomic intervals) or meta-features (typically genes).
It may also count reads crossing exon-exon junctions or reads internal to exons.
This function assembles all the read counts output by featureCounts
into an DGEList, ensuring unique row.names where appropriate.
The proportion of reads assigned to features is also stored.
A DGEList
data object.
Gordon Smyth.
DGEList-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.