get_bed: get bed

View source: R/ATAC-seq.R

get_bedR Documentation

get bed

Description

Extract 'chr', 'start', 'end' columns of peak file

Usage

get_bed(peak)

Arguments

peak

peak file which should contain 'chr', 'start', 'end' columns

Value

return bed format data frame

Examples

load(system.file("extdata", "test_peak.rda", package = "IReNA"))
peak_bed <- get_bed(test_peak)

jiang-junyao/IReNA documentation built on May 17, 2024, 12:29 a.m.