|
std::function< bool(Variant const &)> | make_variant_filter_by_region_excluding (GenomeRegion const ®ion, bool complement=false) |
| Filter function to be used with VariantInputStream to filter by a genome region, by excluding non-covered positions from the stream. More...
|
|
std::function< bool(Variant const &)> | make_variant_filter_by_region_excluding (std::shared_ptr< GenomeLocusSet > loci, bool complement=false) |
| Filter function to be used with VariantInputStream to filter by a list of genome regions, by excluding non-covered positions from the stream. More...
|
|
std::function< bool(Variant const &)> | make_variant_filter_by_region_excluding (std::shared_ptr< GenomeRegionList > regions, bool complement=false) |
| Filter function to be used with VariantInputStream to filter by a list of genome regions, by excluding non-covered positions from the stream. More...
|
|
std::function< void(Variant &)> | make_variant_filter_by_region_tagging (GenomeRegion const ®ion, VariantFilterTag tag, bool complement=false) |
| Filter function to be used with VariantInputStream to filter by a genome region, by tagging non-covered positions with the given tag . More...
|
|
std::function< void(Variant &)> | make_variant_filter_by_region_tagging (std::shared_ptr< GenomeLocusSet > loci, VariantFilterTag tag, bool complement=false) |
| Filter function to be used with VariantInputStream to filter by a list of genome regions, by tagging non-covered positions with the given tag . More...
|
|
std::function< void(Variant &)> | make_variant_filter_by_region_tagging (std::shared_ptr< GenomeRegionList > regions, VariantFilterTag tag, bool complement=false) |
| Filter function to be used with VariantInputStream to filter by a list of genome regions, by tagging non-covered positions with the given tag . More...
|
|