Nothing
#'@title a function to split a GRanges into GRangesList by its names.
#'@param x a list like object.
#'
#'@return the list split by its names.
#'@keywords internal
#'
split_by_name <- function(x) {
return(split(x, names(x)))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.