AddLogicGates {epiNEM} | R Documentation |
extend model with node representing logic gate
AddLogicGates(child, logic, model)
child |
define the child |
logic |
define the logical gate |
model |
normal model |
model list with additional logic gate
model <- CreateRandomGraph(c("Ikk1", "Ikk2", "RelA")) model2 <- AddLogicGates("RelA", "OR", model)