read_bigwig | R Documentation |
This function will output a 4 column tibble with zero-based chrom, start, end, value columns.
read_bigwig(path, ...)
path |
path to bigWig file |
... |
params for |
read_bigwig(valr_example("hg19.dnase1.bw"))
read_bigwig(valr_example("hg19.dnase1.bw"), as = "GRanges")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.