Description below includes the workflow for spectrum correlation with MetaProteomeAnalyzer (MPA). Code and data for reproducing the figures in the manuscript can be found in 'R_scripts' and 'data' folder in this repository.
- MetaProteomeAnalyzer (Schiebenhoefer et al., 2020)
- MS file (raw mass spectroscopy file)
- protein fasta file (predicted ORFs from matched metagenome)
- Import customized protein database (e.g. predicted ORFs from matched metagenome) Note: protein fasta should be formatted as ">contig_id" - when imported into MPA the header will be changed into ">generic|contig_id|Metagenome_unknown"
- Create project and experiments in MPA using "Add Project" and "Add Experiment"
- Input spectra
- Use default search settings unless having special requirement (You may want to unselect Mascot if you don't have Mascot search results)
- Select and input MGF files
- Select "Single Experiment" if uploading only one MGF file
- Start search
- Select experiment and click "View Results"
- Click "Fetch Results"
- After loading, click "Process Results"
- FDR threshold: 0.01 or 0.05
- Choose protein grouping rule
- Click "OK"
- Go to “Export” in the Menu Bar and select “CSV File...”
- Export identified proteins: can export either "Meta-proteins" or "Proteins" (If cluster using Uniref100, the two reports will be similar, i.e. usually only one protein per group)
- Export unique peptides
- (Meta-)proteins (Useful columns: protein accessions, sequence coverage, peptide count, NSAF, spectral count, protein sequence, peptides)
- Unique peptides (Useful columns: peptidd no., protein accession(s), peptide sequence, protein count, spectral count)
library(tidyverse)
library(ggthemes)
library(vegan)
library(reshape2)
library(ComplexHeatmap)
library(ggplot2)
library(stringr)
library(tidyr)
library(forcats)
library(ggsci)
library(ggthemes)
- Schiebenhoefer, H.; Schallert, K.; Renard, B. Y.; Trappe, K.; Schmid, E.; Benndorf, D.; Riedel, K.; Muth, T.; Fuchs, S. A Complete and Flexible Workflow for Metaproteomics Data Analysis Based on MetaProteomeAnalyzer and Prophane. Nat. Protoc. 2020, 15 (10), 3212–3239. https://doi.org/10.1038/s41596-020-0368-7