Creates the backend interface for the landing page module inside the ClustAssess Shiny application.
Arguments
- id
The id of the module, used to acess the UI elements.
- height_ratio
A reactive object that contains the height ratio of the plots in the application (the height of the plot is calculated using the height ratio and the height of the webpage).
- dimension
A reactive object that contains the dimensions of the webpage.
- parent_session
The session of the parent module, used to control the tabs of the application.
- organism
The organism of the dataset, which will be used in the enrichment analysis.