usedChromGenes {annotate} | R Documentation |
Given an instance of an exprSet
, a chromLocation
object
and the name of a chromosome this function returns all genes represented
in the exprSet
on the specified chromosome.
usedChromGenes(eSet, chrom, specChrom)
eSet |
An instance of an exprSet object. |
chrom |
The name of the chromosome of interest. |
specChrom |
An instance of a chromLocation object. |
Returns a vector of gene names that represent the genes from the
exprSet
that are on the specified chromosome.
Jeff Gentry
data(eset) data(hgu95AProbLocs) usedChromGenes(eset,"1",hgu95AProbLocs)