Liking cljdoc? Tell your friends :D

cljam.io.bam-index.reader


read-all-index!clj

(read-all-index! r)

Reads all linear indices and bin indices. Returns a vector of maps containing :bidx and :lidx.

Reads all linear indices and bin indices.
Returns a vector of maps containing :bidx and :lidx.
sourceraw docstring

read-bin-index!clj

(read-bin-index! rdr ref-idx)

Reads a binning index eagerly for the given reference index. Returns a vector of maps containing :bin and :chunks.

Reads a binning index eagerly for the given reference index.
Returns a vector of maps containing :bin and :chunks.
sourceraw docstring

read-linear-index!clj

(read-linear-index! rdr ref-idx)

Reads a linear index eagerly for the given reference index. Returns a vector of linear index numbers

Reads a linear index eagerly for the given reference index.
Returns a vector of linear index numbers
sourceraw docstring

readerclj

(reader f)

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

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

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

× close