View source: R/KEGG_module_topology_plot.R
KEGG_module_topology_plot | R Documentation |
The KEGG_module_topology_plot
is a function to highlght module location on KEGG pathway
topology.
KEGG_module_topology_plot(
res_KEGG_module,
which_to_draw = "all",
filePath = getwd()
)
res_KEGG_module: |
a result list from function |
which_to_draw: |
either a numeric vector indicating module sizes of interest to highlight or "all" which will show all module size scenarios in the res_KEGG_module provided. |
filePath: |
the path to save the elbow plot. Default is the current working directory. |
KEGG pathway topology plots with different module highlighted will be saved as .png files in the filePath provided.
## Not run:
#res_KEGG_module from the KEGG_module step (see the example in function 'KEGG_module')
res = KEGG_module_topology_plot(res_KEGG_module,which_to_draw = c(4,8,9))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.