modGeneticValueServer: Genetic Value Analysis Module - Server Function

View source: R/modGeneticValue.R

modGeneticValueServerR Documentation

Genetic Value Analysis Module - Server Function

Description

Genetic Value Analysis Module - Server Function

Usage

modGeneticValueServer(id, pedigree, speciesOverrides = reactive(NULL))

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 with breedingTable, gestationTable, breedingAgeDefault, gestationDefault), or NULL. Threaded into reportGV. Defaults to reactive(NULL) so no config file means bundled behavior.

Value

List with geneticValues, topAnimals, nAnalyzed, kinshipMatrix, founderStats, maleFounders, and femaleFounders.

References

Lacy, R.C. (1989) Zoo Biology, 8, 111-123.

See Also

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()


nprcgenekeepr documentation built on July 26, 2026, 5:06 p.m.