Minimac4
Loading...
Searching...
No Matches
recombination::map_file_line Struct Reference

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

Detailed Description

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

Member Data Documentation

◆ chrom

std::string recombination::map_file_line::chrom

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

◆ map_value

float recombination::map_file_line::map_value = 0.

Genetic map value at the position (in centiMorgans).

◆ pos

std::size_t recombination::map_file_line::pos = 0

Base-pair position on the chromosome.


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