Minimac4
Loading...
Searching...
No Matches
genetic_map_file::record Struct Reference

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).
 

Detailed Description

A single line entry from the genetic map file.

Represents a mapping of a genomic coordinate to its genetic distance.

Member Data Documentation

◆ chrom

std::string genetic_map_file::record::chrom

Chromosome identifier (e.g., "1", "chrX").

◆ map_value

double genetic_map_file::record::map_value = 0.

Genetic distance (in centimorgans).

◆ pos

std::size_t genetic_map_file::record::pos = 0

Basepair position on the chromosome.


The documentation for this struct was generated from the following file: