-
Notifications
You must be signed in to change notification settings - Fork 16
Report Modules: panoply_ssgsea_report
wcorinne edited this page Aug 27, 2025
·
7 revisions
This module creates an R Markdown report to provide a high-level summary of the panoply_ssgsea module results.
The report provides:
-
A heatmap depicting the normalized enrichment scores (NES) of gene sets significant in at least one data column. Significance is defined by parameter
fdrin sectionpanoply_ssgsea_reportof thecfg_yamlfile. -
List of parameters used in the panoply_ssgsea module.
-
tarball: (.tarfile) tarball frompanoply_ssgsea -
cfg_yaml: (.yamlfile) master-parameters.yaml -
label: (String) label used in report title
- Heatmap Parameters:
-
fdr: (Float, default=0.05) FDR threshold for heatmap significance stars. -
top_n: (Int, default=20) max number of significant hits to be plotted on heatmap -
cluster_rows: (Boolean, default=TRUE) If TRUE, rows will be clustered using distance matrix, withser_methas seriation method -
ser_meth: (String, default='ARSA') Seriation method used for clustering heatmap rows. -
split_by_prefix: (Boolean) If TRUE, separate heatmaps will be created for pathways with unique prefixes '-<pathway_name>'. Automatically turned on by default for PTM-SEA pathways, but can be manually overridden with this parameter. -
geneset_groups_file: (.csvfile) Optional file used to group related pathways. File must have two columns, with genesets in the first column and geneset-groupings in the second. Geneset names must match the.gmt(gene_set_database) used in panoply_ssgsea.
-
-
report: (.htmlfile) R Markown report.
- Home
- PANOPLY Tutorial
- Data Preparation Modules
-
Data Analysis Modules
- panoply_association
- panoply_blacksheep
- panoply_clumps_ptm_diffexp
- panoply_clumps_ptm
- panoply_clumps_ptm_postprocess
- panoply_cmap_analysis
- panoply_cna_correlation
- panoply_cons_clust
- panoply_immune_analysis
- panoply_metaboanalyst
- panoply_mimp
- panoply_nmf
- panoply_nmf_postprocess
- panoply_omicsev
- panoply_quilts
- panoply_rna_protein_correlation
- panoply_sankey
- panoply_ssgsea
-
Report Modules
- panoply_association_report
- panoply_blacksheep_report
- panoply_clumps_ptm_report
- panoply_cna_correlation_report
- panoply_cons_clust_report
- panoply_immune_analysis_report
- panoply_metaboanalyst_report
- panoply_mimp_report
- panoply_nmf_report
- panoply_normalize_ms_data_report
- panoply_rna_protein_correlation_report
- panoply_sampleqc_report
- panoply_sankey_report
- panoply_ssgsea_report
- Support Modules
- Navigating Results
- PANOPLY without Terra
- Customizing PANOPLY
-
Workflows
- panoply_association_workflow
- panoply_blacksheep_workflow
- panoply_clumps_ptm_workflow
- panoply_immune_analysis_workflow
- panoply_metaboanalyst_workflow
- panoply_nmf_workflow
- panoply_nmf_internal_workflow
- panoply_normalize_filter_workflow
- panoply_process_SM_table
- panoply_sankey_workflow
- panoply_ssgsea_workflow
- Pipelines