Skip to contents

Converts graphNEL object to 2 data frames(node_table, edge_table)

Usage

graphnel_to_df(pathway, extended = FALSE)

Arguments

pathway

pathway list object generated with package.

extended

set to TRUE to get more detailed data frames with graphical information. Default value is FALSE.