node_mapping_info {KEGGlincs} | R Documentation |
Modify the mapping information for desired look when graphed in Cytoscape
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
p53_KGML <- get_KGML("hsa04115") p53_KEGG_mappings <- expand_KEGG_mappings(p53_KGML, FALSE) p53_node_mapping_info <- node_mapping_info(p53_KEGG_mappings)