bed_to_granges: BED to GRanges

View source: R/bed_to_granges.R

bed_to_grangesR Documentation

BED to GRanges

Description

This function loads a BED-like file and stores it as a GRanges object. The tab-delimited file must be ordered as 'chr', 'start', 'end', 'id', 'score', 'strand'. The minimal BED file must have the 'chr', 'start', 'end' columns. Any columns after the strand column are ignored.

Usage

bed_to_granges(file)

Arguments

file

Location of your file


KSheu/ksheu.library1 documentation built on Jan. 28, 2025, 3:26 p.m.