| appServer | R Documentation |
Server function for the main GeneKeepR Shiny application. Initializes all modules and manages shared reactive state between them.
appServer(input, output, session)
input |
Shiny input object |
output |
Shiny output object |
session |
Shiny session object |
The server handles:
Configuration loading from site-specific config files
Navigation button handlers for the home page
Dynamic tab management for QC errors and changed columns
Module initialization and data flow between modules
No return value, called for side effects. As a 'Shiny' server
function, appServer() is invoked by the 'Shiny' runtime to wire up
the application's reactive outputs, observers, and module servers for a
running GeneKeepR session.
appUI for the corresponding UI function
modInputServer for data input module
modPedigreeServer for pedigree browser module
modGeneticValueServer for genetic value analysis
shouldShowChangedColsTab for changed columns tab
logic
loadSiteConfig for site configuration loading
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.