Generates a network.
network_random(
nb,
time_label,
exp,
init,
regul,
min_expr,
max_expr,
casc.level
)
Integer. The number of genes.
Vector. The time points measurements.
The exponential parameter, as in the barabasi.game function in igraph package.
The attractiveness of the vertices with no adjacent edges. See barabasi.game function.
A vector mapping each gene with its number of regulators.
Minimum of strength of a non-zero link
Maximum of strength of a non-zero link
...
A omics_network object.