getGeneCount {SeqGSEA} | R Documentation |
Calculate read counts of genes from a ReadCountSet object
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
data(RCS_example, package="SeqGSEA") geneCounts <- getGeneCount(RCS_example)