Minimac4
|
Representation of a single line from a genetic map file. More...
#include <recombination.hpp>
Public Attributes | |
std::string | chrom |
Chromosome identifier (e.g., "1", "chrX"). | |
std::size_t | pos = 0 |
Base-pair position on the chromosome. | |
float | map_value = 0. |
Genetic map value at the position (in centiMorgans). | |
Representation of a single line from a genetic map file.
Each line in the map file provides information about a genomic position and its corresponding genetic map value (in centiMorgans).
std::string recombination::map_file_line::chrom |
Chromosome identifier (e.g., "1", "chrX").
float recombination::map_file_line::map_value = 0. |
Genetic map value at the position (in centiMorgans).
std::size_t recombination::map_file_line::pos = 0 |
Base-pair position on the chromosome.