Background

Existing methods for differential proteomics (reviewed by[1]) fall into two categories: spectral counting methods that rely on counting the number of spectra that map to a given protein across multiple experiments, and peptide chromatographic peak intensity methods that use the area under the peptide precursor ion peak as a measure of peptide abundance. In principle, methods based on mass spectrometry peak areas are potentially much more accurate, but these methods require highly reproducible liquid chromatography as well as accurate methods for chromatographic alignment and identification of peaks within the profile spectra. In contrast, spectral counting methods are straightforward to employ and have been shown to correctly detect known differences between samples[2], which contributes to their wide use.

The command line tool crux spectral-counts implements four popular spectral counting methods: the spectral index (SI N )[3], the exponentially modified protein abundance index (emPAI)[4], the normalized spectral abundance factor (NSAF)[5], and the distributed normalized spectral abundance factor (dNSAF)[6]. The crux spectral-counts command is integrated within the Crux software toolkit, which provides actively maintained open-source methods to identify and now quantify peptides and proteins from shotgun mass spectrometry datasets. Crux supports a variety of input spectra formats, and the tools can easily be incorporated into proteomic analysis pipelines, such as the Trans-Proteomic Pipeline (TPP)[7]. Finally, the modular design of Crux allows improvements to one part of the toolkit to be propagated through downstream analyses.

