Abstract
MaxQuant is a proteomic software widely used for large-scale tandem mass spectrometry data. We have designed and developed an enhanced result reporting tool for MaxQuant, named as MaxReport. This tool can optimize the results of MaxQuant and provide additional functions for result interpretation. MaxReport can generate report tables for protein N-terminal modifications. It also supports isobaric labelling based relative quantification at the protein, peptide or site level. To obtain an overview of the results, MaxReport performs general descriptive statistical analyses for both identification and quantification results. The output results of MaxReport are well organized and therefore helpful for proteomic users to better understand and share their data. The script of MaxReport, which is freely available at http://websdoor.net/bioinfo/maxreport/, is developed using Python code and is compatible across multiple systems including Windows and Linux.
Introduction
MaxQuant is a free academic software developed for interpreting large-scale proteomic data based on tandem mass spectrometry (MS/MS) [1]. It was originally a quantifying package for isotope labelling and required the identification results generated by the commercial search engine Mascot [2]. In 2011, MaxQuant integrated its own peptide search engine, Andromeda, which is based on a probabilistic scoring model [3]. MaxQuant is highly flexible and has been widely applied in various proteomic studies including peptide identification, modification assignment, isotope labelling quantification and label-free quantification [4–7]. However, the outputs of MaxQuant comprise of numerous tab separated text files (table files) with complex columns. It is hard for biomedical researchers who are not familiar with bioinformatics to process and share the results. For protein N-terminal modifications such as N-terminal acetylation sites, MaxQuant only incorporates them for peptide searches without generating reporting tables like other post-translational modifications (PTMs), such as phosphorylation sites. In addition, MaxQuant currently does not support isobaric labelling quantification, although its latest version (1.5.x) can identify labelled peptides and extract raw intensities of reporter ions. On the other hand, many third-party tools can provide enhanced or additional functions for the original proteomic software. For example, Mascot Percolator was developed to interface Mascot results with Percolator, which improves peptide identification based on machine learning algorithm [8]. IQuant is a post-processing software for isobaric labelling quantification, which also needs the identification results generated by Mascot [9].
Considering these factors, we aimed to design and develop an enhanced proteomic result reporting tool for MaxQuant, called as MaxReport. The main objectives of MaxReport are to optimize the results of MaxQuant and to provide additional functions for protein N-terminal modifications, isobaric labelling quantification, and descriptive statistical analyses.
Materials and Methods
MaxReport workflow
MaxReport takes the MaxQuant project directory as input. The workflow of the following processes is shown in Fig 1, which comprises of four parts as detailed below:
MaxReport processes the input MaxQuant results in four parts to provide optimized results and additional functions.
(1). Optimizing the results
There are many table files in the "combined/txt" folder of a MaxQuant output directory. Each table file consists of plenty of columns. Thus, our first goal was to select and compress the result files. Considering the minimum reporting guidelines of the Human Proteome Organization Proteomics Standards Initiative (HUPO-PSI) [10], we selected and reported the results at four levels: protein, peptide, modified site and MS/MS scans, which correspond to "proteinGroups.txt" file, "peptides.txt" file, possible "XXXSites.txt" (XXX stands for a PTM name) files, and "msms.txt" file respectively. Since the column titles and scoring methods for generating the result files are slightly various in different versions of MaxQuant, we designed a reporting configuration file for extracting the minimum columns according to specified titles. Two types of titles are thereby defined: exact titles (exact matching mode) and keyword titles (keyword matching mode). Keyword titles can be used to extract experimental specific columns, PTM sites and other varying titles. The name of protein N-terminal modifications (or other types of PTMs that MaxQuant does not report) should be specified in the configuration file for further generation of site tables. Once the reporting configuration file is loaded, MaxReport starts from the protein group table for initial filtering. First, reverse and contaminant hits are removed. Many protein accessions may be grouped as a protein group due to shared peptides. We only keep those protein accessions mapped with the largest number of unique peptides and total peptides in a group for minimum reporting. Then, the first protein accession gets annotated (extract gene name and protein description information) using the fasta sequence file and the corresponding rule parsing file. MaxReport 2.0 starts to support multiple sequence files. The rule files and the corresponding fasta files should be provided in the same order for MaxReport to load all sequences correctly. If a peptide or site is mapped to multiple protein groups, the first protein of the protein group with the best score also gets annotated. Protein N-terminal sites are recognized based on the "msms.txt" table file, and then the peptide and protein group information are extracted according to MS/MS identities in order to construct a site table. For PTMs reporting, we extracted the sequence window of a defined length (six residues to both terminals by default) for each site, including N-terminal modifications, using the best scored protein sequence. In addition, many publishing journals require spectra image files for publication as a supplementary data. However, a large-scale proteomic study usually generates thousands of MS/MS scans, which creates extremely large image files for these scans. Thus, it is preferable to provide the annotated spectra including peptide match, fragmentation annotations, ion intensities, and matching scores as a text table file that can be selected from "msms.txt" with a smaller file size.
(2). Isobaric labelling quantification
Isobaric reagents such as Isobaric tags for relative and absolute quantitation (iTRAQ) [11] and tandem mass tag (TMT) [12] are widely used for protein quantification. Several tools such as IQuan [9] and IsobariQ [13] have been developed for isobaric labelling quantification. These tools are mainly post-processing software for the commercial search engine Mascot. One major limitation of these tools is the need to specify a reference reporter for generating expression ratios. For example, for TMT6 labelling, we can only get relative expression ratios such as TMT-127/TMT-126 or TMT-128/TMT-126 for each peptide or protein. However, if the peptide or protein expression in one sample is zero (this is common for a gene knockout versus wild-type experimental design), ratios cannot be calculated or the tool crashes completely. Thus, we employed a revised Libra algorithm, a module within the trans-proteomic pipeline (TPP) [14], to perform quantification for MaxReport in order to provide relative expression values directly for each reporter at the protein, peptide or site level. Following the guidelines for reporting quantitative proteomic results [15], MaxReport first extracted experimental design information (replication assignment) by using the "summary.txt" file in the "combined/txt" folder or by a specified experimental design template file. Each replication was quantified separately and then merged according to the mapping identities. The raw intensities of each reporter ions were obtained from "msms.txt" file. Due to the existence of isotopic overlap [16], the reporter intensities are recommended to be corrected by using a correction matrix file. Then, the overall intensities of each reporter were calibrated to be equal. Once the low threshold values were removed, unique peptides or all peptides were used for further quantification purposes. Since MaxQuant also reports ambiguous sites (the corresponding peptide was calculated to be modified; however the localization of the modified site was not determined due to poor fragmentation ions), we therefore classified sites into specific (with a localization probability larger than 0.5 by default) and ambiguous sites. Only specific sites were used for site quantification. Spectra were grouped and assigned to each protein, peptide or site for separate Libra quantification. We have successfully combined MaxQuant results and Libra algorithm to identify differentially expressed proteins in a previous study [17]. Briefly, the ion intensity of each reporter ion is normalized by the sum of intensities for every spectrum. After removing the outliers (which differ from the mean value by more than 1.96 sigma) in a group of spectra, the median as well as mean intensity values of each reporter ion are recalculated and reported as the final relative expression values. We also provided standard deviation for each reporter ion.
(3). Descriptive statistical analyses
To provide an overview of the reporting results, MaxReport further performs general descriptive statistical analyses and creates histogram and pie figures for visualization. First, the overall identified protein groups, peptides and spectra are counted. For each type of PTM, the counts of the sites and the corresponding spectra, peptides and protein groups are summarized. For protein groups, the distribution of all peptides and unique peptides numbers is calculated. For each PTM, the distribution of site numbers is also calculated. On detecting reporter ions for isobaric labelling, the overall calibration factors for each channel are exported. The total numbers of the quantified protein groups, peptides and PTM sites are also provided. If the experimental replications are detected, MaxReport will generate replication assignment files for protein group, peptide, PTM sites and MS/MS scans.
(4). Organize the results files
MaxReport creates a folder called "maxreport" in the input directory to store all of the result files. An index page ("index.html") is created to provide well organized guides for the users to conveniently find and understand the results. The index page is divided into six parts: (i). "Input parameters" shows the input command line. (ii). "Identification results" lists the location of result files. (iii). "Summary and descriptive statistics" shows the location of statistical analyses files and the corresponding figures. (iv). "Quantification based on isobaric labelling" shows the location of quantification result files and the corresponding statistical figures. (v). "Miscellaneous" provides extracted protein sequences and MS/MS scan identities based on the optimized results. (vi). "Log file" indicates the location of the log file that records the time and notes for all key processes. Error messages are also displayed in the file when the tool crashes. The index page is automatically opened once all the processes are completed. If there is no index file generated, the users should check the log file for errors. For complex questions, the users can report the errors via our online feedback system for technical supports.
Example data preparation
Two published datasets were used to test the application of MaxReport. One dataset was derived from a large-scale proteome study of macaque sperm with four technical replicates [4]. The raw data was searched by MaxQuant version 1.3.0.5 using the Ensembl protein sequences (36,384 sequences) of Macaca mulatta (MMUL_1.0) [18]. For protein identification, enzyme specificity was set to be fully cleaved by trypsin. The maximum number of missed cleavage sites permitted was two, and the minimum peptide length required was six. Carbamidomethyl (C) was set as a fixed modification. Variable modifications were oxidation (M) and N-terminal Acetylation (Protein N-term). The false discovery rate (FDR) of identification was estimated by searching database with reversed sequences. The peptide and protein FDRs were all set to 0.01.
The other dataset was a TMT6 labelling standard experiment spiked with four exogenous proteins of known expression ratios [19]. The raw data (PXD000001) was downloaded from the Proteomics Identifications (PRIDE) database via ProteomeXchange [20] and reprocessed with MaxQuant (version 1.5.2.8). Protein sequences of Erwinia carotovora (3,827 entries) and standard proteins (4 entries) for database search were downloaded from UniProt database (release 2015_06) [21]. The identification parameters are the same with the above dataset. In addition, TMT6 plex labeling was selected for extracting intensities of reporter ions.
Results and Discussions
Software availability
The current version of MaxReport tool was developed and tested by using ActivePython (version 2.7.5.6) under a Windows system. In addition, NumPy (version 1.8.1) was used for mathematical calculation. Pygal (version 1.7.0) was used for creating statistical figures in scalable vector graphics (SVG) format. To generate combined result tables in Excel format (xlsx), XlsxWriter (version 0.6.4) was used. wxPython (version 3.0) was applied for GUI development. The latest MaxReport package (version 2.1) and associated resources can be downloaded for free at http://websdoor.net/bioinfo/maxreport/. MaxReport 2.1 package contains MaxReport_CMD (core program with command line interface), MaxReport_GUI (graphical user interface for MaxReport_CMD), a detailed documentation in portable document format (PDF), and resource files for configurations. As Python is a cross-platform programming language used widely for developing scientific tools [22], the MaxReport scripts (source code) could be directly used in multiple operating systems (including Windows, Linux and Mac OS X), provided that Python and the above listed modules are pre-installed in the system. We also applied PyInstaller (version 2.1) to distribute the MaxReport scripts into standalone executable programs under Windows. MaxReport can be easily used via MaxReport_GUI for those biologists not familiar with computing. And MaxReport_CMD will facilitate the processes of multiple MaxQuant projects using text commands. By defining a specific reporting configuration file, MaxReprot can support different versions of MaxQuant. We have already provided optimized configuration files for several representative versions of MaxQuant (from 1.2.x to 1.5.x) on the homepage of MaxReport website. The parsing rule files for different formats of fasta sequences and correction matrix files for different types of isobaric labelling are also available on this website.
Application and evaluation of MaxReport
We have successfully applied two sample datasets to demonstrate the usage and applicability of MaxReport. One dataset was a qualitative proteome of macaque sperm with four technical replicates [4], while the other dataset was a quantitative Erwinia proteome spiked with four exogenous proteins of known expression ratios [19]. The source results and optimized results of these datasets are also available on the MaxReport website. We showed that MaxReport supports different versions (including 1.2.0.18, 1.2.2.5, 1.3.0.5, 1.4.1.2, 1.5.2.8 and 1.5.3.8) of MaxQuant results for both identification and quantification analyses. The latest version of MaxReport also supports "Ile = Leu" setting and fixes a few bugs of the earlier versions including multiple sequence files selection and creating Excel files with NaN values. The compressed and integrated results were finally exported to a single Excel file for better viewing and sharing. In addition to data compression, MaxReport also provided abundant descriptive statistical analyses and visual figures automatically. As shown in Fig 2, MaxReport generates statistical charts for identification results including: summary of the total number of identified spectra, peptides and proteins (Fig 2A), proportions of proteins with different number of Oxidation sites (Fig 2B), assignment and count of identified proteins and sites in different experimental replications (Fig 2C), and summary of the total number of identified spectra, peptides, proteins and sites for each type of PTM (Fig 2D).
For quantification results of the TMT6 dataset, MaxReport calculates the number of quantified proteins, peptides and sites (Fig 2E). It also summarizes the overall calibration factors for each reporter ion to obtain an overview of the experimental bias (Fig 2F). We further compared the expected ratios of the four standards proteins (P62894, P02769, P00924 and P00489) with the detected ratios calculated by Libra algorithm (Fig 3). Considering the intrinsic feature of TMT6 labelling at the MS2 level (the expected ratios were usually underestimated due to complex interference) [23], the detected ratios using Libra algorithm can be used for identification of differentially expressed proteins. Thus, the proposed tool provides enhanced result reporting functions for MaxQuant and is a promising complementary tool to the Perseus (a companion software of MaxQuant) for proteomics users to better understand and share the data.
Conclusions
Proteomic software plays key role in translating raw data to human-readable results. Many third-party tools can provide enhanced or additional functions for the original proteomic software. In the present study, we developed an enhanced proteomic result reporting tool for MaxQuant, named as MaxReport. MaxQuant is widely used in various types of proteomic studies such as in peptide identification, modification assignment, isotope labelling quantification and label-free quantification. MaxReport can automatically optimize and organize the results of MaxQuant. This tool also provides additional functions including generating visualization figures and exporting integrated results for users who are not familiar with bioinformatics to save time in comprehending and interpreting the results.
Data Availability
All data including source code and example datasets are available from the MaxReport website (http://websdoor.net/bioinfo/maxreport/) and to GitHub via Zenodo with a DOI:10.5281/zenodo.47375 (https://zenodo.org/record/47375).
Funding Statement
The work was supported by the National Natural Science Foundation of China (no. 31400727). FW received the funding. The work was also supported by the China Postdoctoral Science Foundation (no. 2015M581836). TZ received the funding. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
References
- 1.Cox J, Mann M (2008) MaxQuant enables high peptide identification rates, individualized p.p.b.-range mass accuracies and proteome-wide protein quantification. Nat Biotechnol 26: 1367–1372. 10.1038/nbt.1511 [DOI] [PubMed] [Google Scholar]
- 2.Perkins DN, Pappin DJ, Creasy DM, Cottrell JS (1999) Probability-based protein identification by searching sequence databases using mass spectrometry data. Electrophoresis 20: 3551–3567. [DOI] [PubMed] [Google Scholar]
- 3.Cox J, Neuhauser N, Michalski A, Scheltema RA, Olsen JV, et al. (2011) Andromeda: a peptide search engine integrated into the MaxQuant environment. J Proteome Res 10: 1794–1805. 10.1021/pr101065j [DOI] [PubMed] [Google Scholar]
- 4.Zhou T, Wang G, Chen M, Zhang M, Guo Y, et al. (2015) Comparative analysis of macaque and human sperm proteomes: Insights into sperm competition. Proteomics 15: 1564–1573. 10.1002/pmic.201400248 [DOI] [PubMed] [Google Scholar]
- 5.Zhou T, Xia X, Liu J, Wang G, Guo Y, et al. (2015) Beyond single modification: Reanalysis of the acetylproteome of human sperm reveals widespread multiple modifications. J Proteomics. [DOI] [PubMed] [Google Scholar]
- 6.de Godoy LM, Olsen JV, Cox J, Nielsen ML, Hubner NC, et al. (2008) Comprehensive mass-spectrometry-based proteome quantification of haploid versus diploid yeast. Nature 455: 1251–1254. 10.1038/nature07341 [DOI] [PubMed] [Google Scholar]
- 7.Wang J, Qi L, Huang S, Zhou T, Guo Y, et al. (2015) Quantitative Phosphoproteomics Analysis Reveals a Key Role of Insulin Growth Factor 1 Receptor (IGF1R) Tyrosine Kinase in Human Sperm Capacitation. Mol Cell Proteomics 14: 1104–1112. 10.1074/mcp.M114.045468 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Wright JC, Collins MO, Yu L, Kall L, Brosch M, et al. (2012) Enhanced peptide identification by electron transfer dissociation using an improved Mascot Percolator. Mol Cell Proteomics 11: 478–491. 10.1074/mcp.O111.014522 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Wen B, Zhou R, Feng Q, Wang Q, Wang J, et al. (2014) IQuant: an automated pipeline for quantitative proteomics based upon isobaric tags. Proteomics 14: 2280–2285. 10.1002/pmic.201300361 [DOI] [PubMed] [Google Scholar]
- 10.Jones AR, Orchard S (2008) Minimum reporting guidelines for proteomics released by the Proteomics Standards Initiative. Mol Cell Proteomics 7: 2067–2068. 10.1074/mcp.H800010-MCP200 [DOI] [PubMed] [Google Scholar]
- 11.Zieske LR (2006) A perspective on the use of iTRAQ reagent technology for protein complex and profiling studies. J Exp Bot 57: 1501–1508. [DOI] [PubMed] [Google Scholar]
- 12.Thompson A, Schafer J, Kuhn K, Kienle S, Schwarz J, et al. (2003) Tandem mass tags: a novel quantification strategy for comparative analysis of complex protein mixtures by MS/MS. Anal Chem 75: 1895–1904. [DOI] [PubMed] [Google Scholar]
- 13.Arntzen MO, Koehler CJ, Barsnes H, Berven FS, Treumann A, et al. (2011) IsobariQ: software for isobaric quantitative proteomics using IPTL, iTRAQ, and TMT. J Proteome Res 10: 913–920. 10.1021/pr1009977 [DOI] [PubMed] [Google Scholar]
- 14.Deutsch EW, Mendoza L, Shteynberg D, Farrah T, Lam H, et al. (2010) A guided tour of the Trans-Proteomic Pipeline. Proteomics 10: 1150–1159. 10.1002/pmic.200900375 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Martinez-Bartolome S, Deutsch EW, Binz PA, Jones AR, Eisenacher M, et al. (2013) Guidelines for reporting quantitative mass spectrometry based experiments in proteomics. J Proteomics 95: 84–88. 10.1016/j.jprot.2013.02.026 [DOI] [PubMed] [Google Scholar]
- 16.Vaudel M, Sickmann A, Martens L (2010) Peptide and protein quantification: a map of the minefield. Proteomics 10: 650–670. 10.1002/pmic.200900481 [DOI] [PubMed] [Google Scholar]
- 17.Shao B, Guo Y, Wang L, Zhou Q, Gao T, et al. (2015) Unraveling the proteomic profile of mice testis during the initiation of meiosis. J Proteomics 120: 35–43. 10.1016/j.jprot.2015.02.015 [DOI] [PubMed] [Google Scholar]
- 18.Spudich GM, Fernandez-Suarez XM (2010) Touring Ensembl: a practical guide to genome browsing. BMC genomics 11: 295 10.1186/1471-2164-11-295 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Gatto L, Christoforou A (2014) Using R and Bioconductor for proteomics data analysis. Biochim Biophys Acta 1844: 42–51. 10.1016/j.bbapap.2013.04.032 [DOI] [PubMed] [Google Scholar]
- 20.Vizcaino JA, Deutsch EW, Wang R, Csordas A, Reisinger F, et al. (2014) ProteomeXchange provides globally coordinated proteomics data submission and dissemination. Nat Biotechnol 32: 223–226. 10.1038/nbt.2839 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Magrane M, Consortium U (2011) UniProt Knowledgebase: a hub of integrated protein data. Database (Oxford) 2011: bar009. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Perkel JM (2015) Programming: Pick up Python. Nature 518: 125–126. 10.1038/518125a [DOI] [PubMed] [Google Scholar]
- 23.Ting L, Rad R, Gygi SP, Haas W (2011) MS3 eliminates ratio distortion in isobaric multiplexed quantitative proteomics. Nat Methods 8: 937–940. 10.1038/nmeth.1714 [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
All data including source code and example datasets are available from the MaxReport website (http://websdoor.net/bioinfo/maxreport/) and to GitHub via Zenodo with a DOI:10.5281/zenodo.47375 (https://zenodo.org/record/47375).