bed2GRanges: bed2GRanges : read bed to GRanges

Description Usage Arguments Value Examples

View source: R/utility.R

Description

bed2GRanges : read bed to GRanges

Usage

1
bed2GRanges(BEDFile, header = FALSE)

Arguments

BEDFile

bed file

Value

bed information, in GRanges object

Examples

1
2
3
BEDFile="./test_data/E094_DNase.all.peaks.v2.bed"
b2G=bed2GRanges(BEDFile,header = FALSE)
head(b2G)

caokai001/kcaoplot documentation built on Jan. 8, 2020, 11:10 a.m.