-
Notifications
You must be signed in to change notification settings - Fork 16
Workflows: panoply_metaboanalyst_workflow
This workflow executes a PANOPLY adaptation of MetaboAnalyst, performing pathway enrichment of metabolomic (and proteomic/transcriptomic) features and generates an interactive report. The workflow is based off the 6.0 release of MetaboAnalyst; all databases are pulled from that version (Pang, Z. et al. 2024). It executes the following modules:
module | description |
---|---|
panoply_metaboanalyst |
performs joint-pathway enrichment analysis on metabolites and an additional -ome |
panoply_metaboanalyst_report |
creates an interactive R Markdown report of the pathway-analysis results |
-
meta_gct
: (.gct
file) normalized metabolomic data table in the form of a GCT -
omic_gct
: (.gct
file) normalized -omic data table in the form of a GCT (optional but recommended) -
ome_type
: (String) type of -omic data provided, e.g. "RNA" or "proteome" (optional but recommended) -
groups_file
: (.csv
file) annotation file, subsetted to annotations of interest for this analysis (optional but recommended) -
output_prefix
: (String) prefix used to name the results files -
yaml_file
: (.yaml
file) master-parameters.yaml
-
anal_type
: (String, default="ORA") type of pathway-enrichment analysis to be performed ("ORA" for Overrepresentation Analysis or "QEA" for Quantitative Enrichment Analysis); ORA is recommended for joint-pathway analysis -
pval_comb
: (String, default="pvalo") method for combining p-values in multiomic enrichment analysis; options include "query" (combine queries), "pvalu" (unweighted), "pvalo" (overall), or "pvalp" (pathway-level) -
max_annot_levels
: (Int, default=10) max number of levels in an annotation category, to be considered qualitative and included in the analysis -
pval_signif
: (Float, default=0.05) p-value threshold for significant enrichement -
top_n_networks
: (Int, default=10) top N networks to plot per annot subvalue -
meta_id_col
: (String, default="metab_ids") rdesc column in Metabolite GCT with meta_id_type IDs; if set toNULL
, GCT rid values will be used. -
meta_id_type
: (String, default="hmdb_id") ID type used for metabolites -
gene_column
: (String, default="geneSymbol") rdesc column in -omic GCT with gene IDs -
gene_id_type
: (String, default="SYMBOL") ID type used for gene IDs
panoply_metaboanalyst_workflow
produces the follow outputs:
-
metaboanalyst_tar
: (.tar
) An output tar file that contains the metaboanalyst analysis results -
metaboanalyst_report
: (.html
file) Interactive R Markown report.
- Pang, Z. et al. MetaboAnalyst 6.0: towards a unified platform for metabolomics data processing, analysis and interpretation. Nucleic Acids Research 52, W398–W406 (2024).
- 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