createNetwork: Create random threshold PBN.

Description Usage Arguments Value See Also Examples

Description

This first uses its parameters to let BoolNet create a network with the desired nodes, number of edges, topology, etc. It then creates adds all the relevant parameters to make it usable as a TPBN.

Usage

1
createNetwork(inputProbabilities = 1, ...)

Arguments

inputProbabilities

List of probabilities determining how many regulatory sets there are per gene.

...

Other parameters, used by BoolNet.

Value

A network.

See Also

transformNetwork setupPBN

Examples

1
net <- createNetwork(inputProbabilities=1, 5, 2, topology="homogeneous")

davidkwca/inferTPBN documentation built on May 9, 2019, 12:53 p.m.