mod_summary | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.