Currently, several software packages offer spectral counting protein quantification methods[8]. ProteoIQ (http://www.bioinquire.com) and Scaffold[9] are commercial software products that post-process results from a variety of database search programs. Freely available tools such as APEX[10], emPAI calc[11], and PepC[12] each offer a single spectral counting method. Table1 compares the features of six software spectral counting tools. Crux offers more spectral counting methods than other tools and is the only method to provide peptide-level in addition to protein-level counts.

Table 1 Spectral counting software

Using crux spectral-counts, we compared and contrasted the reproducibility and linearity of the four spectral counting methods. Our experiments suggest that the NSAF metric provides the most reproducible protein quantification. In contrast, our linearity experiments show that SI N and NSAF provide the best performance, with dNSAF providing intermediate performance and emPAI yielding the worst linearity.

The contributions of this paper are thus two-fold: we describe a performance comparison of the reproducibility and linearity of the SI N , emPAI, NSAF, and dNSAF protein quantification methods, and we provide to the proteomics community a flexible, open source spectral counting software tool.

Implementation

Software

The crux spectral-counts command is implemented as part of the Crux proteomics software toolkit[13]. The toolkit is implemented in C++ as a single binary that supports commands for database searching and a variety of downstream analyses[1418].

The crux spectral-counts command takes as input a protein database in FASTA format and a collection of peptide-spectrum matches (PSMs) produced by a database search procedure. The PSMs may be in Crux’s tab-delimited text format, PeptideProphet’s PepXML or mzIdentML[19]. To compute the SI N score, a set of spectra must also be provided as input in MS2, mzXML, or mgf format. By default, crux spectral-counts will select the PSMs in the input by a user modifiable threshold of q-value ≤ 0.01.

For each protein with at least one spectral count, the program then computes the NSAF, dNSAF, emPAI, or the SI N score. The NSAF metric is defined as

NSA F N = s N / L N i = 1 n ( s i / L i )

where N is the protein index, s N is the number of spectra matched to protein N, L N is the length of protein N, and n is the total number of proteins in the input database.

The dNSAF metric is given by

dNSA F N = s N u + j = 1 k d j , N s j , N s L N i = 1 n s i u + j = 1 k d j , i s j , i s L i

where s n u is the spectral count for the peptides uniquely mapping to protein N, s j , N s is the spectral count of degenerate peptide j (out of the protein’s k degenerate peptides) mapped to protein N, and dj,N is the distribution factor of peptide shared counts, defined by the equation

d j , N = s N u i = 1 n s i u

The metric emPAI is defined as

emPA I N = 1 0 p N observed p N observable 1 i = 1 n 1 0 p i observed p i observable 1

where p N observable is the number of unique peptides observable for protein N and p N observed is the number of unique peptides observed for protein N.

Finally, the SI N score is calculated using

S I N = j = 1 p N k = 1 s j i k L N j = 1 n S I j

where p N is number of unique peptides in protein N, s j is the number of spectra assigned to peptide j, and i k is the total fragment ion intensity of spectrum k. Analogous scores can also be computed for each peptide, rather than for each protein. A detailed description of the peptide-level scoring metrics is available in the on-line documentation. As output, crux spectral-counts produces a tab-delimited file listing proteins and their corresponding counts, in reverse sorted order.

The crux spectral-counts command also computes a parsimonious set of proteins, using the greedy set cover approach used by IDPicker[20]. Users thus have the option of considering spectral counts only for proteins within the parsimonious set.

Data Collection

For the reproducibility experiments, proteins were extracted from the cochlear nucleus of the developing mouse brain at postnatal day 7 and postnatal day 21. Two biological replicates were generated for each age by dissecting out the cochlear nuclei from two separate mice at each age. One of the 21-day mice was used to generate two samples, thereby providing a technical replicate in addition to a biological replicate. The samples prepared from the chicken brain were derived from nucleus laminaris, an auditory region in the brain stem. Samples were taken from the dorsal (D) and ventral (V) regions of this area. For each region, two biological replicates were generated, and one of those replicates was also subjected to technical replication. Each sample was digested with trypsin and subjected to liquid chromatography followed by tandem mass spectrometry.

For the linearity experiments, we used eight samples that represent a dilution curve of 48 known proteins synthesized by Sigma (UPS1,http://www.sigmaaldrich.com). These data sets are mixtures (Std1–Std8) of the C. elegans lysate at equal concentrations and the 48 proteins, diluted by a two-fold in each successive standard. Std 8 has the lowest concentration of the known proteins (6 fmol) and Std 1 has the highest concentration (870 fmol).

All three data sets are publicly available athttp://noble.gs.washington.edu/proj/crux-spectral-counts.

Data analysis

The fragmentation spectra from the experiments were searched against their respective mouse, chicken, or the C. elegans+UPS1 protein database using crux sequest-search followed by crux q-ranker, with the default parameters. crux spectral-counts was applied to the peptide-spectrum matches (PSMs) that received q-values ≤ 0.01. The resulting data sets for the mouse and chicken replicates are summarized in Additional file1: Table S1, and the UPS1 dilution curve data sets are summarized in Additional file1: Table S2.

Results

Testing reproducibility between replicates

To investigate the reproducibility of the four spectral count methods, we analyzed mass spectrometry data from technical and biological replicates from chicken and mouse samples. We then produced a scatter plot for each pair of biological or technical replicates and computed the corresponding Spearman correlation. For these comparisons, proteins identified in only one of the two datasets were ignored. Figure1 shows sixteen such plots, corresponding to one biological and one technical replicate for chicken and mouse, respectively. The complete collection of 76 plots is provided as Additional file1: Figures S1–S2. From these analyses, as summarized in Table2, we draw two primary conclusions. First, the spectral counts are generally reproducible: the mean correlation value across all 76 pairs is 0.867, and the minimum correlation is 0.719. Second, reassuringly, the technical replicates produce higher correlations than the biological replicates: the mean correlation among 24 pairs of technical replicates is 0.885, whereas the corresponding value for the 52 pairs of biological replicates is 0.859 (two-tailed Wilcoxon rank-sum test p-value=0.026).

Figure 1
figure 1

Reproducibility of spectral counts across biological and technical replicate experiments. Each plot compares either the SI N , emPAI, NSAF or dNSAF measure for proteins that were reproducibly identified across two replicate experiments. For visualization purposes, the counts are plotted on a logarithmic scale. The number in the lower right corner of each panel is the corresponding Spearman correlation and the number in the upper left is the number of datapoints compared.

Table 2 Spectral-counting reproducibility performance on mouse and chicken replicates

To test whether the observed differences in correlations among the four metrics are significant, we applied a Wilcoxon signed-rank test to paired sets of correlations. With four metrics, there are six possible paired comparisons. Figure2 shows the results of this analysis, where one metric attaining a significant increase (using a Bonferroni p-value of 0.05/6=0.008333) over another is indicated by a directed edge. From this graph we conclude that, for the biological and technical replicates, NSAF yields significantly more reproducible quantification values than SI N , dNSAF and emPAI. Our reproducibility results agree with Colaert et al., who claim that NSAF is more reproducible than SI N and emPAI[21]. However, in contrast to our results, Griffen et al. report better reproducibility across replicates for SI N compared to NSAF[3].

Figure 2
figure 2

Comparison of spectral counts across replicates. This graph summarizes the statistical analysis of the reproducibility measurements. An edge leading out from node A to node B indicates a statistically significant improvement in reproducibility for method A relative to method B.

Testing linear response for protein abundance across samples

To determine the linear response of each of the spectral count metrics, we analyzed mass spectra from a dataset of samples that form a dilution curve of forty-eight proteins with known amounts spiked into a C. elegans lysate. We performed linear regression between each protein spectral count and the associated amounts across the dilution curve samples. For this analysis, we only included proteins that obtain a positive spectral count in three or more of the data sets, which results in a comparison of forty-two proteins across the four metrics. We then carried out a Wilcoxon signed rank test analysis separately on the average correlation, R2, and the mean percent error (MPE). The results of these tests (Figure3) are fairly consistent with one another: NSAF significantly outperforms dNSAF, and dNSAF and SI N significantly outperform emPAI.

Figure 3
figure 3

Comparison of spectral counts across UPS1 dilution curve. This graph summarizes the statistical analysis of the linearity measurements. Two types of analysis were performed, using the linear regression correlation, R2 and mean percent error (MPE) for the C. elegans + UPS1 dilution curve dataset. An edge leading out from node A to node B indicates a statistically significant improvement in linearity for method A relative to method B.

Colaert et al. (2011) claim that SI N is more accurate than both NSAF and emPAI[21], but we find evidence only to support the former claim, even though our experiments employ a wider dynamic range of protein abundance (6.7–20 fmol versus 6–870 fmol) and more data sets (two versus eight). Based on our experiments, we conclude that NSAF or SI N are the methods of choice for ensuring an accurate linear response between a protein’s change in abundance across different samples.

It is worth noting that Griffin et al. (2010) observe a good linear fit between SI N and protein quantification. However, their evaluation methodology fits a single line to all of the SI N values from many proteins, whereas we have fit a separate line for each protein. This difference reflects our belief that spectral counting methods are most useful as measures of the relative abundance of a single protein between two experiments. We did not test the claim that SI N provides an accurate absolute protein abundance metric.

Discussion

Overall, our experiments suggest a relative ordering of spectral counting methods according to their reproducibility and the linearity of their response, but we can only speculate as to the reasons for the ranking that we observe. For example, we note that NSAF outperforms the emPAI metric in both of our experiments. The emPAI measure takes into account the least information—not only does it ignore fragment ion intensities, but emPAI also fails to account for the length of the protein. Apparently, this relatively simple approach is insufficient to accurately estimate protein abundance. The relative performance of NSAF and SI N , on the other hand, is less clear: NSAF yields more reproducible results than SI N but the two methods are statistically indistinguishable with respect to linearity. The main difference between SI N and the other three metrics is that SI N is the only metric that takes into account the intensities of the fragment ion peaks. In this sense, SI N goes a bit beyond the strict definition of “spectral counting.” Our experiments do not support the claim that such intensity information is valuable for quantification. However, the conflicting results of our study and Collaert et al., on the one hand, versus Griffin et al. on the other hand, suggests perhaps that further comparison of these methods is warranted.

An additional direction for future work involves quantifying the linearity and reproducibility of proteins in a segregated fashion according to protein abundance. For example, visual inspection of Figure1 suggests that perhaps the SI N measure yields more reproducible counts for high abundance proteins, with a corresponding decrease in reproducibility as the abundance drops. Arguably, in many studies, such low abundance proteins are of the greatest interest; hence, it may be worthwhile to investigate in a systematic fashion the extent to which either the linearity or the reproducibility of a given spectral counting measure varies as a function of protein abundance.

Conclusions

Quantifying protein amounts in mass spectrometry by spectral counting is a simple and robust method for measuring the relative change of protein amounts across different samples; however, many different algorithms exist for assigning a score to each identified protein. Using crux spectral-counts, we compared and contrasted four spectral counting methods with respect to their reproducibility across replicates and their linear response relative to protein abundance. Crux provides a flexible, easy to use open source tool for performing protein quantification using spectral counting.

Availability and requirements

Project name: Crux tandem mass spectrometry analysis software

Project home page: http://noble.gs.washington.edu/proj/crux

Operating systems: Linux, MacOS, Windows + Cygwin

Programming language: C++

Other requirements: Crux has no requirements to install the binary version under Linux or MacOS. On Windows, Crux requires Cygwin. To compile Crux requires a c++ compiler, cmake, and Subversion.

License: Apache

Any restrictions to use by non-academics: None