powered by
Read a BED file and return regions in chrN:start-end format
read.bed(bed.path, zero.based = TRUE)
Path to bed file
Whether to return ID in zero-based coordinates
vector of region IDs
# NOT RUN { bait.file <- system.file('extdata', '2q35.bed', package = 'chicane'); baits <- read.bed(bait.file); # }
Run the code above in your browser using DataLab