Description Usage Arguments Details Value Examples
getHumanTSS returns a GRanges object of all
transcription start sites for humans. Regions from hg19/Gr37 for
protein coding regions.
1 2 3 4 5 6 7 | getHumanTSS(chr)
## S4 method for signature 'missing'
getHumanTSS(chr)
## S4 method for signature 'character'
getHumanTSS(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
human.TSS <- getHumanTSS()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.