Clinical Metaproteomics 5: Data Interpretation
Author(s) | Subina Mehta Katherine Do Dechen Bhuming |
Editor(s) | Pratik Jagtap Timothy J. Griffin |
OverviewQuestions:Objectives:
Why do we need to interpret the data?
Can we visualize the data?
Requirements:
Perform group comparison analysis.
Analyze significant proteins
Look at the taxonomic distribution of the quantified peptides
Time estimation: 3 hoursSupporting Materials:Published: Nov 14, 2024Last modification: Nov 14, 2024License: Tutorial Content is licensed under Creative Commons Attribution 4.0 International License. The GTN Framework is licensed under MITpurl PURL: https://gxy.io/GTN:T00464version Revision: 0
The final workflow in the array of clinical metaproteomics tutorials is the data interpretation workflow. Interpreting MaxQuant data using MSstats involves applying a rigorous statistical framework to glean meaningful insights from quantitative proteomic datasets. The MaxQuant output is explored to understand data distribution and variability. Subsequent normalization helps account for systematic variations. MSstats allows the user to define the experimental design, including sample groups and conditions, to perform statistical analysis. The output provides valuable information about differential protein expression across conditions, estimates of fold changes, and associated p-values, aiding in the identification of biologically significant proteins. Furthermore, MSstats enables quality control and data visualization, ultimately enhancing our ability to draw meaningful conclusions from complex proteomic datasets. Additional tutorial material for using MaxQuant and MSstatTMT for TMT data analysis can be found at MaxQuant and MSstats for the analysis of TMT data.
AgendaIn this tutorial, we will cover:
Get data
Hands-on: Data Upload
- Create a new history for this tutorial
Import the files from Zenodo or from the shared data library (
GTN - Material
->microbiome
->Clinical Metaproteomics 5: Data Interpretation
):https://zenodo.org/records/10105821/files/Annotation.tabular https://zenodo.org/records/10105821/files/Comparison_Matrix.tabular https://zenodo.org/records/10105821/files/MaxQuant_Evidence.tabular https://zenodo.org/records/10105821/files/MaxQuant_Protein_Groups.tabular https://zenodo.org/records/10105821/files/Quantified-Peptides.tabular
- Copy the link location
Click galaxy-upload Upload Data at the top of the tool panel
- Select galaxy-wf-edit Paste/Fetch Data
Paste the link(s) into the text field
Press Start
- Close the window
As an alternative to uploading the data from a URL or your computer, the files may also have been made available from a shared data library:
- Go into Data (top panel) then Data libraries
- Navigate to the correct folder as indicated by your instructor.
- On most Galaxies tutorial data will be provided in a folder named GTN - Material –> Topic Name -> Tutorial Name.
- Select the desired files
- Click on Add to History galaxy-dropdown near the top and select as Datasets from the dropdown menu
In the pop-up window, choose
- “Select history”: the history you want to import the data to (or create a new one)
- Click on Import
- Rename the datasets
Check that the datatype
- Click on the galaxy-pencil pencil icon for the dataset to edit its attributes
- In the central panel, click galaxy-chart-select-data Datatypes tab on the top
- In the galaxy-chart-select-data Assign Datatype, select
datatypes
from “New type” dropdown
- Tip: you can start typing the datatype into the field to filter the dropdown menu
- Click the Save button
Add to each database a tag corresponding to …
Datasets can be tagged. This simplifies the tracking of datasets across the Galaxy interface. Tags can contain any combination of letters or numbers but cannot contain spaces.
To tag a dataset:
- Click on the dataset to expand it
- Click on Add Tags galaxy-tags
- Add tag text. Tags starting with
#
will be automatically propagated to the outputs of tools using this dataset (see below).- Press Enter
- Check that the tag appears below the dataset name
Tags beginning with
#
are special!They are called Name tags. The unique feature of these tags is that they propagate: if a dataset is labelled with a name tag, all derivatives (children) of this dataset will automatically inherit this tag (see below). The figure below explains why this is so useful. Consider the following analysis (numbers in parenthesis correspond to dataset numbers in the figure below):
- a set of forward and reverse reads (datasets 1 and 2) is mapped against a reference using Bowtie2 generating dataset 3;
- dataset 3 is used to calculate read coverage using BedTools Genome Coverage separately for
+
and-
strands. This generates two datasets (4 and 5 for plus and minus, respectively);- datasets 4 and 5 are used as inputs to Macs2 broadCall datasets generating datasets 6 and 8;
- datasets 6 and 8 are intersected with coordinates of genes (dataset 9) using BedTools Intersect generating datasets 10 and 11.
Now consider that this analysis is done without name tags. This is shown on the left side of the figure. It is hard to trace which datasets contain “plus” data versus “minus” data. For example, does dataset 10 contain “plus” data or “minus” data? Probably “minus” but are you sure? In the case of a small history like the one shown here, it is possible to trace this manually but as the size of a history grows it will become very challenging.
The right side of the figure shows exactly the same analysis, but using name tags. When the analysis was conducted datasets 4 and 5 were tagged with
#plus
and#minus
, respectively. When they were used as inputs to Macs2 resulting datasets 6 and 8 automatically inherited them and so on… As a result it is straightforward to trace both branches (plus and minus) of this analysis.More information is in a dedicated #nametag tutorial.
Import Workflow
Hands-on: Running the Workflow
Import the workflow into Galaxy:
Hands-on: Importing and launching a GTN workflow
- Click on Workflow on the top menu bar of Galaxy. You will see a list of all your workflows.
- Click on galaxy-upload Import at the top-right of the screen
- Paste the following URL into the box labelled “Archived Workflow URL”:
https://training.galaxyproject.org/training-material/topics/proteomics/tutorials/clinical-mp-5-data-interpretation/workflows/WF5_Data_Interpretation_Worklow.ga
- Click the Import workflow button
Below is a short video demonstrating how to import a workflow from GitHub using this procedure:
Run Workflow workflow using the following parameters:
- “Send results to a new history”:
No
- param-file ” Quantified Peptides * “:
Quantified-Peptides.tabular
- param-file ” MaxQuant Protein Groups”:
MaxQuant_Protein_Groups.tabular
- param-file ” MaxQuant Evidence”:
MaxQuant_Evidence.tabular
- param-file ” Annotation.txt “:
Annotation.tabular
- param-file ” Comparison Matrix “:
Comparison_Matrix.tabular
- Click on Workflow on the top menu bar of Galaxy. You will see a list of all your workflows.
- Click on the workflow-run (Run workflow) button next to your workflow
- Configure the workflow as needed
- Click the Run Workflow button at the top-right of the screen
- You may have to refresh your history to see the queued jobs
Taxonomic analysis with Unipept
Unipept serves as a vital bioinformatics platform for the analysis of mass spectrometry-based shotgun proteomics data, especially in the study of microbial communities. Its primary utility lies in taxonomic and functional analyses, enabling researchers to identify and quantify microorganisms within diverse environments. The platform facilitates comparative studies across samples, conditions, or time points, shedding light on the dynamic responses of microbial communities to environmental changes. Unipept integrates with public databases like UniProt, ensuring access to comprehensive and updated information for annotations. Being community-driven and open source, Unipept fosters collaboration and transparency, with a user-friendly web interface that accommodates researchers of varying bioinformatics expertise. In essence, Unipept is an invaluable resource, offering tools for the exploration of metaproteomic data and contributing to advancements in our understanding of microbial ecology.
Hands-on: Unipept 5.0
- Unipept ( Galaxy version 4.5.1) with the following parameters:
- “Unipept application”:
peptinfo: Tryptic peptides and associated EC and GO terms and lowest common ancestor taxonomy
- “Peptides input format”:
tabular
- param-file “Tabular Input Containing Peptide column”:
output
(Input dataset)- “Select column with peptides”:
c1
- “Match input peptides by”:
Match to the full input peptide
- “Choose outputs”:
Tabular with one line per peptide
JSON Taxomony Tree
Peptide GO terms in normalized tabular
Peptide InterPro entries in normalized tabular
Peptide EC terms in normalized tabular
JSON EC Coverage Tree
Extraction of Microbial Sequences
Hands-on: Extract Microbial sequences with Select
- Select with the following parameters:
- param-file “Select lines from”:
output
(Input dataset)- “that”:
NOT Matching
- “the pattern”:
(HUMAN)|(REV)|(CON)|(con)
- “Keep header line”:
Yes
Hands-on: Select sequences matching "HUMAN"
- Select with the following parameters:
- param-file “Select lines from”:
output
(Input dataset)- “the pattern”:
(HUMAN)
- “Keep header line”:
Yes
Hands-on: Select out reverse and contaminants
- Select with the following parameters:
- param-file “Select lines from”:
out_file1
(output of Select tool)- “that”:
NOT Matching
- “the pattern”:
(REV)|(con)
- “Keep header line”:
Yes
MSstats TMT
MSstats TMT(Tandem Mass Tag) is a computational tool designed for the robust statistical analysis of mass spectrometry-based quantitative proteomics data using TMT labeling. TMT is a widely used method for multiplexed quantitative proteomics, enabling simultaneous identification and quantification of proteins across multiple samples. MSstats TMT plays a crucial role in this process by providing a statistical framework for analyzing TMT data, and facilitating accurate and reliable protein abundance measurements. The tool offers a range of features, including quality control, normalization, and statistical modeling, allowing researchers to identify differentially expressed proteins with confidence. MSstats TMT is particularly valuable in large-scale studies where quantifying protein expression across multiple conditions is essential for understanding complex biological processes. Its application contributes to advancing our understanding of proteomic changes in response to various experimental conditions or perturbations.
Statistical Analysis of Microbial proteins with MSstatsTMT
Hands-on: MSstatsTMT
- MSstatsTMT ( Galaxy version 2.0.0+galaxy1) with the following parameters:
- “Input Source”:
MaxQuant
- param-file “evidence.txt - feature-level data”:
output
(Input dataset)- param-file “proteinGroups.txt”:
out_file1
(output of Select Microbial tool)- param-file “annotation.txt”:
output
(Input dataset)- In “Plot Output Options”:
- “Select protein IDs to draw plots”:
generate all plots for each protein
- “Compare Groups”:
Yes
- “Use comparison matrix?”:
Yes
- param-file “Comparison Matrix”:
output
(Input dataset)- “Select outputs”:
Group Comparison
MSstats Volcano Plot
MSstats Comparison Plot
- In “Comparison Plot Options”:
- “Select protein IDs to draw plots”:
generate all plots for each protein
- “Select comparisons to draw plots”:
Generate all plots for each comparison
- “Select outputs”:
MSstatsTMT summarization log
MSstatsTMT summarization MSstats
Protein abundance
Statistical Analysis of Human proteins with MSstatsTMT
Hands-on: MSstatsTMT
- MSstatsTMT ( Galaxy version 2.0.0+galaxy1) with the following parameters:
- “Input Source”:
MaxQuant
- param-file “evidence.txt - feature-level data”:
output
(Input dataset)- param-file “proteinGroups.txt”:
out_file1
(output of Select HUMAN tool)- param-file “annotation.txt”:
output
(Input dataset)- In “Plot Output Options”:
- “Select protein IDs to draw plots”:
generate all plots for each protein
- “Compare Groups”:
Yes
- “Use comparison matrix?”:
Yes
- param-file “Comparison Matrix”:
output
(Input dataset)- “Select outputs”:
Group Comparison
MSstats Volcano Plot
MSstats Comparison Plot
- In “Comparison Plot Options”:
- “Select protein IDs to draw plots”:
generate all plots for each protein
- “Select comparisons to draw plots”:
Generate all plots for each comparison
- “Select outputs”:
MSstatsTMT summarization log
MSstatsTMT summarization MSstats
Protein abundance
The MSstats output typically includes essential information such as estimated fold changes, p-values, and other statistical measures that help identify differentially expressed proteins across experimental conditions or sample groups. It provides a clear picture of the variations in protein expression levels, aiding in the prioritization of biologically relevant targets. MSstats output also often includes visualizations and quality control metrics, making it a valuable resource for researchers in their quest to extract meaningful insights from complex proteomic datasets and understand the underlying biology of their experiments. Example of our data interpretation:
Conclusion
With the completion of this tutorial, you have successfully completed the clinical metaproteomics tutorials.
In conclusion, clinical metaproteomics tutorials represent an essential gateway to harnessing the power of advanced proteomic techniques in the realm of clinical research and applications. These bioinformatics tutorials serve as valuable guides for understanding the intricacies of metaproteomic workflows, from data analysis to interpretation. By providing comprehensive knowledge and practical insights, they equip researchers and clinicians with the tools necessary to explore the rich diversity of the microbiome and its impact on health and disease or environment. As metaproteomic techniques continue to evolve and integrate with clinical practice, we hope these tutorials will be instrumental in shaping clinical research.