bed2index | 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);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.