Minimac4
|
#include "variant.hpp"
#include <shrinkwrap/istream.hpp>
#include <string>
#include <vector>
#include <cstdint>
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Classes | |
class | recombination |
Provides utilities for handling recombination rates and genetic maps. More... | |
struct | recombination::map_file_line |
Representation of a single line from a genetic map file. More... | |
class | genetic_map_file |
A reader and interpolator for genetic map files. More... | |
struct | genetic_map_file::record |
A single line entry from the genetic map file. More... | |