#include "genesis/population/filter/variant_filter.hpp"#include "genesis/population/function/functions.hpp"#include "genesis/utils/text/char.hpp"#include <array>#include <cassert>#include <cmath>#include <iostream>#include <stdexcept>#include <string>#include <sstream>Go to the source code of this file.
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::population | |
Functions | |
| std::ostream & | print_variant_filter_category_stats (std::ostream &os, VariantFilterCategoryStats const &stats, bool verbose) |
| std::string | print_variant_filter_category_stats (VariantFilterCategoryStats const &stats, bool verbose) |
| std::ostream & | print_variant_filter_stats (std::ostream &os, VariantFilterStats const &stats, bool verbose=false) |
| Print a textual representation of the counts collected. More... | |
| std::string | print_variant_filter_stats (VariantFilterStats const &stats, bool verbose=false) |
| Print a textual representation of the counts collected. More... | |
| VariantFilterCategoryStats | variant_filter_stats_category_counts (VariantFilterStats const &stats) |
| Generate summary counts for a VariantFilterStats counter. More... | |
| size_t | variant_filter_stats_category_counts (VariantFilterStats const &stats, VariantFilterTagCategory category) |
| Overload that only reports back a single category sum of the filter stats. More... | |
| VariantFilterTagCategory | variant_filter_tag_to_category (VariantFilterTag tag) |
For a given tag, return its category tag. More... | |