| Package | Description |
|---|---|
| picard.vcf.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
DepthFilter
Filters out a record if all variant samples have depth lower than the given value.
|
class |
GenotypeQualityFilter
Genotype filter that filters out genotypes below a given quality threshold.
|
| Constructor and Description |
|---|
FilterApplyingVariantIterator(Iterator<VariantContext> iterator,
Collection<VariantFilter> filters,
Collection<GenotypeFilter> gtFilters)
Constructs an iterator from an underlying iterator and the provided (possibly empty)
collections of variant and genotype filters.
|