Description Usage Arguments Value Examples
View source: R/cAMARETTO_modulenetwork.R
cAMARETTO_ModuleNetwork
Creates a module network.
1 2 | cAMARETTO_ModuleNetwork(cAMARETTOresults, pvalue = 0.05, inter = 5,
color_list = NULL, edge_method = "pvalue", plot_network = TRUE)
|
cAMARETTOresults |
|
pvalue |
pvalue cut-off for each gene set |
inter |
minimal overlap between two gene sets |
color_list |
An optional list with colors |
edge_method |
Define edge weights based p-values or overlap between the gene sets. |
plot_network |
If TRUE, plots the Community Network at the end. |
a list with the module network, layout for the network, used p-value, used overlap en colors
1 | cAMARETTOnetworkM<-cAMARETTO_ModuleNetwork(cAMARETTOresults,0.10,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.