convert.pos.to.GRanges <-
function(chr, start, end) {
return(GRanges(seqnames = chr, ranges = IRanges(start = start, end = end)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.