networkCaPO4: CaPO4 Network server module

Description Usage Arguments

View source: R/networkModule.R

Description

Create a CaPO4 network

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
networkCaPO4(
  input,
  output,
  session,
  isMobile,
  components,
  organs,
  regulations,
  background,
  diseases,
  organs_nodes_size,
  hormones_nodes_size,
  organs_edges_size,
  hormones_edges_size,
  help
)

Arguments

input

Shiny inputs

output

Shiny Outputs

session

Session object.

isMobile

Shiny input checking if the app is running on a cellphone/tablet.

components

Shiny input CaPO4 component selector. See networkOptions.

organs

Shiny input to toggle organs display. See networkOptions.

regulations

Shiny input to toggle hormone display. See networkOptions.

background

Shiny input background selector. See networkOptions.

diseases

Shiny input disease selector. See diseaseSelect.

organs_nodes_size

Shiny input for organs node size. See networkOptions.

hormones_nodes_size

Shiny input for hormones node size. See networkOptions.

organs_edges_size

Shiny input for organs edges size. See networkOptions.

hormones_edges_size

Shiny input for hormones edges size. See networkOptions.

help

Help input.


CaPO4Sim documentation built on March 21, 2021, 9:06 a.m.