powered by
convert a region index into a bed file dataframe
index2bed(x, set.type = TRUE)
an index
should the attribute input.type be set. Sometimes it is desirable to avoid setting it when applying intermediate conversion
Daryl Waggott
if (check.binary("bedtools")) { index <- get.example.regions(); a <- index[[1]]; a.bed <- index2bed(a); }
Run the code above in your browser using DataLab