if (FALSE) {
gdb.init_examples()
# Export to BigWig (requires bedGraphToBigWig)
gtrack.export_bigwig("dense_track", "/tmp/dense.bw")
# With specific region
gtrack.export_bigwig("dense_track", "/tmp/dense_chr1.bw",
intervals = gintervals(1, 0, 1e6)
)
}
Run the code above in your browser using DataLab