geneIDs {DEXSeq} | R Documentation |
This function is an accessor for the gene identifiers for each of the rows in the count table.
geneIDs(ecs) geneIDs(ecs) <- value
ecs |
An ExonCountSet object. |
value |
An factor of gene identifiers, one for each of the rows of the count data. |
data("pasillaExons", package="pasilla") head( geneIDs( pasillaExons ) )