Package picard.vcf.filter
Class QdFilter
java.lang.Object
picard.vcf.filter.QdFilter
- All Implemented Interfaces:
VariantFilter
Filters out sites that have a QD annotation applied to them and where the QD value is lower than a
lower limit.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FILTER_NAME
- See Also:
-
-
Constructor Details
-
QdFilter
public QdFilter(double minimumQd)
-
-
Method Details
-
filter
Description copied from interface:VariantFilterCheck to see if the VariantContext should have a filter applied to it. If so return the filter string, otherwise return null.- Specified by:
filterin interfaceVariantFilter
-
headerLines
Description copied from interface:VariantFilterReturn VCF header lines that define filters that may be applied by the VariantFilter.- Specified by:
headerLinesin interfaceVariantFilter
-