Multiomics data analysis using MultiGSEA

Overview
Creative Commons License: CC-BY Questions:
  • How to use MultiGSEA for GSEA-based pathway enrichment for multiple omics layers?

Objectives:
  • Perform GSEA-based pathway enrichment for transcriptomics, proteomics, and metabolomics data.

  • Understand how to combine p-values across multiple omics layers.

Requirements:
Time estimation: 1 hour
Supporting Materials:
Published: Mar 10, 2025
Last modification: Mar 10, 2025
License: Tutorial Content is licensed under Creative Commons Attribution 4.0 International License. The GTN Framework is licensed under MIT
version Revision: 1

The multiGSEA package was designed to run a robust GSEA-based pathway enrichment for multiple omics layers. The enrichment is calculated for each omics layer separately and aggregated p-values are calculated afterwards to derive a composite multi-omics pathway enrichment.

Pathway definitions can be downloaded from up to eight different pathway databases by means of the graphite Bioconductor package (Sales, Calura, and Romualdi 2018). Feature mapping for transcripts and proteins is supported towards Entrez Gene IDs, Uniprot, Gene Symbol, RefSeq, and Ensembl IDs. The mapping is accomplished through the AnnotationDbi package (Pagès et al. 2019) and currently supported for 11 different model organisms including human, mouse, and rat. ID conversion of metabolite features to Comptox Dashboard IDs (DTXCID, DTXSID), CAS-numbers, Pubchem IDs (CID), HMDB, KEGG, ChEBI, Drugbank IDs, or common metabolite names is accomplished through the AnnotationHub package metabliteIDmapping. This package provides a comprehensive ID mapping for more than 1.1 million entries.

This tutorial covers a simple example workflow illustrating how the multiGSEA package works. The omics data sets that will be used throughout the example were originally provided by Quirós et al. 2017. In their publication the authors analyzed the mitochondrial response to four different toxicants, including Actinonin, Diclofenac, FCCB, and Mito-Block (MB), within the transcriptome, proteome, and metabolome layer. In this tutorial we will solely focus on the Actinonin data set.

For more background information you can read following articles:

Agenda

In this tutorial, we will cover:

  1. Preparing the Data
    1. Get data
  2. Running MultiGSEA
  3. Mitochondrial stress activates metabolic pathways of amino acid biosynthesis.
  4. Conclusion

Preparing the Data

To perform pathway enrichment with MultiGSEA, you’ll need omics datasets in the file type TSV . Each individual data set contains four columns representing the feature (denoted as Symbol), the log2 fold change (logFC), the p-value (pValue), and the adjusted p-values (adj.pValue). We’ll use example data provided on Zenodo.

Get data

Data Upload

Hands On: Getting datasets
  1. Create a new history for this tutorial.

    To create a new history simply click the new-history icon at the top of the history panel:

    UI for creating new history

  2. Import the datasets from Zenodo into your Galaxy instance:

    https://zenodo.org/records/14216972/files/transcriptome.tsv
    https://zenodo.org/records/14216972/files/proteome.tsv
    https://zenodo.org/records/14216972/files/metabolome.tsv
    

Running MultiGSEA

In this step, you’ll use the MultiGSEA tool to perform GSEA-based pathway enrichment on the uploaded datasets.

Hands On: Task description
  1. Run multiGSEA ( Galaxy version 1.12.0+galaxy0) with the following parameters
    • “Select transcriptomics data”: Enabled
      • param-file “Transcriptomics data”: Transcriptomics
      • param-select “Gene ID format in transcriptomics data”: SYMBOL
    • “Select proteomics data”: Enabled
      • param-file “Proteomics data”: Proteomics
      • param-select “Gene ID format in proteomics data”: SYMBOL
    • “Select metabolomics data”: Enabled
      • param-file “Metabolomics data”: Metabolomics
      • param-select “Metabolite ID format”: HMDB
    • “Supported organisms”: Homo sapiens (Human).
    • “Pathway databases”: Kegg, Reactome
    • “Combine p-values method”: Stouffer
    • “P-value correction method”: BH
    • Pathway databases: Databases often contain their own format in which pathway definitions are provided. So you can select a relevant database. For the tutorial we choose the preset “Kegg” and “Reactome”.
    • Combine p-values method: Choose a method (here Stouffer for balanced weighting). To more comprehensively measure a pathway response, multiGSEA provides different approaches to compute an aggregated p value over multiple omics layers. Because no single approach for aggregating p values performs best under all circumstances, Loughin 2004 proposed basic recommendations on which method to use depending on structure and expectation of the problem. If small p values should be emphasized, Fisher’s method should be chosen. In cases where p values should be treated equally, Stouffer’s method is preferable. If large p values should be emphasized, the user should select Edgington’s method. Figure 2 indicates the difference between those three methods.
      P-Value. Open image in new tab

      Figure 1: P-value methods
    • P-value correction method Type I and type II errors depend on each other and thus reducing type I errors through a p value adjustment will likely increase the chance of making a type II error and an appropriate trade-off has to be made. Choose one of the different methods for controlling false discovery rate: For the tutorial choose BH (Benjamini-Hochberg).

