Description Usage Arguments Value Examples
Visualized network
1 |
Auto_WGCNA_Output |
R object with GMIC bayesian network |
Filter_unconnected_ME |
a logical value. If TRUE, the default, unconnected modules will be removed from the final network. If FALSE, all modules will be shown. |
a shiny object for network visualization.
1 2 3 4 5 | GMIC_Final_dir<-system.file("extdata", "GMIC_Final.Rdata",
package = "GmicR", mustWork = TRUE)
load(GMIC_Final_dir)
if(interactive()){
Gmic_viz(GMIC_Final)}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.