A library for working with phylogenetic and population genetic data.
v0.32.0
diversity_pool_processor.hpp File Reference

Go to the source code of this file.

Classes

class  DiversityPoolProcessor
 Helper class to iterate over Variants and process the samples (SampleCounts), using a set of DiversityPoolCalculator instances, one for each sample. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::population
 

Functions

DiversityPoolProcessor make_diversity_pool_processor (WindowAveragePolicy window_average_policy, DiversityPoolSettings const &settings, std::vector< size_t > const &pool_sizes)
 Create an DiversityPoolProcessor to compute diversity for all samples. More...