Description Usage Arguments Value Author(s) References Examples
Plot average rates of recombination from the deCODE genetic map for a specified genetic sequence.
1 2 | recombRate(minRange, maxRange, chromosome, genome = "hg19", vp = viewport(x = 0,
y = 0.99, height = 0.04, just = c("left", "top")), view = "dense")
|
minRange |
The sequence minimum range in base pairs. |
maxRange |
The sequence maximum range in base pairs. |
chromosome |
A character string identifying the chromosome. |
genome |
The genome assembly to use. The default is hg19, the most recent human genome assembly on the UCSC genome browser. |
vp |
A |
view |
Display mode. Possible values are |
A grob
representing recombination rates.
Sigal Blay <sblay@sfu.ca> and more
http://genome.ucsc.edu/cgi-bin/hgTrackUi?g=recombRate
1 2 3 4 5 6 7 8 9 | ## Not run:
grid.newpage()
recombRate(129000000, 140000000, "chr7", "hg18")
grid.newpage()
pushViewport(viewport(width=0.8, x=0.2, just="left"))
recombRate(129000000, 140000000, "chr7", "hg18", view="full")
popViewport()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.