BadAlignmentCoverageAssessor

Mask reference regions where the alignment coverage is not within set limits. This helps to identify repetitive or bad quality regions.

Constructors

this
this(double lowerLimit, double upperLimit)

Create an assessor with these limits.

Members

Functions

opCall
ReferenceRegion opCall(const(AlignmentChain[]) alignments)

Apply the assessor to the given set of alignment.

Meta