model2igraph {CellNOptR} | 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