Skip to content

Commit

Permalink
Merge pull request #605 from katherine-d21/clinicalmp
Browse files Browse the repository at this point in the history
Add clinical mp data interpretation workflow
  • Loading branch information
mvdbeek authored Nov 25, 2024
2 parents f56c6ef + ca93d5e commit 1f35c90
Show file tree
Hide file tree
Showing 12 changed files with 8,652 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 1.2
workflows:
- name: main
subclass: Galaxy
publish: true
primaryDescriptorPath: /WF5_Data_Interpretation_Worklow.ga
testParameterFiles:
- /WF5_Data_Interpretation_Worklow_tests.yml
authors:
- name: GalaxyP
url: https://galaxyp.org/
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## [0.1] 2024-11-19
First release.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Clinical Metaproteomics 5: Data Interpretation
Data interpretation can provide meaningful insights about quantitative proteomic data. Here, MaxQuant data will be interpreted using MSstats by applying a rigorous statistical framework to understand data distribution and variability. Systematic variations are accounted for using subsequent normalization. Users can define the experimental design used by MSstats, such as sample groups and conditions, to perform statistical analysis. The MSstats output provides valuable information about differential protein expression across various conditions, estimates of fold changes, and associated p-values, which aids in the identification of biologically significant proteins. Furthermore, MSstats enables quality control and data visualization, enhancing our ability to draw meaningful conclusions from large-scale proteomic datasets and expands our understanding of complex biological processes.

In this current workflow, we perform taxonomic and functional annotations using Unipept and statistical analysis using MSstatsTMT. A GTN has been developed for this workflow.
[https://training.galaxyproject.org/training-material/topics/proteomics/tutorials/clinical-mp-5-data-interpretation/tutorial.html](https://training.galaxyproject.org/training-material/topics/proteomics/tutorials/clinical-mp-5-data-interpretation/tutorial.html).

## Input datasets

### Input tabular files
- `Annotation.tabular`
- `Comparison_Matrix.tabular`
- `MaxQuant_Evidence.tabular`
- `MaxQuant_Protein_Groups.tabular`
- `Quantified-Peptides.tabular`

## Input Values

For Unipept:
- Unipept application: peptinfo: Tryptic peptides and associated EC and GO terms and lowest common ancestor taxonomy
- Match input peptides by: Match to the full input peptide

For MSstatsTMT:
- Generate separate plots for microbial and human proteins

## Processing
- Perform taxonomic and functional annotations for quantified microbial peptides using Unipept.
- Select microbial and human protein groups to perform statistical analysis using MSstatsTMT.
Loading

0 comments on commit 1f35c90

Please sign in to comment.