read_bigwig: Read a bigwig file into a valr compatible tbl

View source: R/read_bed.r

read_bigwigR Documentation

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

read_bigwig(valr_example("hg19.dnase1.bw"))

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


valr documentation built on April 4, 2025, 5 a.m.