A library for working with phylogenetic and population genetic data.
v0.32.0
variant_filter_numerical.cpp File Reference
#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 &params)
 Filter a given Variant based on the numerical properties of the counts. More...
 
bool apply_variant_filter_numerical (Variant &variant, VariantFilterNumericalParams const &params, VariantFilterStats &stats)
 Filter a given Variant based on the numerical properties of the counts. More...