public class GenotypeQualityFilter extends Object implements GenotypeFilter
| Constructor and Description |
|---|
GenotypeQualityFilter(int minGq) |
| Modifier and Type | Method and Description |
|---|---|
String |
filter(VariantContext ctx,
Genotype gt)
Test whether or not the genotype should be filtered out.
|
public String filter(VariantContext ctx, Genotype gt)
GenotypeFilterfilter in interface GenotypeFilter