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

ReadBedRangesR Documentation

Read chromosome and position information from a bed format file.

Description

Read chromosome and position information from a bed format file.

Usage

ReadBedRanges(file)

Arguments

file

Path to the file in bed format.

Value

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

Note

Only chromosomes 1-22 and X and Y will be kept.


ICAMS documentation built on June 15, 2025, 1:08 a.m.