View source: R/ConstructNetwork.R
ConstructNetwork | R Documentation |
ConstructNetwork(N_genes, Structure)
N_genes |
the number of genes |
structure |
"HN": Hierarchical Network or "BAN": Barabasi-Albert Network |
Adj |
the adjacency matrix of network structure |
N <- 200
Adj <- ConstructNetwork(N, "BAN")
Adj <- ConstructNetwork(N, "HN")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.