Description Usage Arguments Details Value Examples
View source: R/load_kegg_graphs.R
This function will translate all graphs in graph_list
to
a PFPRefnet-class
object.
1 | 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
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.