model2igraph: Convert a model object to a igraph object

View source: R/model2igraph.R

model2igraphR Documentation

Convert a model object to a igraph object

Description

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.

Usage

model2igraph(model)

Arguments

model

the model as generated using readSIF

Value

g

a igraph object

Author(s)

T. Cokelaer

See Also

graph2sif, sif2graph

Examples

    data(ToyModel,package="CellNOptR")
    model2igraph(model=ToyModel)

saezlab/CellNOptR documentation built on April 16, 2024, 5:21 a.m.