geneCountTable {DEXSeq} | R Documentation |
This function returns a count table where each row is a gene and each column is a sample, by adding up the values for each gene's individual counting bins.
geneCountTable(ecs)
ecs |
An ExonCountSet object. |
DESeq
data("pasillaExons", package="pasilla") head(geneCountTable(pasillaExons))