phe.variant_filters.GTFilter module¶
Filter VCF on GT filter parameter.
| Date: | 24 Sep, 2015 |
|---|---|
| Author: | Alex Jironkin |
-
class
UncallableGTFilter(args)[source]¶ Bases:
phe.variant_filters.PHEFilterBaseFilter uncallable genotypes
Methods
__call__(record)Filter a vcf.model._Record.decode(filter_id)Decode name of filter. filter_name()Create filter names by their parameter separated by magic. get_config()This is used for reconstructing filter. is_uncallable(record)Filter a vcf.model._Record.call_concensus customize_parser is_gap is_n short_desc -
name= 'UncallGT'¶
-
parameter= 'uncall_gt'¶
-