Description Usage Arguments Details Value Author(s) See Also Examples
Calculate read counts of genes from a ReadCountSet object
1 | getGeneCount(RCS)
|
RCS |
a ReadCountSet object |
This function can be used to get gene read counts from exon read counts.
a matrix of gene read counts for each gene (row) and each sample (col).
Xi Wang, xi.wang@newcastle.edu.au
1 2 | data(RCS_example, package="SeqGSEA")
geneCounts <- getGeneCount(RCS_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.