trans_graph2PFPRefnet {PFP} | R Documentation |
This function will translate all graphs in graph_list
to
a PFPRefnet-class
object.
trans_graph2PFPRefnet(graph_list, pathway_info)
graph_list, |
a list of |
pathway_info, |
a data.frame, which contains all kegg pathways "index", "id","name","group","species" |
translating all graphs in graph_list
to a
PFPRefnet-class
object.
The pathway_info can be designed by yourself, but the colnames must be
"index","id","name","group" and "species".
a PFPRefnet
data(PFPRefnet_hsa) PFPRefnet_hsa