A library and associated tools for reading and writing bigwigs and bigbeds
bigWig signal → score matrix over BED regions — Rust port of deeptools computeMatrix
Pure-Rust bigWig/BBI reader and writer: header, chromosome B-tree, R-tree interval search, bedGraph/varStep/fixedStep section decode, zoom-level statistics, and a write_bigwig API that emits valid bigWig from (chrom,start,end,value) intervals.
CLI for reading genome track files.
Library for reading genome track files.
Per-bin comparison of two BAMs as a bedGraph/bigWig track — Rust port of deeptools bamCompare (log2/ratio/subtract/... of binned coverage with readCount scaling)
Binned BAM → bedGraph/bigWig signal track — Rust port of deeptools bamCoverage