Learn R Programming

ICAMS (version 3.0.11)

ReadBedRanges: Read chromosome and position information from a bed format file.

Description

Read chromosome and position information from a bed format file.

Usage

ReadBedRanges(file)

Value

A data.table keyed by chrom, start, and end. It uses one-based coordinates.

Arguments

file

Path to the file in bed format.