View source: R/PATHWAY_ANALYSIS.R
| create_pathway_with_reactions | R Documentation |
Creates the pathway, with reactions included in the nodes
create_pathway_with_reactions(
path,
path.name,
identified_cpds,
nodeNames = "kegg",
nodeTooltip = FALSE,
map.zoom = FALSE,
map.layout = "preset",
map.width = NULL,
map.height = NULL
)
path |
TODO. |
path.name |
TODO. |
identified_cpds |
TODO. |
nodeNames |
TODO. |
nodeTooltip |
TODO. |
map.zoom |
TODO. |
map.layout |
TODO. |
map.width |
TODO. |
map.height |
TODO. |
A cyjShiny widget representing the pathway with reactions
included in the nodes. The widget contains the pathway graph ready for
interactive visualization, with identified compounds highlighted when they
are present in the pathway.
## Not run:
path <- get_MetabolitePath("hsa00010")
create_pathway_with_reactions(
path = path,
path.name = "hsa00010",
identified_cpds = c("cpd:C00031", "cpd:C00022")
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.