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)

Read sequence of WIG fields from reader

Read 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

wig-fieldsclj

source

WIGReaderclj

source

WIGWriterclj

source

write-fieldsclj

(write-fields wtr xs)

Write sequence of WIG fields to writer.

Write 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