AmbiguousAlignmentChainsFilter

Discard read if it has an alignment that aligns in multiple locations of one contig with approximately equal quality.

class AmbiguousAlignmentChainsFilter : ReadFilter {}

Members

Static variables

maxAbsoluteDiff
enum maxAbsoluteDiff;

Two scores are considered similar if the absolute "error" of them is smaller than defaulMaxAbsoluteDiff.

maxRelativeDiff
enum maxRelativeDiff;

Two scores are considered similar if the relative "error" of them is smaller than defaulMaxRelativeDiff.

Meta