#include <cassert>
#include <deque>
#include <functional>
#include <stdexcept>
#include <string>
#include <vector>
#include "genesis/population/window/functions.hpp"
#include "genesis/population/window/window.hpp"
Go to the source code of this file.
Classes | |
class | SlidingWindowGenerator< D, A > |
Generator for sliding Windows over the chromosomes of a genome. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::population | |
Enumerations | |
enum | SlidingWindowType { kInterval, kVariants, kChromosome } |
SlidingWindowType of a Window, that is, whether we slide along a fixed size interval of the genome, along a fixed number of variants, or represents a whole chromosome. More... | |