solgenomics / sgn

The code behind the Sol Genomics Network, Cassavabase and other Breedbase websites
https://solgenomics.net
MIT License
66 stars 35 forks source link

calculate averages instead of BLUEs for trials with design type issues #2431

Closed isaak closed 5 years ago

isaak commented 5 years ago

Some trials in the database have mismatch between their design type entry and the data structure. Eg. A trial with Alpha design type with some blocks but only one replication (https://cassavabase.org/breeders/trial/1647). This breaks modeling and BLUEs calculation. For the genomics selection purpose, for such trials just calculate averages for clones and log a warning message.

isaak commented 5 years ago

related: #1115

isaak commented 5 years ago

https://github.com/solgenomics/rPackages/pull/14