Reads a BED file, plain or gzipped, and returns a misha 1D intervals data
frame. Track/browser/comment header lines are skipped automatically.
Chromosome names are normalized through the active database's
CHROM_ALIAS mechanism (so chr1 <-> 1 works without
explicit configuration).
Arguments
- file
path to a BED file (
.bedor.bed.gz). Zip archives are not supported - unzip them first.- name
if
TRUEand a 4th column exists, include it asname.- score
if
TRUEand a 5th (numeric) column exists, include it asscore.- strand
if
TRUEand a 6th column exists, include it asstrand(mapped to1/-1/0).