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