Description Usage Arguments Details Author(s) See Also Examples
This function checks that all the signals in a CNOlist match to species in the model. It also checks that the CNOlist and Model lists have the right format and contain the right fields. It is called by the preprocessing function so there is no need to call it directly anymore if you use the preprocessing function.
In version 1.3.20, check of inhibitors and stimuli is also performed.
1 | checkSignals(CNOlist, model)
|
CNOlist |
A CNOlist structure, as created by makeCNOlist. |
model |
A model structure, as created by readSIF. |
If the formats are wrong, this function produces an error. If the signals/inhibitors/stimuli do not match the species, this function produces a warning that explains which signals does no match any species.
C. Terfve, T. Cokelaer
makeCNOlist
, readSIF, preprocessing
1 2 3 | data(CNOlistToy, package="CellNOptR")
data(ToyModel, package="CellNOptR")
checkSignals(CNOlistToy, ToyModel)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.