#include <cassert>
#include <cstdint>
#include <map>
#include <stdexcept>
#include <string>
#include <vector>
#include "genesis/population/genome_locus.hpp"
#include "genesis/population/genome_region.hpp"
#include "genesis/utils/containers/interval_tree.hpp"
Go to the source code of this file.
Classes | |
struct | EmptyGenomeData |
Helper struct to define a default empty data for the classes GenomeLocus, GenomeRegion, and GenomeRegionList. More... | |
class | GenomeRegionList |
List of regions in a genome, for each chromosome. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::population | |