network_gen {networkABC} | R Documentation |
Generate random network topology
network_gen(number_genes, clust_coef)
number_genes |
A number |
clust_coef |
A number |
A list with the number of of genes, the targeted clustering coefficient and the resulting network
network_gen(10,1)