mod_gsea | 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,
gsea_scale = TRUE,
rank_method = "mean",
gsea_min_size = 15,
gsea_max_size = 1000,
verbose = FALSE
)
cem |
Object of class |
... |
Optional parameters. |
gsea_scale |
If TRUE, transform data using z-score transformation. Default: TRUE |
rank_method |
Character string indicating how to rank genes. Either "mean" (the default) or "median". |
gsea_min_size |
Minimum gene set size (Default: 15). |
gsea_max_size |
Maximum gene set size (Default: 1000). |
verbose |
logical. Report analysis steps. |
GSEA results.
plot_gsea
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.