Liking cljdoc? Tell your friends :D

cljam.io.sam.util

Utilities related to SAM/BAM format.

Utilities related to SAM/BAM format.
raw docstring

compute-binclj

(compute-bin aln)

Returns indexing bin based on alignment start and end.

Returns indexing bin based on alignment start and end.
sourceraw docstring

get-endclj

(get-end {:keys [pos cigar]})

Returns the end position in reference for the given alignment.

Returns the end position in reference for the given alignment.
sourceraw docstring

parse-alignmentclj

(parse-alignment line)

Parse an alignment line, returning a map of the alignment.

Parse an alignment line, returning a map of the alignment.
sourceraw docstring

stringify-alignmentclj

(stringify-alignment a)

Converts an alignment data to a string representation of the SAM format.

Converts an alignment data to a string representation of the SAM format.
sourceraw docstring

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

× close