Description Usage Arguments Value Author(s) Examples
View source: R/chromLocation.R
Given an instance of an ExpressionSet
, a chromLocation
object
and the name of a chromosome this function returns all genes represented
in the ExpressionSet
on the specified chromosome.
1 | usedChromGenes(eSet, chrom, specChrom)
|
eSet |
An instance of an |
chrom |
The name of the chromosome of interest. |
specChrom |
An instance of a |
Returns a vector of gene names that represent the genes from the
ExpressionSet
that are on the specified chromosome.
Jeff Gentry
1 2 3 | data(sample.ExpressionSet)
data(hgu95AProbLocs)
usedChromGenes(sample.ExpressionSet, "1", hgu95AProbLocs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.