granges_style <- function(gr,
style = c("NCBI", "UCSC")) {
suppressWarnings(
GenomeInfoDb::seqlevelsStyle(gr) <- style[1]
)
return(gr)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.