| mod_summary {CEMiTool} | R Documentation |
Summarizes modules using mean or eigengene expression.
mod_summary(cem, ...)
## S4 method for signature 'CEMiTool'
mod_summary(cem, method = c("mean", "median",
"eigengene"), verbose = FALSE)
cem |
Object of class |
... |
Optional parameters. |
method |
A character string indicating which summarization method is to be used. Can be 'eigengene', 'mean' or 'median'. Default is 'mean'. |
verbose |
Logical. If |
A data.frame with summarized values.
# Get example CEMiTool object data(cem) # Summarize results mod_summary <- mod_summary(cem)