#include "genesis/population/filter/variant_filter_numerical.hpp"
#include "genesis/population/filter/variant_filter.hpp"
#include "genesis/population/function/functions.hpp"
#include "genesis/utils/text/char.hpp"
#include <cassert>
#include <cmath>
#include <iostream>
#include <stdexcept>
#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 | |
bool | apply_variant_filter_numerical (Variant &variant, VariantFilterNumericalParams const ¶ms) |
Filter a given Variant based on the numerical properties of the counts. More... | |
bool | apply_variant_filter_numerical (Variant &variant, VariantFilterNumericalParams const ¶ms, VariantFilterStats &stats) |
Filter a given Variant based on the numerical properties of the counts. More... | |