Learn R Programming

valr (version 0.8.3)

read_bigwig: Read a bigwig file into a valr compatible tbl

Description

This function will output a 4 column tibble with zero-based chrom, start, end, value columns.

Usage

read_bigwig(path, ...)

Arguments

path

path to bigWig file

...

params for cpp11bigwig::read_bigwig()

Examples

Run this code
read_bigwig(valr_example("hg19.dnase1.bw"))

read_bigwig(valr_example("hg19.dnase1.bw"), as = "GRanges")

Run the code above in your browser using DataLab