model2igraph | R Documentation |
This function receives as input a model object and converts it to a graph object made by igraph. igraph provides lots of utilities especially to write the file in different format such as GML.
model2igraph(model)
model |
the model as generated using readSIF |
g |
a igraph object |
T. Cokelaer
graph2sif, sif2graph
data(ToyModel,package="CellNOptR")
model2igraph(model=ToyModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.