genomicSimulationC 0.2.6
|
A type that stores a matrix of effect values and their names. More...
#include <sim-operations.h>
Data Fields | |
gsc_DecimalMatrix | effects |
Effect on breeding value of alleles at markers. More... | |
char * | effect_names |
Character array containing allele characters ordered to match rows of effects . More... | |
A type that stores a matrix of effect values and their names.
Has short name: EffectMatrix
Definition at line 820 of file sim-operations.h.
char* gsc_EffectMatrix::effect_names |
Character array containing allele characters ordered to match rows of effects
.
Definition at line 823 of file sim-operations.h.
gsc_DecimalMatrix gsc_EffectMatrix::effects |
Effect on breeding value of alleles at markers.
Rows correspond to effect_names
/alleles, columns to markers.
Definition at line 821 of file sim-operations.h.