-
Notifications
You must be signed in to change notification settings - Fork 16
Pipelines: panoply_unified_workflow
wcorinne edited this page Aug 29, 2025
·
7 revisions
Performs proteogenomic analysis on multiple omics types in parallel (ie panoply_main
) and leverages additional analysis modules such as panoply_nmf
, panoply_clumps_ptm_workflow
, and panoply_metaboanalyst
. It can optionally be used to normalize and filter -omic datasets using panoply_normalize_filter_workflow
.
This pipeline executes the following modules and pipelines:
- panoply_normalize_filter_workflow
- panoply_main
- panoply_clumps_ptm_workflow
- panoply_nmf_workflow
- panoply_metaboanalyst, if applicable
-
yaml
: (.yaml
file) parameters inyaml
format -
job_id
: (String) An identifier name given to the job -
groups_file
: (File, default = this.groups_ss) The annotation file for the given ome data, subsetted to annotations of interest and used for analyses. Can be manually overriden for relevant modules (below).
NOTE: at least one must be specified):
-
prote_ome
: (.gct
file, default = this.proteome_ss) proteome data matrix -
phospho_ome
: (.gct
file, default = this.phosphoproteome_ss) phosphoproteome data matrix -
acetyl_ome
: (.gct
file, default = this.acetylome_ss) acetylome data matrix -
ubiquityl_ome
: (.gct
file, default = this.ubiquitylome_ss) ubiquitylome data matrix -
nglyco_ome
: (.gct
file, default = this.nglycoproteome_ss) nglycoproteome data matrix -
methyl_ome
: (.gct
file, default = this.methylation_ss) methylation data matrix
- Genomic Inputs: must specify both RNA and CNA data, in order to run proteogenomic analyses in panoply_main
-
rna_data
: (.gct
file, default = this.rna_v3_ss) Input rna data matrix -
cna_data
: (.gct
file, default = this.cna_ss) Input cna data matrix
-
-
metabol_ome
: (.gct
file, default = this.metabolome_ss) metabolome data matrix
-
run_ptmsea
: (String, default =false
)true
if phosphoproteome data is being run and ptmsea analysis is desired or "false" to skip (this module takes additional time and higher cost to run) -
run_clumps
: (String, default =false
)true
if PTM data is being run and ClumpsPTM analysis is desired, or "false" to skip (this module takes additional time and higher cost to run) -
run_cmap
: (String, default =false
)true
if proteome data is being run and cmap analysis is desired orfalse
to skip (this module takes additional time and higher cost to run) -
run_nmf
: (String, default =true
)true
if nmf analysis is desired orfalse
to skip -
run_omicsev
: (String, default =true
)true
if OmicsEV analysis is desired orfalse
to skip
-
normalizeProteomics
: please seenormalizeProteomics
input parameter in panoply_normalize_ms_data -
filterProteomics
: please seefilterProteomics
input parameter in panoply_normalize_ms_data
By default, all analyses take groups_file
as the default annotations-file. However, for certain modules it may be desireable to exclude, add, or otherwise customize the annotations used. The following parameters allow groups-files to be overridden on a module-specific basis:
-
groups_file_clumpsptm
: please seegroupsFile
input parameter in panoply_clumps_ptm_diffexp. Overrides defaultgroups_file
. -
groups_file_metaboanlayst
: please seegroups_file
input parameter in panoply_metaboanalyst. Overrides defaultgroups_file
. -
groups_file_nmf
: please seegroups_file
input parameter in panoply_nmf_postprocess. Overrides defaultgroups_file
.
This pipeline outputs two .zip
files:
-
all_results.zip
This file contains complete results from all pipelines and modules run. The directory structure and results are formatted as follows:
-
results
:-
proteogenomic_analysis
: contains all results frompanoply_main
including a folder calledall_html_reports
which contains all reports produced from thepanoply_main
pipeline. Ifpanoply_cmap_analysis
was run, a folder namedproteome_cmap_analysis
will be present containing results from this module. Please see the outputs from panoply_main for more information. -
rna
: contains all results from panoply_main_internal run on RNA data. Please see the outputs from panoply_main_internal for more information. -
clumps_ptm
: contains results from panoply_clumps_ptm_workflow, if applicable -
metaboanalyst
: contains results from panoply_metaboanalyst, if applicable -
nmf
: contains results from panoply_nmf
-
-
all_reports.zip
This file contains all reports produced from every pipeline and module run. The directory structure for this file is formatted as follows:
-
reports
:-
proteogenomic_analysis
: contains all reports generated by the modules in panoply_main -
rna
: contains all reports generated by the modules in panoply_main_internal on RNA data -
clumps_ptm
: contains all reports generated by panoply_clumps_ptm_report -
metaboanalyst
: contains all reports generated by panoply_metaboanalyst_report -
nmf
: contains all reports generated by panoply_nmf_report and panoply_ssgsea_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