read.bed {chicane}R Documentation

read.bed

Description

Read a BED file and return regions in chrN:start-end format

Usage

read.bed(bed.path, zero.based = TRUE)

Arguments

bed.path

Path to bed file

zero.based

Whether to return ID in zero-based coordinates

Value

vector of region IDs

Examples

bait.file <- system.file('extdata', '2q35.bed', package = 'chicane');
baits <- read.bed(bait.file);


[Package chicane version 0.1.8 Index]