read_bedpe: Load, parse and check BEDPE.

View source: R/read_bedpe.R

read_bedpeR Documentation

Load, parse and check BEDPE.

Description

This function loads a BEDPE file. Columns 2 and 4 and 5 and 6 will be sorted numerically. If only a BED-file is present, duplicate BED-columns 1,2,3 as: 1,2,2,1,3,3.

Usage

read_bedpe(loop.bed, header = T)

Arguments

loop.bed

Path to bedpe file.

header

Does the file come with a header?

Value

A data.frame with the bedpe-values.


robinweide/GENOVA documentation built on March 14, 2024, 11:16 p.m.