split_chromosomes_run <- function(query_granges){
GenomicRanges::split(
x = query_granges,
f = GenomicRanges::seqnames(query_granges),
drop = TRUE
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.