Mitochondrial stress activates metabolic pathways of amino acid biosynthesis.

After we performed pathway enrichment on our data we want to continue our analysis by filtering the outputs, e.g. by p-value.

Hands On: Filtering by values

We are going to use the tool Filter data on any column using simple expressions with the following parameters:

  • param-file “Filter”: Select the output dataset of the multiGSEA tool.
  • “With following condition”: c9<=0.01
Hands On: Filtering by keyword

Mitochondrial stress triggers the activation of amino acid biosynthesis and related metabolic pathways, as highlighted by Quiros et al. (Ref findest du in der Vignette), who identified up-regulation of several amino acid related pathways. These findings align with our results using a multi-omics approach with multiGSEA Our results also reveal the enrichment of amino acid-related pathways. This can be see, e.g., by searching for pathways containing the word “amino” in the name. We can search for this using the regular expression "\bamino\b" (\b is a special character marking a word border).

For further filtering we are going to use the tool Search in textfiles ( Galaxy version 9.3+galaxy1) with the following parameters:

  • param-file “Selectlines from”: Select the output of the last filter.
  • “that”: Choose “Match”
  • “Type of regex”: Choose “Basic (-G)”
  • “Regular Expression”: \bamino\b
  • “Match type”: “case insensitive”
  • “Show lines preceding the matched line”: 0
  • “Show lines trailing the matched line”: 0
  • Output”: “text file (for further processing)”

This should produce a file with the following content:

(KEGG) Amino sugar and nucleotide sugar metabolism	0.258278145695364	0.571272307893517	8.40563134115856e-07	4.03302191748788e-05	2.34233775080415e-05	0.00310502061987873	8.75854833022965e-05	0.00347274191804089
(KEGG) Biosynthesis of amino acids	3.7749282501799e-05	0.00138827212066317	1.53729180439681e-10	2.45864202583197e-08	0.0794621026894866	0.333364038319823	1.48946778740876e-07	1.13741176493032e-05
(REACTOME) Amino acid and derivative metabolism	4.7058253543142e-06	0.000231903073460604	7.70587893652191e-22	1.84864035687161e-18	0.055363321799308	0.286607081313329	9.03772696553135e-14	2.2775071953139e-11
(REACTOME) Response of EIF2AK4 (GCN2) to amino acid deficiency	6.42075812177139e-07	4.52021371772706e-05	3.76589836665495e-10	5.31434716565013e-08	NA	NA	3.35403180955872e-11	4.83629358772636e-09

Question
  1. What file format is required for the input data in MultiGSEA?
  2. What is the purpose of the “Combine p-values method” parameter, and which method was selected in this tutorial?
  3. Why is it important to select pathway databases (e.g., KEGG) when using MultiGSEA?
  1. The required file format is TSV.
  2. The “Combine p-values method” parameter is used to aggregate p-values across omics layers. In this tutorial, the method Stouffer was selected to apply balanced weighting.
  3. Selecting pathway databases ensures that the analysis uses appropriate and relevant pathway definitions for enrichment.

Conclusion

In this tutorial, you explored the capabilities of MultiGSEA for performing pathway enrichment analysis across multiple omics layers, including transcriptomics, proteomics, and metabolomics data. By following the steps, you learned how to:

  • Prepare and upload the required omics datasets.
  • Configure and execute the MultiGSEA tool within Galaxy.
  • Combine p-values from different omics layers to derive a unified perspective on pathway enrichment.