Estimate the QTL parental allelic effects within environment. The estimation
is performed using an exact mixed model with function from R package
nlme. The significance of the allele effect is assessed using a
Wald test.
List of data.frame (one per QTL) containing the
following information:
QTL genetic effects
Standard error of the QTL effects.
Wald statistics of the effects.
P-value of the test statistics.
Significance of the QTL effects.
Arguments
mppData
An object of class mppData.
trait
Character vector specifying which traits (environments) should be used.
VCOV
VCOV Character expression defining the type of variance
covariance structure used. 'CS' for compound symmetry assuming a unique
genetic covariance between environments. 'CSE' for cross-specific within
environment error term. 'CS_CSE' for both compound symmetry plus
cross-specific within environment error term. 'UN' for unstructured
environmental variance covariance structure allowing a specific genotypic
covariance for each pair of environments. Default = 'UN'
ref_par
Optional Character expression defining the parental
allele that will be used as reference for the parental model. Default = NULL
QTL
Object of class QTLlist representing a list of
selected marker positions obtained with the function QTL_select() or
a vector of character marker positions names. Default = NULL.
maxIter
maximum number of iterations for the lme optimization algorithm.
Default = 100.
msMaxIter
maximum number of iterations for the optimization step inside
the lme optimization. Default = 100.
Author
Vincent Garin
References
Pinheiro J, Bates D, DebRoy S, Sarkar D, R Core Team (2021). nlme: Linear
and Nonlinear Mixed Effects Models_. R package version 3.1-152,
<URL: https://CRAN.R-project.org/package=nlme>.