genomicSimulationC 0.2.6
Data Fields
gsc_datastore_make_genotypes Union Reference

Data Fields

struct {
   unsigned int   n_crosses
 
   unsigned int   group_size
 
   unsigned int   map_index
 
   unsigned int   cap
 
   unsigned int *   uses
 
rand
 
struct {
   unsigned int   n_crosses
 
   unsigned int   group1_size
 
   unsigned int   group2_size
 
   unsigned int   map1_index
 
   unsigned int   map2_index
 
   unsigned int   cap1
 
   unsigned int   cap2
 
   unsigned int *   uses1
 
   unsigned int *   uses2
 
rand_btwn
 
struct {
   unsigned int   n_crosses
 
   unsigned int   map1_index
 
   unsigned int   map2_index
 
   unsigned int *   first_parents
 
   unsigned int *   second_parents
 
   unsigned int   bad_pairings
 
targeted
 
struct {
   unsigned int   map_index
 
   unsigned int   n_gens_selfing
 
selfing
 
struct {
   unsigned int   map_index
 
doub_haps
 
struct {
   _Bool   inherit_names
 
   char *   parent_name
 
clones
 

Detailed Description

Definition at line 7793 of file sim-operations.c.

Field Documentation

◆ bad_pairings

unsigned int gsc_datastore_make_genotypes::bad_pairings

Definition at line 7818 of file sim-operations.c.

◆ cap

unsigned int gsc_datastore_make_genotypes::cap

Definition at line 7798 of file sim-operations.c.

◆ cap1

unsigned int gsc_datastore_make_genotypes::cap1

Definition at line 7807 of file sim-operations.c.

◆ cap2

unsigned int gsc_datastore_make_genotypes::cap2

Definition at line 7808 of file sim-operations.c.

◆ 

struct { ... } gsc_datastore_make_genotypes::clones

◆ 

struct { ... } gsc_datastore_make_genotypes::doub_haps

◆ first_parents

unsigned int* gsc_datastore_make_genotypes::first_parents

Definition at line 7816 of file sim-operations.c.

◆ group1_size

unsigned int gsc_datastore_make_genotypes::group1_size

Definition at line 7803 of file sim-operations.c.

◆ group2_size

unsigned int gsc_datastore_make_genotypes::group2_size

Definition at line 7804 of file sim-operations.c.

◆ group_size

unsigned int gsc_datastore_make_genotypes::group_size

Definition at line 7796 of file sim-operations.c.

◆ inherit_names

_Bool gsc_datastore_make_genotypes::inherit_names

Definition at line 7828 of file sim-operations.c.

◆ map1_index

unsigned int gsc_datastore_make_genotypes::map1_index

Definition at line 7805 of file sim-operations.c.

◆ map2_index

unsigned int gsc_datastore_make_genotypes::map2_index

Definition at line 7806 of file sim-operations.c.

◆ map_index

unsigned int gsc_datastore_make_genotypes::map_index

Definition at line 7797 of file sim-operations.c.

◆ n_crosses

unsigned int gsc_datastore_make_genotypes::n_crosses

Definition at line 7795 of file sim-operations.c.

◆ n_gens_selfing

unsigned int gsc_datastore_make_genotypes::n_gens_selfing

Definition at line 7822 of file sim-operations.c.

◆ parent_name

char* gsc_datastore_make_genotypes::parent_name

Definition at line 7829 of file sim-operations.c.

◆ 

struct { ... } gsc_datastore_make_genotypes::rand

◆ 

struct { ... } gsc_datastore_make_genotypes::rand_btwn

◆ second_parents

unsigned int* gsc_datastore_make_genotypes::second_parents

Definition at line 7817 of file sim-operations.c.

◆ 

struct { ... } gsc_datastore_make_genotypes::selfing

◆ 

struct { ... } gsc_datastore_make_genotypes::targeted

◆ uses

unsigned int* gsc_datastore_make_genotypes::uses

Definition at line 7799 of file sim-operations.c.

◆ uses1

unsigned int* gsc_datastore_make_genotypes::uses1

Definition at line 7809 of file sim-operations.c.

◆ uses2

unsigned int* gsc_datastore_make_genotypes::uses2

Definition at line 7810 of file sim-operations.c.


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