Server logic for ORIP reporting module. Generates summary statistics and formatted reports for Office of Research Infrastructure Programs submissions.
modORIPReportingServer(
id,
pedigree = NULL,
geneticValues = NULL,
siteConfig = NULL
)A list with reactive components for ORIP reporting.
character vector of length 1. Module namespace identifier.
reactive returning pedigree data frame.
reactive returning genetic value analysis results.
reactive returning site configuration from getSiteInfo().
modORIPReportingUI for the user interface
getSiteInfo for site configuration
Other Shiny modules:
modBreedingGroupsServer(),
modBreedingGroupsUI(),
modGeneticDiversityServer(),
modGeneticDiversityUI(),
modGeneticValueServer(),
modGeneticValueUI(),
modGvAndBgDescServer(),
modGvAndBgDescUI(),
modInputServer(),
modInputUI(),
modORIPReportingUI(),
modPedigreeServer(),
modPedigreeUI(),
modPotentialParentsServer(),
modPotentialParentsUI(),
modPyramidServer(),
modPyramidUI(),
modSummaryStatsServer(),
modSummaryStatsUI()