gsea_data | R Documentation |
Retrieve Gene Set Enrichment Analysis (GSEA) results
gsea_data(cem)
## S4 method for signature 'CEMiTool'
gsea_data(cem)
cem |
Object of class |
Object of class list
with GSEA data
# 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.