Usage
computeScoreDT(CNOlist, model, bString, simList=NULL, indexList=NULL,
sizeFac=0.0001, NAFac=1, boolUpdates, lowerB=lowerB, upperB=upperB)
Arguments
CNOlist
A CNOlist structure, as created by makeCNOlist.
model
A model structure, as created by codereadSIF, normally pre-processed
but that is not a requirement of this function.
bString
A bit string of the same size as the number of reactions in the model above.
simList
If provided, simList should be created by prep4sim, and has also already been cut to
contain only the reactions to be evaluated.
indexList
If provided, indexList should contain a list of indexes of the species stimulated/inhibited/measured in the
model, as created by indexFinder.
sizeFac
The scaling factor for the size term in the objective function, default to 0.0001.
NAFac
The scaling factor for the NA term in the objective function, default to 1.
boolUpdates
The number of synchronous updates performed by the boolean simulator.
lowerB
The lower bound for the optimized value of the scaling factor.
upperB
The upper bound for the optimized value of the scaling factor.