Description Usage Arguments Value See Also Examples
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.
| 1 | createNetwork(inputProbabilities = 1, ...)
 | 
| inputProbabilities | List of probabilities determining how many regulatory sets there are per gene. | 
| ... | Other parameters, used by BoolNet. | 
A network.
| 1 | net <- createNetwork(inputProbabilities=1, 5, 2, topology="homogeneous")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.