Description Usage Arguments Value Examples
Modify the mapping information for desired look when graphed in Cytoscape
1 | node_mapping_info(KEGG_mappings)
|
KEGG_mappings |
The data.frame object generated by the function expand_KEGG_mappings() |
A data.frame object for nodes that will be passed on to the function get_graph_object
1 2 3 4 | p53_KGML <- get_KGML("hsa04115")
p53_KEGG_mappings <- expand_KEGG_mappings(p53_KGML, FALSE)
p53_node_mapping_info <- node_mapping_info(p53_KEGG_mappings)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.