Genetic Value Analysis Module - Server Function
modGeneticValueServer(id, pedigree, speciesOverrides = reactive(NULL))List with geneticValues, topAnimals,
nAnalyzed, kinshipMatrix, founderStats,
maleFounders, and femaleFounders.
character vector of length 1. Module namespace identifier.
reactive returning pedigree data frame.
reactive returning the user-configurable species
overrides loaded at boot by loadSpeciesOverrides (a list with
breedingTable, gestationTable, breedingAgeDefault,
gestationDefault), or NULL. Threaded into
reportGV. Defaults to reactive(NULL)
so no config file means bundled behavior.
Lacy, R.C. (1989) Zoo Biology, 8, 111-123.
modGeneticValueUI
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()