Create a CaPO4 network
networkCaPO4(
input,
output,
session,
isMobile,
components,
organs,
regulations,
background,
diseases,
organs_nodes_size,
hormones_nodes_size,
organs_edges_size,
hormones_edges_size,
help
)Shiny inputs
Shiny Outputs
Session object.
Shiny input checking if the app is running on a cellphone/tablet.
Shiny input CaPO4 component selector. See networkOptions.
Shiny input to toggle organs display. See networkOptions.
Shiny input to toggle hormone display. See networkOptions.
Shiny input background selector. See networkOptions.
Shiny input disease selector. See diseaseSelect.
Shiny input for organs node size. See networkOptions.
Shiny input for hormones node size. See networkOptions.
Shiny input for organs edges size. See networkOptions.
Shiny input for hormones edges size. See networkOptions.
Help input.