genomicSimulationC 0.2.6
|
An gsc_AlleleMatrix/gsc_AlleleMatrix index coordinate of a particular genotype in the simulation. More...
#include <sim-operations.h>
Data Fields | |
gsc_AlleleMatrix * | localAM |
Pointer to the gsc_AlleleMatrix in which the genotype can be found. More... | |
unsigned int | localPos |
Index in the localAM where the genotype can be found (min value: 0. More... | |
An gsc_AlleleMatrix/gsc_AlleleMatrix index coordinate of a particular genotype in the simulation.
To be used to look up details of that genotype using the get_
family of functions.
Has short name: GenoLocation
Definition at line 1209 of file sim-operations.h.
gsc_AlleleMatrix* gsc_GenoLocation::localAM |
Pointer to the gsc_AlleleMatrix in which the genotype can be found.
Definition at line 1210 of file sim-operations.h.
unsigned int gsc_GenoLocation::localPos |
Index in the localAM where the genotype can be found (min value: 0.
Max value: CONTIG_WIDTH-1).
Definition at line 1212 of file sim-operations.h.