.subsetMetagene | R Documentation |
Keep transcripts with the highest expression in coding start and end regions.
.subsetMetagene(metagene, nTx)
metagene |
A list of two matrices representing read counts in CDS start and end regions. Each row is a transcript, each column is a position, and value represents read counts in a transcript at a position. |
nTx |
A numeric variable of the number of transcripts to keep. |
A filtered list of two matrices where the highest expressed transcripts (in coding start and end regions) are kept.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.