genomicSimulationC 0.3
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...
 
char ** chr_names
 An identifying code for each chromosome/linkage group 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 751 of file sim-operations.h.

Field Documentation

◆ chr_names

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.

◆ 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 754 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 752 of file sim-operations.h.


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