Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

model2sif

Convert a model object in sif format


Description

This function receives as input a model object and converts it to the cytoscape sif format. It can be used to convert either the whole model (before or after pre-processing) or the optimized one (if the corresponding bitString in provided). The resulting table can also be saved in a sif file.

Usage

model2sif(model,optimRes=NA,writeSif=FALSE, filename="Model")

Arguments

model

the model as generated using readSIF

optimRes

the output of the optimisation (as obtained using gaBinaryT1), default set to NA the whole model in converted

writeSif

it writeSif=FALSE (default) the sif file is not saved. If writeSif=TRUE it is saved.

filename

the name of the sif file saved if writeSif=TRUE. Default is Model.sif.

Details

All links in the model are converted in sif format that is sourceNode-tab-sign-tab-targetNode. If there are ANDs, they are converted using dummy nodes called and# (e.g. A+B=C will be A-tab-1-tab-and1; B-tab-1-tab-and1; and1-tab-1-tab-C).

Value

sifFile

a table with all the links in the model in the format sourceNode-tab-sign-tab-targetNode

Author(s)

F.Eduati

See Also


CellNOptR

Training of boolean logic models of signalling networks using prior knowledge networks and perturbation data

v1.36.0
GPL-3
Authors
T.Cokelaer, F.Eduati, A.MacNamara, S.Schrier, C.Terfve, E.Gjerga, A.Gabor
Initial release
2018-11-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.