-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'metaQuantome function' workflow #628
Open
clsiguret
wants to merge
6
commits into
galaxyproject:main
Choose a base branch
from
clsiguret:add_metaquantome_function_wf
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+717
−0
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
049395a
Init metaproteomics-gtn
clsiguret 8f0e4a9
init metaquantome-function workflow
clsiguret 28ee074
clean repo
clsiguret cce125b
Update workflows/proteomics/metaquantome-function/metaquantome_functi…
meltemktn 1cd3907
Update README.md
meltemktn 06581d7
Update README.md
meltemktn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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,21 @@ | ||
version: 1.2 | ||
workflows: | ||
- name: main | ||
subclass: Galaxy | ||
publish: true | ||
primaryDescriptorPath: /metaquantome_function_wf.ga | ||
testParameterFiles: | ||
- /metaquantome_function_wf-tests.yml | ||
authors: | ||
- name: Subina Mehta | ||
orcid: 0000-0001-9818-0537 | ||
- name: Timothy J. Griffin | ||
orcid: 0000-0001-6801-2559 | ||
- name: Pratik Jagtap | ||
orcid: 0000-0003-0984-0973 | ||
- name: Emma Leith | ||
alternateName: emmaleith | ||
- name: Marie Crane | ||
alternateName: mariecrane | ||
- name: Praveen Kumar | ||
alternateName: pravs3683 |
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-12-10 | ||
First release. |
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,9 @@ | ||
# Creating plots using metaQuantome: Functional enrichment analysis and clustering | ||
|
||
metaQuantome software suite (Easterly et al. 2019) was developed by the Team for quantitative and statistical analysis of metaproteomics data. For taxonomic and functional expression analysis within the microbial community, metaQuantome leverages peptide-level quantitative information to generate visual outputs for data interpretation. It also generates outputs that help in understanding the taxonomic contribution to a selected function as well as functions expressed by selected taxonomic group. | ||
|
||
This workflow uses a function file, an intensity file and the metaQuantome databases (NCBI Taxonomy, GO term and ENZYME database) as inputs. Four modules of the metaQuantome suite are used: **expand**,**filter**, **stat** and **visualize**. After the experimental conditions and samples are manually specified, the **expand** module analyzes differentially expressed functions in the samples using the metaQuantome databases to correlate the information in the input files with GO terms, taxa and enzyme classifications. The output file and the manually specified samples are then used in the **filter** module where the expanded terms are filtered to those that are representative of the data according to the user-specified sample parameters. Finally, the **stat** module performs a functional analysis of the filtered data on multiple conditions. The tabular output file is then used as input in the **visualize** module to generate a bar plot and a volcano plot. Users can also generate a PCA plot and a heatmap for cluster analysis. | ||
|
||
***Note:*** The **expand** module of the metaQuantome suite is run in "Functional analysis" mode in this workflow. | ||
|
||
More background on this workflow can be found in the [metaQuantome 2: Function tutorial](https://training.galaxyproject.org/training-material/topics/proteomics/tutorials/metaquantome-function/tutorial.html) |
47 changes: 47 additions & 0 deletions
47
workflows/proteomics/metaquantome-function/metaquantome_function_wf-tests.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,47 @@ | ||
- doc: Test outline for metaquantome_function_wf.ga | ||
job: | ||
Functional file: | ||
class: File | ||
path: https://zenodo.org/records/4110725/files/Function-File.tabular | ||
filetype: tabular | ||
Intensity file: | ||
class: File | ||
path: https://zenodo.org/records/4110725/files/Intensity-File.tabular | ||
filetype: tabular | ||
outputs: | ||
Samples metaQuantome file: | ||
asserts: | ||
has_text: | ||
text: "colnames" | ||
metaQuantome expand file: | ||
asserts: | ||
has_text: | ||
text: "mitochondrial" | ||
metaQuantome filtered file: | ||
asserts: | ||
has_text: | ||
text: "ribosomal" | ||
metaQuantome stats file: | ||
asserts: | ||
has_text: | ||
text: "GO:0000015" | ||
Bar plot data for sample T2: | ||
asserts: | ||
has_text: | ||
text: "binding" | ||
Bar plot data for sample T4: | ||
asserts: | ||
has_text: | ||
text: "catalytic activity" | ||
Bar plot data for sample T7: | ||
asserts: | ||
has_text: | ||
text: "binding" | ||
Volcano plot data for T7 and T2: | ||
asserts: | ||
has_text: | ||
text: "ion binding" | ||
Volcano plot data for T4 and T2: | ||
asserts: | ||
has_text: | ||
text: "ribosomal" |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's sample T2 / T4 / T7 ?