Minimac4
|
A single line entry from the genetic map file. More...
#include <recombination.hpp>
Public Attributes | |
std::string | chrom |
Chromosome identifier (e.g., "1", "chrX"). | |
std::size_t | pos = 0 |
Basepair position on the chromosome. | |
double | map_value = 0. |
Genetic distance (in centimorgans). | |
A single line entry from the genetic map file.
Represents a mapping of a genomic coordinate to its genetic distance.
std::string genetic_map_file::record::chrom |
Chromosome identifier (e.g., "1", "chrX").
double genetic_map_file::record::map_value = 0. |
Genetic distance (in centimorgans).
std::size_t genetic_map_file::record::pos = 0 |
Basepair position on the chromosome.