cljam.algo.dedupe

Functions to remove duplications.

dedupe

(dedupe in out & {:keys [remove-dups], :or {remove-dups true}})
Removes PCR duplications from paired-end alignments.

dedupe-xform

(dedupe-xform & {:keys [remove-dups], :or {remove-dups true}})
Returns a transducer which removes PCR duplications.