-
Notifications
You must be signed in to change notification settings - Fork 16
Data Analysis Modules: panoply_clumps_ptm_postprocess
wcorinne edited this page Aug 29, 2025
·
1 revision
This module wrangles the results of panoply_clumps_ptm, creating summary figures and visualizations. It creates a dotplot showing the top proteins with clusters of differentially-upregulated, and differentially down-regulated PTM-sites, for each annotation value tested. It also creates PyMol figures for the top significant proteins, with the location of modified residues colored.
-
results_tar
: (.tar
file) tar file containing the results of panoply_clumps_ptm -
output_prefix
: (String, default="results") prefix used to name the output files -
yaml_file
: (.yaml
file) master-parameters.yaml
-
fdr_threshold
: (Float) FDR threshold for significance -
pymol_gen
: (Boolean, default=true
) ifTRUE
, PyMol figures will be generated -
pymol_upper_limit
: (Int, default=10) maximum number of PyMol figures that should be generated per test
-
results
: ("${output_prefix}_clumps_ptm_full_results.tar"
) all results and figures of ClumpsPTM, including data-tables and raw results -
figures_only
: ("${output_prefix}_clumps_figures.tar"
) summary figures and PyMol only
- 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