toGraphNEL | R Documentation |
Converts an annotated igraph object to graphNEL
toGraphNEL(graph, export.attr = "")
graph |
An annotated igraph object.. |
export.attr |
A |
A graphNEL object.
Ahmed Mohamed
data(ex_kgml_sig) # Ras and chemokine signaling pathways in human
graphNEL <- toGraphNEL(ex_kgml_sig, export.attr="^miriam.")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.