genomicSimulationC 0.2.6
Data Fields
gsc_EffectMatrix Struct Reference

A type that stores a matrix of effect values and their names. More...

#include <sim-operations.h>

+ Collaboration diagram for gsc_EffectMatrix:

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...
 

Detailed Description

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.

Field Documentation

◆ effect_names

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.

◆ effects

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.


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