View source: R/fct_edge_testing.R
get_nEdges | R Documentation |
Returns the number of edges of a Gene Regulatory Network from its density.
get_nEdges(density, nGenes, nRegulators)
density |
network density (usually between 0.001 and 0.1) |
nGenes |
total number of genes |
nRegulators |
number of genes that are regulators |
number of edges
get_nEdges(density = 0.01, nGenes = 200, nRegulators = 21)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.