powered by
Generates a network.
network_random( nb, time_label, exp, init, regul, min_expr, max_expr, casc.level )
A omics_network object.
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
...
Bertrand Frederic, Myriam Maumy-Bertrand.
set.seed(1) Net<-network_random( nb=100, time_label=rep(1:4,each=25), exp=1, init=1, regul=round(rexp(100,1))+1, min_expr=0.1, max_expr=2, casc.level=0.4 ) plot(Net)
Run the code above in your browser using DataLab