Liking cljdoc? Tell your friends :D

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.

Functions to read and write the WIG (Wiggle) format. See
https://genome.ucsc.edu/goldenpath/help/wiggle.html for the detail WIG
specifications.
raw docstring

read-fieldsclj

(read-fields rdr)

Reads sequence of WIG fields from reader

Reads sequence of WIG fields from reader
sourceraw docstring

readerclj

(reader f)

Returns an open cljam.io.wig.WIGReader of f. Should be used inside with-open to ensure the reader is properly closed.

Returns an open cljam.io.wig.WIGReader of f. Should be used inside with-open
to ensure the reader is properly closed.
sourceraw docstring

write-fieldsclj

(write-fields wtr xs)

Writes sequence of WIG fields to writer.

Writes sequence of WIG fields to writer.
sourceraw docstring

writerclj

(writer f)

Returns an open cljam.io.wig.WIGWriter of f. Should be used inside with-open to ensure the writer is properly closed.

Returns an open cljam.io.wig.WIGWriter of f. Should be used inside with-open
to ensure the writer is properly closed.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close