cljam.io.wig
Functions to read and write the WIG (Wiggle) format. See https://genome.ucsc.edu/goldenpath/help/wiggle.html for the detail WIG specifications.
reader
(reader f)
Returns an open cljam.io.wig.WIGReader of f. Should be used inside with-open to ensure the reader is properly closed.
writer
(writer f)
Returns an open cljam.io.wig.WIGWriter of f. Should be used inside with-open to ensure the writer is properly closed.