Create a self-destructing local temporary bigwig based on a BED file and chromsizes array.
Source:R/test-helpers.R
local_create_sample_bigwig.Rd
Create a self-destructing local temporary bigwig based on a BED file and chromsizes array.
Usage
local_create_sample_bigwig(
bed,
chromsizes,
f = tempfile(fileext = ".bw"),
env = parent.frame()
)