powered by
convert a dataframe in bed format to an index string
bed2index(x, sort = TRUE)
Returns a vector of string based genomic regions
a object region object or index
should the index be sorted
Daryl Waggott
test.regions <- get.random.regions(10); bed2index(test.regions);
Run the code above in your browser using DataLab