Description Usage Arguments Value Author(s) References Examples
View source: R/network.modules.R
Determine the modular structure for a network.
1 | network.modules(s,m,epsilon,plot=FALSE,interactive=FALSE,...)
|
s |
scores for a network. |
m |
minimum cluster size parameter. |
epsilon |
threshold parameter. |
plot |
indicates whether to create a graph for the network using the tkplot function in the igraph package. |
interactive |
indicates whether any plotted graphs should be interactive. |
... |
additional arguments passed to the tkplot function in the igraph package. |
modules |
an object of S4-class "modules" for the network |
The authors are Ryan Gill, Somnath Datta, and Susmita Datta. The software is maintained by Ryan Gill rsgill01@louisville.edu.
Gill, R., Datta, S., and Datta, S. (2010) A statistical framework for differential network analysis from microarray data. BMC Bioinformatics, 11, 95.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.