statgenMPP 1.0.4
-
readRABBITMPPnow reads the output files producted by open source version of RABBIT, available at https://github.com/Biometris/RABBIT. Older files created using Mathematica are still read as well. - A new plot (
plotType = "parCIs") is now available for plotting the parental effects and the confidence intervals around them.
statgenMPP 1.0.3
CRAN release: 2024-10-29
- The output of
selQTLMPPnow 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
gDataMPPobjects 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 = TRUEin theselQTLMPPfunction. - It is now possible to include a polygenic effect in the models to correct for background genetic information.
- A new function
createGDataMPPis added to directly create agDataMPPobject from anIBDprobobject (as created bystatgenIBD) and a data.frame with phenotypic data. -
readRABBITis renamed toreadRABBITMPPto prevent future conflicts with a similar function instatgenIBD - The trait column in the example data is renamed from “pheno” to “yield”.
