mod_gsea {CEMiTool} | R Documentation |
Perfoms Gene Set Enrichment Analysis (GSEA) for each co-expression module found.
mod_gsea(cem, ...) ## S4 method for signature 'CEMiTool' mod_gsea(cem, rank_method = "mean", verbose = FALSE)
cem |
Object of class |
... |
Optional parameters. |
rank_method |
Character string indicating how to rank genes. Either "mean" (the default) or "median". |
verbose |
logical. Report analysis steps. |
GSEA results.
# Get example CEMiTool object data(cem) # Look at example annotation file sample_annotation(cem) # Run GSEA on network modules cem <- mod_gsea(cem) # Check results gsea_data(cem)