geneIDs {DEXSeq}R Documentation

Accessor for the geneIDs in an ExonCountSet object.

Description

This function is an accessor for the gene identifiers for each of the rows in the count table.

Usage

geneIDs(ecs)
geneIDs(ecs) <- value

Arguments

ecs

An ExonCountSet object.

value

An factor of gene identifiers, one for each of the rows of the count data.

Examples

data("pasillaExons", package="pasilla")
head( geneIDs( pasillaExons ) )

[Package DEXSeq version 1.0.2 Index]