Learn R Programming

SeqGSEA (version 1.12.0)

getGeneCount: Calculate read counts of genes from a ReadCountSet object

Description

Calculate read counts of genes from a ReadCountSet object

Usage

getGeneCount(RCS)

Arguments

RCS
a ReadCountSet object

Value

a matrix of gene read counts for each gene (row) and each sample (col).

Details

This function can be used to get gene read counts from exon read counts.

See Also

loadExonCountData, runDESeq

Examples

Run this code
data(RCS_example, package="SeqGSEA")
geneCounts <- getGeneCount(RCS_example)

Run the code above in your browser using DataLab