Liking cljdoc? Tell your friends :D
Clojure only.

cljam.algo.dedupe

Functions to remove duplications.

Functions to remove duplications.
raw docstring

dedupeclj

(dedupe in out & {:keys [remove-dups] :or {remove-dups true}})

Removes PCR duplications from paired-end alignments.

Removes PCR duplications from paired-end alignments.
sourceraw docstring

dedupe-xformclj

(dedupe-xform & {:keys [remove-dups] :or {remove-dups true}})

Returns a transducer which removes PCR duplications.

Returns a transducer which removes PCR duplications.
sourceraw docstring

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

× close