network_gen: Random scale-free network generation. This function is used...

View source: R/network_gen.R

network_genR Documentation

Random scale-free network generation. This function is used intensively in the abc function.

Description

Generate random network topology

Usage

network_gen(number_genes, clust_coef)

Arguments

number_genes

A number

clust_coef

A number

Value

A list with the number of of genes, the targeted clustering coefficient and the resulting network

Examples

network_gen(10,1)

networkABC documentation built on Oct. 19, 2022, 1:08 a.m.