cljam.io.bigwig

Functions to read the bigWig format. See https://genome.ucsc.edu/goldenpath/help/bigWig.html
and https://github.com/ucscGenomeBrowser/kent for the detail bigWig
specifications.

read-tracks

(read-tracks rdr)
Reads a bigWig tracks from reader and returns a sequence of tracks
representing Wig (fixedStep or variableStep) or BedGraph format.

reader

(reader f)
Returns an open cljam.io.bigwig.BIGWIGReader of f. Should be used inside with-open
to ensure the reader is properly closed.