CreateTopology {epiNEM}R Documentation

Create Topology.

Description

Create topology for a randomly generated pathway topology

Usage

CreateTopology(single, double, force = TRUE)

Arguments

single

number of single knockouts

double

number of double knockouts

force

if true the random model will have a sophisticated logical gate

Value

adjacency matrix

Examples

model <- CreateTopology(3, 1)

[Package epiNEM version 1.10.0 Index]