Description Usage Arguments Details Value Examples
getMouseGenes
returns a GRanges
object of all protein
coding genes genome-wide or within specified chromosomes. Annotation
is from regions from mm9 and protein coding genes.
1 2 3 4 5 6 7 | getMouseGenes(chr)
## S4 method for signature 'missing'
getMouseGenes(chr)
## S4 method for signature 'character'
getMouseGenes(chr)
|
chr |
A vector of chromosomes |
This function returns a GRanges
object with the coordinates and
gene IDs of all protein coding genes either genome-wide
(by default) orspecified within a particular chromosome.
A GRanges object
1 2 3 4 | # Grab all protein coding gene locations genome-wide
pc.genes <- getMouseGenes()
# Grab all protein coding gene loctions on chromosome 1
chr1 <- getHumanGenes(c('1'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.