phe.variant_filters.DepthFilter module¶
Filter VCF on depth of coverage.
| Date: | 24 Sep, 2015 |
|---|---|
| Author: | Alex Jironkin |
-
class
DepthFilter(args)[source]¶ Bases:
phe.variant_filters.PHEFilterBaseFilter sites by depth.
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= 'MinDepth'¶
-
parameter= 'min_depth'¶
-