cutModel | R Documentation |
This function is for developers only.
cutModel(model, bString)
model |
the model object to cut. |
bString |
the bitString to be used to cut the model object. |
cutModel |
the new model object |
added in version 1.3.16
T. Cokelaer
data(ToyModel,package="CellNOptR")
bString = rep(1,length(ToyModel$reacID))
# remove some reactions by setting them to 0.
bString[c(2,5,6)] <- 0
prepModel = cutModel(model = ToyModel, bString = bString )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.