genomicSimulationC 0.2.6
Data Fields
gsc_RecombinationMap Struct Reference

A type that stores linkage groups and crossover probabilities for simulating meiosis. More...

#include <sim-operations.h>

+ Collaboration diagram for gsc_RecombinationMap:

Data Fields

size_t n_chr
 The number of chromosomes/linkage groups represented in the map. More...
 
gsc_LinkageGroupchrs
 Vector of n_chr recombination maps, one for each chromosome/linkage group in this recombination map. More...
 

Detailed Description

A type that stores linkage groups and crossover probabilities for simulating meiosis.

Has short name: RecombinationMap

Definition at line 749 of file sim-operations.h.

Field Documentation

◆ chrs

gsc_LinkageGroup* gsc_RecombinationMap::chrs

Vector of n_chr recombination maps, one for each chromosome/linkage group in this recombination map.

Definition at line 751 of file sim-operations.h.

◆ n_chr

size_t gsc_RecombinationMap::n_chr

The number of chromosomes/linkage groups represented in the map.

Definition at line 750 of file sim-operations.h.


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