gsea_data {CEMiTool} | 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)