powered by
This function will output a 5 column tibble with zero-based chrom, start, end, score, and strand columns.
read_bigwig(path, set_strand = "+")
path to bigWig file
strand to add to output (defaults to "+")
if (FALSE) { if (.Platform$OS.type != "windows") { bw <- read_bigwig(valr_example("hg19.dnase1.bw")) head(bw) } }
Run the code above in your browser using DataLab