Description Usage Arguments Value Author(s) Examples
Converts an annotated igraph object to graphNEL
1 | toGraphNEL(graph, export.attr = "")
|
graph |
An annotated igraph object.. |
export.attr |
A |
A graphNEL object.
Ahmed Mohamed
1 2 | 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.