genomicSimulationC 0.3
|
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... | |
char ** | chr_names |
An identifying code for each chromosome/linkage group 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 751 of file sim-operations.h.
char** gsc_RecombinationMap::chr_names |
An identifying code for each chromosome/linkage group in the map.
Optional.
Definition at line 753 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 754 of file sim-operations.h.
size_t gsc_RecombinationMap::n_chr |
The number of chromosomes/linkage groups represented in the map.
Definition at line 752 of file sim-operations.h.