
Cross-Center Identity Mapping Module - Server Function
Source:R/modCrossCenterIdentity.R
modCrossCenterIdentityServer.RdCross-Center Identity Mapping Module - Server Function
Value
A list with reactive components:
mergedPedigree- theresolveCrossCenterIdsoutput, once the uploaded mapping validates cleanissues- thecheckCrossCenterMappingoutput (plus a synthetictype = "structural"row if a required column was missing from an upload); zero rows means cleanconfirmed- logical: has the D7 confirmation modal been accepted for the currently-validated mapping
Standalone review/export tool (D3): the merged pedigree is a downloadable
artifact only – it is not written into shared$currentPedigree or
any other module's reactive graph. A curator who wants the merged result
to drive downstream analysis re-uploads the exported "Merged Pedigree"
CSV through modInputServer's existing pedigree-file path.
See also
modCrossCenterIdentityUI for the user interface.
Other Shiny modules:
modBreedingGroupsServer(),
modBreedingGroupsUI(),
modCrossCenterIdentityUI(),
modDeidentifiedExportServer(),
modDeidentifiedExportUI(),
modGeneticDiversityServer(),
modGeneticDiversityUI(),
modGeneticValueServer(),
modGeneticValueUI(),
modGvAndBgDescServer(),
modGvAndBgDescUI(),
modInputServer(),
modInputUI(),
modMarkerGeneticsServer(),
modMarkerGeneticsUI(),
modMatePairServer(),
modMatePairUI(),
modORIPReportingServer(),
modORIPReportingUI(),
modPedigreeServer(),
modPedigreeUI(),
modPotentialParentsServer(),
modPotentialParentsUI(),
modPyramidServer(),
modPyramidUI(),
modSummaryStatsServer(),
modSummaryStatsUI()