node_mapping_info: Prepare nodes for mapping

Description Usage Arguments Value Examples

View source: R/node_mapping_info.R

Description

Modify the mapping information for desired look when graphed in Cytoscape

Usage

1
node_mapping_info(KEGG_mappings)

Arguments

KEGG_mappings

The data.frame object generated by the function expand_KEGG_mappings()

Value

A data.frame object for nodes that will be passed on to the function get_graph_object

Examples

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)

KEGGlincs documentation built on Nov. 8, 2020, 5:47 p.m.