Nemo
2.3.56
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
|
#include <ttquanti.h>
Public Member Functions | |
TProtoQuanti () | |
TProtoQuanti (const TProtoQuanti &T) | |
virtual | ~TProtoQuanti () |
unsigned int | get_nb_traits () |
unsigned int | get_nb_locus () |
unsigned int | get_seq_length () |
vector< double > | get_env_var () |
vector< double > | get_heritability () |
unsigned int | get_h2_setTime () |
bool | get_h2_isBroad () |
double | get_trait_var (unsigned int trait) |
double | get_mutation_correlation () |
unsigned int | get_allele_model () |
double ** | get_allele_values () const |
double | get_init_value (unsigned int i) |
TTQuantiSH * | get_stater () |
void | set_eVarianceSD (unsigned int trait, double SD) |
void | set_init_values (const double *values, unsigned int nval) |
void | set_trait_value_func_ptr (bool withVe) |
double | set_trait_value_VE (const TTQuanti *ind, const unsigned int trait) |
double | set_trait_value_noVE (const TTQuanti *ind, const unsigned int trait) |
double | set_genotype_value_additive (const double **sequ, const unsigned int trait) |
double | set_genotype_value_dominance (const double **sequ, const unsigned int trait) |
double | get_genotype (const double a1, const double a2, const unsigned int locus, const unsigned int trait) |
double | get_genotype_dominance_h (double a1, double a2, double h) |
double | get_genotype_dominance_k (double a1, double a2, double k) |
unsigned int | get_dominance_model () |
double | get_dominance (unsigned int locus, unsigned int trait) |
TMatrix | get_dominance_effects () |
bool | setMutationParameters () |
bool | setDominanceParameters () |
void | reset_mutation_pointers () |
bool | setDiallelicMutationModel () |
bool | setContinuousMutationModel () |
void | set_mutation_matrix_decomposition () |
double * | getMutationEffectMultivariateGaussian (unsigned int loc) |
double * | getMutationEffectBivariateGaussian (unsigned int loc) |
double * | getMutationEffectUnivariateGaussian (unsigned int loc) |
double * | getMutationEffectUnivariateDiallelic (unsigned int loc) |
double * | getMutationEffectBivariateDiallelic (unsigned int loc) |
void | inherit (sex_t SEX, double *seq, const double **parent) |
void | inherit_free (sex_t SEX, double *seq, const double **parent) |
void | inherit_low (sex_t SEX, double *seq, const double **parent) |
void | mutate (TTQuanti *ind) |
void | mutate_nill (TTQuanti *ind) |
void | mutate_noHC (TTQuanti *ind) |
void | mutate_HC (TTQuanti *ind) |
void | mutate_diallelic_HC (TTQuanti *ind) |
virtual void | reset () |
virtual TTQuanti * | hatch () |
virtual TProtoQuanti * | clone () |
virtual trait_t | get_type () const |
virtual bool | setParameters () |
virtual void | loadFileServices (FileServices *loader) |
virtual void | loadStatServices (StatServices *loader) |
virtual bool | resetParameterFromSource (std::string param, SimComponent *cmpt) |
virtual void | store_data (BinaryStorageBuffer *saver) |
virtual bool | retrieve_data (BinaryStorageBuffer *reader) |
![]() | |
TTProtoWithMap () | |
TTProtoWithMap (const TTProtoWithMap &TP) | |
virtual | ~TTProtoWithMap () |
void | setMapIndex (unsigned int idx) |
unsigned int | getMapIndex () |
bool | setGeneticMapParameters (string prefix) |
void | addGeneticMapParameters (string prefix) |
bool | setRecombinationMapRandom () |
bool | setRecombinationMapNonRandom (vector< vector< double > > *lociPositions) |
bool | setRecombinationMapFixed () |
bool | setNumLociPerChromosome (string param_name) |
void | reset_recombination_pointers () |
void | registerGeneticMap () |
void | unregisterFromGeneticMap () |
bool | areGeneticMapParamSet (string prefix) |
bool | isRecombinationFree (string prefix) |
void | recordRandomMap () |
virtual void | reset () |
![]() | |
virtual void | reset ()=0 |
Called at the end of a simulation to reset the Traits' prototypes (e.g. More... | |
virtual TTrait * | hatch ()=0 |
Creates the trait of which it is the prototype, called by IndFactory::makePrototype() . More... | |
virtual TraitPrototype * | clone ()=0 |
Returns a copy of itself. More... | |
virtual trait_t | get_type () const =0 |
Type accessor. More... | |
virtual void | set_index (int idx) |
Sets the traits index. More... | |
virtual int | get_index () |
Index getter. More... | |
![]() | |
virtual void | store_data (BinaryStorageBuffer *saver)=0 |
Interface to store the component data (e.g. gene values) into a binary buffer. More... | |
virtual bool | retrieve_data (BinaryStorageBuffer *reader)=0 |
Interface to retrieve the same data from the binary buffer. More... | |
virtual | ~StorableComponent () |
![]() | |
SimComponent () | |
virtual | ~SimComponent () |
virtual void | loadUpdaters (UpdaterServices *loader) |
Loads the parameters and component updater onto the updater manager. More... | |
virtual void | set_paramset (ParamSet *paramset) |
Sets the ParamSet member. More... | |
virtual void | set_paramset (std::string name, bool required, SimComponent *owner) |
Sets a new ParamSet and name it. More... | |
virtual void | set_paramsetFromCopy (const ParamSet &PSet) |
Reset the set of parameters from a another set. More... | |
virtual ParamSet * | get_paramset () |
ParamSet accessor. More... | |
virtual void | add_parameter (Param *param) |
Interface to add a parameter to the set. More... | |
virtual void | add_parameter (std::string Name, param_t Type, bool isRequired, bool isBounded, double low_bnd, double up_bnd) |
Interface to add a parameter to the set. More... | |
virtual void | add_parameter (std::string Name, param_t Type, bool isRequired, bool isBounded, double low_bnd, double up_bnd, ParamUpdaterBase *updater) |
Interface to add a parameter and its updater to the set. More... | |
virtual Param * | get_parameter (std::string name) |
Param getter. More... | |
virtual double | get_parameter_value (std::string name) |
Param value getter. More... | |
virtual string | get_name () |
Returnd the name of the ParamSet, i.e. More... | |
virtual bool | has_parameter (std::string name) |
Param getter. More... | |
Private Attributes | |
unsigned int | _nb_locus |
Total number of loci, for all traits. More... | |
unsigned int | _nb_traits |
Number of traits. More... | |
unsigned int | _seq_length |
Total number of loci, same as _nb_locus. More... | |
unsigned int | _allele_model |
double ** | _allele_value |
double * | _init_value |
double * | _phenotypes |
TMatrix * | _mutation_matrix |
gsl_matrix * | _gsl_mutation_matrix |
gsl_matrix * | _evect |
gsl_vector * | _eval |
gsl_vector * | _effects_multivar |
gsl_vector * | _ws |
double | _genomic_mutation_rate |
double | _mutation_correlation |
double * | _mutation_sigma |
double | _effects_bivar [2] |
unsigned int | _doInitMutation |
unsigned int | _dominance_model |
TMatrix | _dominance_sd |
TMatrix | _dominance_effects |
bool | _dominance_is_constant |
bool * | _all_chooser |
size_t | _locusByteSize |
size_t | _sizeofLocusType |
vector< double > | _eVariance |
vector< double > | _h2 |
unsigned int | _h2_setTime |
bool | _h2_isBroad |
void(TProtoQuanti::* | _inherit_fun_ptr )(sex_t, double *, const double **) |
void(TProtoQuanti::* | _mutation_func_ptr )(TTQuanti *) |
double *(TProtoQuanti::* | _getMutationValues )(unsigned int) |
double(TProtoQuanti::* | _getGenotypeWithDominance )(double, double, double) |
double(TProtoQuanti::* | _set_trait_value_func_ptr )(const TTQuanti *, const unsigned int) |
double(TProtoQuanti::* | _set_genotype_func_ptr )(const double **, const unsigned int) |
TTQuantiSH * | _stats |
TTQuantiFH * | _writer |
TTQuantiFH * | _reader |
TTQFreqExtractor * | _freqExtractor |
Friends | |
class | TTQuanti |
Additional Inherited Members | |
![]() | |
static void | recombine (unsigned long indID) |
![]() | |
static GeneticMap | _map |
![]() | |
unsigned int | _mapIndex |
double | _totRecombEventsMean |
double | _recombRate |
double | _mapResolution |
unsigned int | _numChromosome |
unsigned int | _numLoci |
double * | _recombRatePerChrmsm |
unsigned int * | _numLociPerChrmsm |
unsigned int * | _chrsmLength |
unsigned int * | _lociMapPositions |
![]() | |
int | _index |
The trait index in the Individual traits table. More... | |
![]() | |
ParamSet * | _paramSet |
The parameters container. More... | |
TProtoQuanti::TProtoQuanti | ( | ) |
References SimComponent::add_parameter(), TTProtoWithMap::addGeneticMapParameters(), BOOL, DBL, INT, MAT, SimComponent::set_paramset(), and STR.
Referenced by clone().
TProtoQuanti::TProtoQuanti | ( | const TProtoQuanti & | T | ) |
References _locusByteSize, _nb_traits, and SimComponent::_paramSet.
|
virtual |
References _all_chooser, _freqExtractor, _init_value, _reader, _stats, _writer, and reset_mutation_pointers().
|
inlinevirtual |
|
inline |
References _allele_model.
Referenced by LCE_QuantiInit::setParameters(), and TTQuantiFH::write_PLINK().
|
inline |
References _allele_value.
Referenced by TTQFreqExtractor::FHwrite(), TTQuantiSH::getSNPalleleFreqInPatch(), TTQuantiSH::getVaNoDominance(), TTQuantiSH::getVaWithDominance(), TTQuantiFH::print(), and TTQuantiFH::print_PLINK_PED().
References _dominance_effects, and TMatrix::get().
Referenced by get_genotype(), TTQuantiSH::getVaWithDominance(), set_genotype_value_dominance(), and TTQuantiFH::write_TABLE().
|
inline |
References _dominance_effects.
|
inline |
References _dominance_model.
Referenced by TTQuantiSH::addQuanti(), LCE_QuantiModifier::setParameters(), LCE_Breed_Quanti::setParameters(), and TTQuantiFH::write_TABLE().
|
inline |
References _eVariance.
Referenced by TTQuantiFH::FHread(), TTQuantiSH::init(), and TTQuantiFH::write_TABLE().
double TProtoQuanti::get_genotype | ( | const double | a1, |
const double | a2, | ||
const unsigned int | locus, | ||
const unsigned int | trait | ||
) |
References _getGenotypeWithDominance, and get_dominance().
Referenced by TTQuantiSH::getVaWithDominance().
|
inline |
Referenced by setParameters().
|
inline |
Referenced by setParameters().
|
inline |
References _h2_isBroad.
Referenced by TTQuantiSH::getVaWithDominance().
|
inline |
References _h2_setTime.
Referenced by LCE_Breed_Quanti::setVefromVa().
|
inline |
References _h2.
Referenced by LCE_QuantiModifier::execute(), TTQuantiSH::init(), LCE_Breed_Quanti::NonWrightFisherPopulation(), and LCE_Breed_Quanti::WrightFisherPopulation().
|
inline |
References _init_value.
|
inline |
References _mutation_correlation.
|
inline |
References _nb_locus.
Referenced by TTQuantiFH::FHread(), TTQFreqExtractor::FHwrite(), TTQuantiSH::getSNPalleleFreqInPatch(), TTQuantiSH::init(), TTQuantiFH::print(), TTQuantiFH::print_PLINK_PED(), LCE_QuantiInit::setParameters(), TTQuantiFH::write_PLINK(), and TTQuantiFH::write_TABLE().
|
inline |
References _nb_traits.
Referenced by TTQuantiFH::FHread(), TTQFreqExtractor::FHwrite(), TTQuantiSH::getSNPalleleFreqInPatch(), TTQuantiSH::init(), TTQuantiFH::print(), TTQuantiFH::print_PLINK_FAM(), TTQuantiFH::print_PLINK_PED(), LCE_QuantiModifier::setVefromVa(), LCE_Breed_Quanti::setVefromVa(), TTQuantiFH::write_PLINK(), and TTQuantiFH::write_TABLE().
|
inline |
References _seq_length.
|
inline |
References _stats.
Referenced by LCE_QuantiModifier::setVefromVa(), and LCE_Breed_Quanti::setVefromVa().
|
inline |
References _mutation_matrix, and TMatrix::get().
|
inlinevirtual |
Implements TraitPrototype.
References QUANT.
Referenced by TTQuantiSH::init(), and TTQuantiFH::write_PLINK().
double * TProtoQuanti::getMutationEffectBivariateDiallelic | ( | unsigned int | loc | ) |
References _allele_value, _effects_bivar, _mutation_correlation, RAND::RandBool(), and RAND::Uniform().
Referenced by setParameters().
double * TProtoQuanti::getMutationEffectBivariateGaussian | ( | unsigned int | loc | ) |
References _effects_bivar, _mutation_correlation, _mutation_sigma, and RAND::BivariateGaussian().
Referenced by setParameters().
double * TProtoQuanti::getMutationEffectMultivariateGaussian | ( | unsigned int | loc | ) |
References _effects_multivar, _eval, _evect, and _ws.
Referenced by setParameters().
double * TProtoQuanti::getMutationEffectUnivariateDiallelic | ( | unsigned int | loc | ) |
References _allele_value, _effects_bivar, and RAND::RandBool().
Referenced by setParameters().
double * TProtoQuanti::getMutationEffectUnivariateGaussian | ( | unsigned int | loc | ) |
References _effects_bivar, _mutation_sigma, and RAND::Gaussian().
Referenced by setParameters().
|
virtual |
Implements TraitPrototype.
References TTQuanti::set_proto(), and TTQuanti.
|
inline |
References _inherit_fun_ptr.
Referenced by TTQuanti::inherit().
|
inline |
References _all_chooser, _locusByteSize, _nb_locus, _nb_traits, and RAND::RandBool().
Referenced by setParameters().
|
inline |
References TTProtoWithMap::_map, TTProtoWithMap::_mapIndex, _nb_traits, TTProtoWithMap::_numChromosome, TTProtoWithMap::_numLociPerChrmsm, _sizeofLocusType, GeneticMap::getFirstRecPosition(), and GeneticMap::getRecLoci().
Referenced by setParameters().
|
virtual |
Implements SimComponent.
References _freqExtractor, _reader, _writer, FileServices::attach(), FileServices::attach_reader(), error(), fatal(), SimComponent::get_parameter(), Param::getArg(), Param::getMatrix(), Param::getValue(), Param::isMatrix(), Param::isSet(), TTQFreqExtractor::resetTable(), TraitFileHandler< TP >::set(), FileHandler::set_isInputHandler(), FileHandler::set_multi(), and TTQuantiFH::setOutputOption().
|
virtual |
Implements SimComponent.
References _stats, and StatServices::attach().
|
inline |
References _mutation_func_ptr.
Referenced by TTQuanti::mutate().
|
inline |
References _genomic_mutation_rate, _nb_locus, _nb_traits, TTQuanti::get_allele_value(), RAND::Poisson(), RAND::RandBool(), TTQuanti::set_allele(), and RAND::Uniform().
Referenced by setParameters().
|
inline |
References _genomic_mutation_rate, _getMutationValues, _nb_locus, _nb_traits, RAND::Poisson(), RAND::RandBool(), TTQuanti::set_allele(), and RAND::Uniform().
Referenced by setParameters().
|
inline |
|
inline |
References _genomic_mutation_rate, _getMutationValues, _nb_locus, _nb_traits, TTQuanti::get_allele_value(), RAND::Poisson(), RAND::RandBool(), TTQuanti::set_allele(), and RAND::Uniform().
Referenced by setParameters().
|
inlinevirtual |
Reimplemented from TTProtoWithMap.
References TTProtoWithMap::reset().
void TProtoQuanti::reset_mutation_pointers | ( | ) |
References _allele_value, _effects_multivar, _eval, _evect, _gsl_mutation_matrix, _mutation_matrix, _mutation_sigma, _nb_locus, and _ws.
Referenced by setMutationParameters(), and ~TProtoQuanti().
|
inlinevirtual |
Implements SimComponent.
|
inlinevirtual |
Implements StorableComponent.
References _seq_length, and BinaryStorageBuffer::read().
void TProtoQuanti::set_eVarianceSD | ( | unsigned int | trait, |
double | SD | ||
) |
References _eVariance.
Referenced by LCE_QuantiModifier::setVefromVa(), and LCE_Breed_Quanti::setVefromVa().
double TProtoQuanti::set_genotype_value_additive | ( | const double ** | sequ, |
const unsigned int | trait | ||
) |
References _nb_locus, and _nb_traits.
Referenced by TTQuanti::get_additive_genotype(), and setParameters().
double TProtoQuanti::set_genotype_value_dominance | ( | const double ** | sequ, |
const unsigned int | trait | ||
) |
References _getGenotypeWithDominance, _nb_locus, _nb_traits, and get_dominance().
Referenced by setParameters().
void TProtoQuanti::set_init_values | ( | const double * | values, |
unsigned int | nval | ||
) |
References _init_value, and _nb_traits.
Referenced by LCE_QuantiInit::execute().
void TProtoQuanti::set_mutation_matrix_decomposition | ( | ) |
References _eval, _evect, _gsl_mutation_matrix, _nb_traits, and message().
Referenced by setContinuousMutationModel().
void TProtoQuanti::set_trait_value_func_ptr | ( | bool | withVe | ) |
References _set_trait_value_func_ptr, set_trait_value_noVE(), and set_trait_value_VE().
Referenced by LCE_QuantiModifier::execute(), and LCE_Breed_Quanti::setVefromVa().
References _set_genotype_func_ptr, and TTQuanti::get_sequence().
Referenced by set_trait_value_func_ptr(), set_trait_value_VE(), and setParameters().
References _eVariance, RAND::Gaussian(), and set_trait_value_noVE().
Referenced by set_trait_value_func_ptr(), and setParameters().
bool TProtoQuanti::setContinuousMutationModel | ( | ) |
References _effects_multivar, _eval, _evect, _gsl_mutation_matrix, _mutation_correlation, _mutation_matrix, _mutation_sigma, _nb_traits, _ws, error(), TMatrix::get(), TMatrix::get_dims(), SimComponent::get_parameter(), SimComponent::get_parameter_value(), Param::getMatrix(), message(), set_mutation_matrix_decomposition(), TMatrix::show_up(), and warning().
Referenced by setMutationParameters().
bool TProtoQuanti::setDiallelicMutationModel | ( | ) |
References _allele_value, _nb_locus, error(), TMatrix::get(), SimComponent::get_parameter(), SimComponent::get_parameter_value(), Param::getMatrix(), TMatrix::ncols(), TMatrix::nrows(), and warning().
Referenced by setMutationParameters().
bool TProtoQuanti::setDominanceParameters | ( | ) |
References _dominance_effects, _dominance_is_constant, _dominance_model, _dominance_sd, _nb_locus, _nb_traits, TMatrix::assign(), TMatrix::copy_recycle(), error(), RAND::Gaussian(), TMatrix::get(), SimComponent::get_parameter(), SimComponent::get_parameter_value(), Param::getMatrix(), TMatrix::plus(), and TMatrix::reset().
Referenced by setParameters().
bool TProtoQuanti::setMutationParameters | ( | ) |
References _allele_model, _genomic_mutation_rate, _mutation_correlation, _nb_locus, error(), SimComponent::get_parameter(), SimComponent::get_parameter_value(), Param::getArg(), reset_mutation_pointers(), setContinuousMutationModel(), and setDiallelicMutationModel().
Referenced by setParameters().
|
virtual |
Implements SimComponent.
References _all_chooser, _allele_model, _doInitMutation, _dominance_model, _eVariance, _genomic_mutation_rate, _getGenotypeWithDominance, _getMutationValues, _h2, _h2_isBroad, _h2_setTime, _inherit_fun_ptr, _init_value, _locusByteSize, _mutation_func_ptr, _nb_locus, _nb_traits, TTProtoWithMap::_recombRate, _seq_length, _set_genotype_func_ptr, _set_trait_value_func_ptr, _sizeofLocusType, error(), fatal(), TMatrix::get(), get_genotype_dominance_h(), get_genotype_dominance_k(), SimComponent::get_parameter(), SimComponent::get_parameter_value(), Param::getMatrix(), getMutationEffectBivariateDiallelic(), getMutationEffectBivariateGaussian(), getMutationEffectMultivariateGaussian(), getMutationEffectUnivariateDiallelic(), getMutationEffectUnivariateGaussian(), TMatrix::getNbCols(), TMatrix::getNbRows(), inherit_free(), inherit_low(), Param::isMatrix(), TTProtoWithMap::isRecombinationFree(), Param::isSet(), mutate_diallelic_HC(), mutate_HC(), mutate_nill(), mutate_noHC(), set_genotype_value_additive(), set_genotype_value_dominance(), set_trait_value_noVE(), set_trait_value_VE(), setDominanceParameters(), TTProtoWithMap::setGeneticMapParameters(), and setMutationParameters().
|
inlinevirtual |
Implements StorableComponent.
References _seq_length, and BinaryStorageBuffer::store().
|
private |
Referenced by inherit_free(), setParameters(), and ~TProtoQuanti().
|
private |
Referenced by get_allele_model(), TTQuanti::init_sequence(), setMutationParameters(), and setParameters().
|
private |
|
private |
Referenced by TTQuanti::init_sequence(), and setParameters().
|
private |
Referenced by get_dominance(), get_dominance_effects(), and setDominanceParameters().
|
private |
Referenced by setDominanceParameters().
|
private |
Referenced by get_dominance_model(), setDominanceParameters(), and setParameters().
|
private |
Referenced by setDominanceParameters().
|
private |
|
private |
Referenced by getMutationEffectMultivariateGaussian(), reset_mutation_pointers(), and setContinuousMutationModel().
|
private |
|
private |
Referenced by get_env_var(), set_eVarianceSD(), set_trait_value_VE(), and setParameters().
|
private |
|
private |
Referenced by loadFileServices(), and ~TProtoQuanti().
|
private |
Referenced by mutate_diallelic_HC(), mutate_HC(), mutate_noHC(), setMutationParameters(), and setParameters().
|
private |
Referenced by get_genotype(), set_genotype_value_dominance(), and setParameters().
|
private |
Referenced by TTQuanti::init_sequence(), mutate_HC(), mutate_noHC(), and setParameters().
|
private |
Referenced by reset_mutation_pointers(), set_mutation_matrix_decomposition(), and setContinuousMutationModel().
|
private |
Referenced by get_heritability(), and setParameters().
|
private |
Referenced by get_h2_isBroad(), and setParameters().
|
private |
Referenced by get_h2_setTime(), and setParameters().
|
private |
Referenced by inherit(), and setParameters().
|
private |
Referenced by get_init_value(), TTQuanti::init_sequence(), set_init_values(), setParameters(), and ~TProtoQuanti().
|
private |
Referenced by inherit_free(), setParameters(), and TProtoQuanti().
|
private |
|
private |
Referenced by mutate(), and setParameters().
|
private |
Referenced by get_trait_var(), reset_mutation_pointers(), and setContinuousMutationModel().
|
private |
|
private |
Total number of loci, for all traits.
Referenced by get_nb_locus(), inherit_free(), TTQuanti::init_sequence(), mutate_diallelic_HC(), mutate_HC(), mutate_noHC(), TTQuanti::operator==(), reset_mutation_pointers(), set_genotype_value_additive(), set_genotype_value_dominance(), setDiallelicMutationModel(), setDominanceParameters(), setMutationParameters(), setParameters(), and TTQuanti::show_up().
|
private |
Number of traits.
Referenced by get_nb_traits(), inherit_free(), inherit_low(), TTQuanti::init(), TTQuanti::init_sequence(), mutate_diallelic_HC(), mutate_HC(), mutate_noHC(), TTQuanti::operator==(), set_genotype_value_additive(), set_genotype_value_dominance(), set_init_values(), set_mutation_matrix_decomposition(), TTQuanti::set_value(), setContinuousMutationModel(), setDominanceParameters(), setParameters(), TTQuanti::show_up(), and TProtoQuanti().
|
private |
|
private |
Referenced by loadFileServices(), and ~TProtoQuanti().
|
private |
Total number of loci, same as _nb_locus.
Referenced by TTQuanti::get_allele_value(), get_seq_length(), TTQuanti::init(), TTQuanti::operator=(), TTQuanti::operator==(), TTQuanti::retrieve_data(), retrieve_data(), TTQuanti::set_sequence(), setParameters(), TTQuanti::show_up(), TTQuanti::store_data(), and store_data().
|
private |
Referenced by TTQuanti::get_full_genotype(), set_trait_value_noVE(), and setParameters().
|
private |
Referenced by set_trait_value_func_ptr(), TTQuanti::set_value(), and setParameters().
|
private |
Referenced by inherit_low(), and setParameters().
|
private |
Referenced by get_stater(), loadStatServices(), and ~TProtoQuanti().
|
private |
Referenced by loadFileServices(), and ~TProtoQuanti().
|
private |
Referenced by getMutationEffectMultivariateGaussian(), reset_mutation_pointers(), and setContinuousMutationModel().