makeBrowserCoord | R Documentation |
Given coordinates for a genomic region, return a browser-friendly version.
makeBrowserCoord(chr, start, end)
chr |
The chromosome |
start |
The starting position of the genomic region |
end |
The ending position of the genomic region |
String with copy-pastable, genome browser-friendly version of coordinates.
makeBrowserCoord("chr1", 1000, 2000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.