CreateTopology {epiNEM} | R Documentation |
Create topology for a randomly generated pathway topology
CreateTopology(single, double, force = TRUE)
single |
number of single knockouts |
double |
number of double knockouts |
force |
if true the random model will have a sophisticated logical gate |
adjacency matrix
model <- CreateTopology(3, 1)