-
Notifications
You must be signed in to change notification settings - Fork 16
Pipelines: panoply_unified_workflow
wcorinne edited this page Feb 6, 2024
·
4 revisions
Performs proteogenomic analysis on multiple omics types in parallel (ie panoply_main
) and leverages additional analysis modules such as panoply_immune_analysis
, panoply_blacksheep
, and panoply_nmf
.
This pipeline executes the following modules and pipelines:
- panoply_main
- panoply_immune_analysis
- panoply_immune_analysis_report
- panoply_blacksheep
- panoply_blacksheep_report
- panoply_nmf_workflow
Required inputs:
-
yaml
: (.yaml
file) parameters inyaml
format -
job_id
: (String) An identifier name given to the job -
run_ptmsea
: please seerun_ptmsea
input parameter in panoply_main -
run_cmap
: please seerun_cmap
input parameter in panoply_main -
run_mo_nmf
: (String)true
to run the panoply_nmf workflow on all omes combined orfalse
to skip -
run_so_nmf
: (String)true
to run the panoply_nmf workflow on each ome independently orfalse
to skip -
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
Optional inputs (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
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. -
blacksheep_outlier
: contains a folder for each ome type it was run on. Each ome folder will containpanoply_blacksheep
results. Please see the outputs from panoply_blacksheep for more information. -
nmf
: contains results from panoply_nmf -
immune_analysis
: contains results from panoply_immune_analysis
-
-
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 -
blacksheep_outlier
: contains all reports generated by panoply_blacksheep_report -
nmf
: contains all reports generated by panoply_nmf_report and panoply_ssgsea_report -
immune_analysis
: contains all reports produced by panoply_immune_analysis_report
-
- Home
- PANOPLY Tutorial
- Data Preparation Modules
- Data Analysis Modules
-
Report Modules
- panoply_association_report
- panoply_blacksheep_report
- panoply_cna_correlation_report
- panoply_cons_clust_report
- panoply_immune_analysis_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
- Pipelines