Convert intervals to sequences
intervals_to_seq.Rd
This function takes a set of intervals and converts them into sequences. It requires the 'misha' package to be installed. If the package is not installed, it will display an error message with instructions on how to install it.
Examples
if (FALSE) { # \dontrun{
library(misha)
gdb.init_examples()
intervals_to_seq(gintervals.load("annotations"))
} # }