Description Usage Arguments Value Examples
Convert a GRanges object for one region to a genome browser-friendly string
1 | GRangesToCoord(gr)
|
gr |
GRanges object specifying region to convert to a string |
String
1 2 3 4 | gr <- GRanges(seqnames = "chr1",
ranges = IRanges(start = 1000, end = 2000))
GRangesToCoord(gr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.