Description Usage Arguments Details Value Examples
getMouseTSS returns a GRanges object of all 
transcription start sites for humans. Regions from mm9 for 
protein coding regions.
| 1 2 3 4 5 6 7 | getMouseTSS(chr)
## S4 method for signature 'missing'
getMouseTSS(chr)
## S4 method for signature 'character'
getMouseTSS(chr)
 | 
| chr | Specifies what chromosomes are desired for the TSS# | 
This function returns a GRanges object with the coordinates and
gene TSS. The start and end of the IRanges slot will be the same number,
so consider using the padGRanges function after calling this function.
A GRanges object
| 1 2 | # Grab all transition start sites genome-wide
mouse.TSS <- getMouseTSS()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.