Description Usage Arguments Details
View source: R/function_call_wrappers.R
moda function wrapper
| 1 2 3 4 5 6 7 8 9 10 11 | 
| input_name | Name of the input object in the database | 
| cutmethod | cutting the dendrogram based on maximal average Density or Modularity | 
| to_db | Save result in database, default is TRUE | 
| folder | If not saved in database, folder where to save the module as .rds | 
| group_of_interest | Numerical value denoting which group contains the condition of interest (1 or 2) | 
| specificTheta | the threshold to define min(s)+specificTheta, less than which is considered as condition specific module. s is the sums of rows in Jaccard index matrix. See supplementary file. | 
| conservedTheta | The threshold to define max(s)-conservedTheta, greater than which is considered as condition conserved module. s is the sums of rows in Jaccard index matrix. See supplementary file. | 
| module_name | Unique name for the module object when stored in database | 
| con | Database connection obtained with  | 
Retrieves a MODifieR input object from database by
input_name and runs moda method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.