bed2index {bedr} | R Documentation |
convert a dataframe in bed format to an index string
bed2index(x, sort = TRUE)
x |
a object region object or index |
sort |
should the index be sorted |
Returns a vector of string based genomic regions
Daryl Waggott
test.regions <- get.random.regions(10);
bed2index(test.regions);