Changelog
statgenMPP 1.0.3
- The output of
selQTLMPP
now contains the standard errors of the effects. The standard errors are added in both the full output (GWAResult) and the table with QTLs (signSnp). - The output of the two plots in QTLProfileExt is properly aligned again.
- Functions no longer rely on soft-deprecated ggplot2 functions.
statgenMPP 1.0.2
CRAN release: 2022-12-02
- A minor bug in the summary for
gDataMPP
objects is fixed. Now the correct number of genotypes is shown also when there is only one cross. - A citation file was added.
statgenMPP 1.0.1
CRAN release: 2022-08-22
- The logic in the scan process is improved, leading to much lower computation times. * Computations can now be done in parallel by registering a parallel back-end and setting
parallel = TRUE
in theselQTLMPP
function. - It is now possible to include a polygenic effect in the models to correct for background genetic information.
- A new function
createGDataMPP
is added to directly create agDataMPP
object from anIBDprob
object (as created bystatgenIBD
) and a data.frame with phenotypic data. -
readRABBIT
is renamed toreadRABBITMPP
to prevent future conflicts with a similar function instatgenIBD
- The trait column in the example data is renamed from “pheno” to “yield”.