BreedingExperiment 0.99.4
- Documented the return value on the class page, clearing the BiocCheck warning about a missing
aluesection. - Wrapped the last over-long source line.
BreedingExperiment 0.99.3
- Version bump only, to re-run the Bioconductor checks after a transient bioconductor.org outage (HTTP 504) aborted BiocCheck. No code changes.
BreedingExperiment 0.99.2
- Split
simulateBreeding()into helpers so no function exceeds the recommended length. - Wrapped over-long source lines and added the
QualityControlbiocView.
BreedingExperiment 0.99.1
- Removed a non-standard field from
DESCRIPTION. - Added citation metadata (
inst/CITATIONandCITATION.cff).
BreedingExperiment 0.99.0
First submission to Bioconductor.
- The
BreedingExperimentclass, extendingRangedSummarizedExperiment, holds marker genotypes, phenotypes, a pedigree and marker coordinates in one object. - Relationship matrices:
Amatrix()(pedigree),Gmatrix()(genomic),Dmatrix()(dominance) andHmatrix()(single step, combining pedigree and genomic information so genotyped and ungenotyped individuals can be analysed together). - Quality control with
filterMarkers()andimputeMarkers(), plusalleleFrequency(),inbreeding()andsortPedigree(). -
demoBreeding, a simulated five-generation population with ungenotyped ancestors, andsimulateBreeding()for generating your own.