GRangesToCoord | R Documentation |
Convert a GRanges object for one region to a genome browser-friendly string
GRangesToCoord(gr)
gr |
GRanges object specifying region to convert to a string |
String
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.