Description Usage Arguments Value
This function is the main function of the package. It computes the common gene modules for a collection of correlation matrices
1 2 3 |
R |
is a list of lenght L1 (number of studies) of correlation matrices of the same size |
gap |
whether to use the gap statistic to determine the optimal number of clusters |
k |
if gap is TRUE then k=NULL otherwise, k is an integer indicating the number of desired modules (scattered genes do not count as a module) |
scattered: |
bolean whether the function should look for scattered genes before looking for modules. |
common_r the common correlation matrix estimated through the empirical bayesian model
modules a list of modules with the scattered genes grouped inside a module (called -1)
bestk the optimal number of modules according to a modified version of the GAP statistic (if gap is set to TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.