crossInhibitedData {CellNOptR} | R Documentation |
If an inhibitor is also a measured species, replace the data with NA (when inhibited)
crossInhibitedData(object)
object |
the CNOlist that contains the data |
the new cnolist
T. Cokelaer
data(ToyModel,package="CellNOptR") data(CNOlistToy,package="CellNOptR") cnolist = crossInhibitedData(CNOlist(CNOlistToy))