The module server for exploring incidence results
characterizationIncidenceServer.Rd
The module server for exploring incidence results
Usage
characterizationIncidenceServer(
id,
connectionHandler,
resultDatabaseSettings,
parents,
parentIndex,
outcomes,
targetIds
)
Arguments
- id
the unique reference id for the module
- connectionHandler
the connection to the prediction result database
- resultDatabaseSettings
a list containing the characterization result schema, dbms, tablePrefix, databaseTable and cgTablePrefix
- parents
a list of parent cohorts
- parentIndex
an integer specifying the parent index of interest
- outcomes
a reactive object specifying the outcomes of interest
- targetIds
a reactive vector of integer specifying the targetIds of interest
See also
Other Characterization:
characterizationHelperFile()
,
characterizationIncidenceViewer()
,
characterizationServer()
,
characterizationViewer()