View source: R/findModules.spinglass.R
| findModules.spinglass | R Documentation | 
This function wraps a function iteratively to get modules from network adjacency matrix using igraph's spinglass clusting function.
findModules.spinglass(adj, nperm = 10, path, min.module.size = 30)
| adj | A n x n upper triangular adjacency in the matrix class format. | 
| nperm | Optional. Number of permutation on the gene ordering. (Default = 10) | 
| path | File path location of CFinder. | 
| min.module.size | Optional. Integer between 1 and n genes. (Default = 30) | 
GeneModules = n x 3 dimensional data frame with column names as Gene.ID, moduleNumber, and moduleLabel.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.