
Genetic Value Analysis Module - Server Function
Source:R/modGeneticValue.R
modGeneticValueServer.RdGenetic Value Analysis Module - Server Function
Arguments
- id
character vector of length 1. Module namespace identifier.
- pedigree
reactive returning pedigree data frame.
- speciesOverrides
reactive returning the user-configurable species overrides loaded at boot by
loadSpeciesOverrides(a list withbreedingTable,gestationTable,breedingAgeDefault,gestationDefault), orNULL. Threaded intoreportGV. Defaults toreactive(NULL)so no config file means bundled behavior.
Value
List with geneticValues, topAnimals,
nAnalyzed, kinshipMatrix, founderStats,
maleFounders, and femaleFounders.
See also
modBreedingGroupsServer for using results.
Other Shiny modules:
modBreedingGroupsServer(),
modBreedingGroupsUI(),
modGeneticDiversityServer(),
modGeneticDiversityUI(),
modGeneticValueUI(),
modGvAndBgDescServer(),
modGvAndBgDescUI(),
modInputServer(),
modInputUI(),
modORIPReportingServer(),
modORIPReportingUI(),
modPedigreeServer(),
modPedigreeUI(),
modPotentialParentsServer(),
modPotentialParentsUI(),
modPyramidServer(),
modPyramidUI(),
modSummaryStatsServer(),
modSummaryStatsUI()