-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from katherine-d21/clinicalmp
Add clinical mp data interpretation workflow
- Loading branch information
Showing
12 changed files
with
8,652 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
workflows/proteomics/clinicalmp/clinicalmp-data-interpretation/.dockstore.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
4 changes: 4 additions & 0 deletions
4
workflows/proteomics/clinicalmp/clinicalmp-data-interpretation/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Changelog | ||
|
||
## [0.1] 2024-11-19 | ||
First release. |
27 changes: 27 additions & 0 deletions
27
workflows/proteomics/clinicalmp/clinicalmp-data-interpretation/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.