Description Usage Arguments Value Examples
Defines co-expression modules
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | find_modules(cem, ...)
## S4 method for signature 'CEMiTool'
find_modules(
cem,
cor_method = c("pearson", "spearman"),
cor_function = "cor",
eps = 0.1,
set_beta = NULL,
force_beta = FALSE,
min_ngen = 20,
merge_similar = TRUE,
network_type = "unsigned",
tom_type = "signed",
diss_thresh = 0.8,
verbose = FALSE
)
|
cem |
Object of class |
... |
Optional parameters. |
cor_method |
A character string indicating which correlation coefficient
is to be computed. Default |
cor_function |
A character string indicating the correlation function to be used. Default |
eps |
A value for accepted R-squared interval between subsequent beta values. Default is 0.1. |
set_beta |
A value to override the automatically selected beta value. Default is NULL. |
force_beta |
Whether or not to automatically force a beta value based on number of samples. Default is FALSE. |
min_ngen |
Minimal number of genes per submodule. Default |
merge_similar |
Logical. If |
network_type |
A character string indicating to use either "unsigned" (default) or "signed" networks. Default |
tom_type |
A character string indicating to use either "unsigned" or "signed" (default) TOM similarity measure. |
diss_thresh |
Module merging correlation threshold for eigengene similarity.
Default |
verbose |
Logical. If |
Object of class CEMiTool
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.