genomicSimulationC 0.2.6
|
A type that stores linkage groups and crossover probabilities for simulating meiosis. More...
#include <sim-operations.h>
Data Fields | |
size_t | n_chr |
The number of chromosomes/linkage groups represented in the map. More... | |
gsc_LinkageGroup * | chrs |
Vector of n_chr recombination maps, one for each chromosome/linkage group in this recombination map. More... | |
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.
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.
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.