View source: R/network_utils.R
generate_edges | R Documentation |
Generate edges for the CaPO4 network
generate_edges(
components,
organs,
regulations,
diseases,
organs_edges_size,
hormones_edges_size
)
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. |
diseases |
Shiny input disease selector. See diseaseSelect. |
organs_edges_size |
Shiny input for organs edges size. See networkOptions. |
hormones_edges_size |
Shiny input for hormones edges size. See networkOptions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.