• Aucun résultat trouvé

aLFQ: an R-package for estimating absolute protein quantities from label-free LC-MS/MS proteomics data

N/A
N/A
Protected

Academic year: 2021

Partager "aLFQ: an R-package for estimating absolute protein quantities from label-free LC-MS/MS proteomics data"

Copied!
3
0
0

Texte intégral

(1)

Vol. 30 no. 17 2014, pages 2511–2513

BIOINFORMATICS

APPLICATIONS NOTE

doi:10.1093/bioinformatics/btu200

Gene expression

Advance Access publication April 20, 2014

aLFQ: an R-package for estimating absolute protein quantities

from label-free LC-MS/MS proteomics data

George Rosenberger

1,2

, Christina Ludwig

1

, Hannes L. Ro¨st

1,2

, Ruedi Aebersold

1,3

and

Lars Malmstro¨m

1,

*

1

Department of Biology, Institute of Molecular Systems Biology, ETH Zurich, Zurich, Switzerland,2PhD Program in Systems Biology, University of Zurich and ETH Zurich, Zurich, Switzerland and3Faculty of Science, University of Zurich, Zurich, Switzerland

Associate Editor: Ziv Bar-Joseph

ABSTRACT

Motivation: The determination of absolute quantities of proteins in biological samples is necessary for multiple types of scientific inquiry. While relative quantification has been commonly used in proteomics, few proteomic datasets measuring absolute protein quantities have been reported to date. Various technologies have been applied using different types of input data, e.g. ion intensities or spectral counts, as well as different absolute normalization strategies. To date, a user-friendly and transparent software supporting large-scale absolute protein quantification has been lacking.

Results: We present a bioinformatics tool, termed aLFQ, which supports the commonly used absolute label-free protein abundance estimation methods (TopN, iBAQ, APEX, NSAF and SCAMPI) for LC-MS/MS proteomics data, together with validation algorithms enabling automated data analysis and error estimation.

Availability and implementation: aLFQ is written in R and freely avail-able under the GPLv3 from CRAN (http://www.cran.r-project.org). Instructions and example data are provided in the R-package. The raw data can be obtained from the PeptideAtlas raw data repository (PASS00321).

Contact: [email protected]

Supplementary information: Supplementary data are available at Bioinformatics online.

Received on September 16, 2013; revised on February 21, 2014; accepted on April 13, 2014

1 INTRODUCTION

A variety of quantitative proteomic methods have been estab-lished to measure the relative abundance of proteins across sam-ples. Although relative quantification methods are useful to compare the same proteins between multiple biological samples, they do not provide the possibility to directly compare the data with other datasets or compare different proteins within a dataset with each other and they, by definition, do not provide absolute quantitative data. Further, specific applications, such as differ-ential equation-based modeling of biological systems or deter-mination of subunit stoichiometry of protein complexes depend on absolute protein quantities.

The current gold standard for LC-MS/MS–based absolute protein quantification is the use of stable isotope-labeled stand-ard (SIS) peptides or proteins in precisely determined concentra-tions (Brun et al., 2009). These standards are spiked into the biological sample of interest and the absolute concentration of the endogenous peptides, and proteins can directly be determined by calculating the ratio of the measured intensities of the spiked-in heavy and the endogenous light forms. For economic reasons, usually only few proteins are quantified using SIS peptides in a single study. To overcome this limitation, multiple absolute label-free methods have been developed in recent years, which allow the estimation of absolute protein abundances for all or a significant fraction of the identified proteins (Lu et al., 2007; Ludwig et al., 2012; Malmstro¨m et al., 2009; Schwanhausser et al., 2011; Silva et al., 2006). For a recent discussion and comparison of the methods, see Ahrne´ et al., (2013). What these methods have in common is that they either use the linear log–log correlation between absolute protein abundance and experimentally estimated protein intensity or an estimate of the total protein concentration of the sample. However, they differ in their protein intensity inference strategy and to date each requires its own computational framework. Here, we provide aLFQ, an open-source implementation of algorithms supporting the estimation of protein quantities by any of the aforementioned methods, and additionally provide automated workflows for data analysis and error estimation.

2 IMPLEMENTATION

aLFQwas implemented in R as a modular S3 package. An ex-ample workflow for model selection, depicting the individual functions and sequential arrangement, is shown as diagram in Figure 1. Detailed information on the various workflows and example datasets are provided in the Supplementary Material as well as in the R-package itself.

aLFQ consists of three main modules. The import module provides unified access to the results of common proteomic quantification tools (see Supplementary Material). In addition, an input table with the SIS anchor peptides or anchor proteins and sample-specific absolute abundances or an estimate of the total protein concentration is required.

The ProteinInference module enables inference of pro-tein quantities from precursor intensities, transition intensities or *To whom correspondence should be addressed.

ß The Author 2014. Published by Oxford University Press.

This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0/), which permits unrestricted reuse, distribution, and reproduction in any medium, provided the original work is properly cited.

(2)

spectral counts. If the dataset contains targeted proteomics data, the paired precursor and fragment ion signals, the transitions are first summarized to the precursor level using one of multiple algorithms. To summarize precursor intensities or spectral counts to protein intensities, the TopN (Ludwig et al., 2012; Malmstro¨m et al., 2009; Silva et al., 2006), iBAQ (Schwanhausser et al., 2011), APEX (Lu et al., 2007), NSAF (Zybailov et al., 2006) and SCAMPI (Gerster et al., 2014) meth-ods are provided, enabling direct comparability of the quantita-tive results.

The AbsoluteQuantification module provides absolute protein-abundance estimation from a linear correlation of a set of predefined anchor proteins or peptides. For this, label-free anchor protein intensities and independently determined accur-ate anchor protein concentrations are both log transformed and a first order linear least-squares regression is calculated. The abundance of all other proteins in the dataset can be estimated

based on this regression. The error of the abundance estimation arises from biological and technical variation as well from the protein and peptide intensity estimators. To estimate the error of the predicted protein concentrations, bootstrapping and Monte Carlo cross-validation are performed, with minimization of the mean-fold error (MFE) as objective function.

3 EXAMPLE APPLICATION

An example dataset was produced for this study and is delivered with the aLFQ R-package. The Universal Proteomic Standard 2 (UPS2, Sigma-Aldrich, St. Louis, MO, USA) consists of 48 pro-teins spanning a dynamic range of five orders of magnitude in bins of eight proteins. The sample was measured in a com-plex background in shotgun and targeted MS modes (see Supplementary Material). The example data can be accessed using the following commands:

library(aLFQ) data(UPS2MS)

An exemplary integrated workflow termed ALF (Fig. 1) (Ludwig et al., 2012) conducting peptide and protein inference model selection can be executed with the following command:

ALF(UPS2_SRM)

The workflow evaluates the performance for each combin-ation of TopX transitions and TopN peptides. The resulting MFEs are depicted in a levelplot, and the model with the lowest error is selected for estimation of the concentrations of the target proteins.

4 CONCLUSION

aLFQenables automated absolute label-free protein abundance estimation based on input data from various mass spectrometric measurement modes and analysis software tools. Different quan-tification methods can be applied in a single framework, and thanks to its implementation in the statistical programming lan-guage R, it is accessible to a wide audience of biologists and bioinformaticians. Thus, aLFQ enables easy and fast comparison and selection of the most suitable quantification method and additionally provides an estimation of the absolute abundance estimation error.

Funding: G.R. was funded by the Swiss Federal Commission for Technology and Innovation CTI (13539.1 PFFLI-LS), H.L.R. was funded by ETH (ETH-30 11-2), R.A. was funded by PhosphonetX project of SystemsX.ch, the advanced European Research Council grant Proteomics v3.0 (233226) and the Swiss National Science Foundation.

Conflict of Interest: none declared.

REFERENCES

Ahrne´,E. et al. (2013) Critical assessment of proteome-wide label-free absolute abundance estimation strategies. Proteomics, 13, 2567–2578.

Brun,V. et al. (2009) Isotope dilution strategies for absolute quantitative proteomics. J. Proteomics, 72, 740–749.

Fig. 1. Diagram for exemplary aLFQ workflow with TopX transition and TopN peptide model selection to mediate estimation of protein abun-dance using SIS peptides. 1. import: generates a generic aLFQ input data structure. 2. ProteinInference: different protein intensity esti-mation methods can be used to infer protein intensities from measured peptides and transitions. 3. AbsoluteQuantification: using SIS peptides, a model is built and cross-validation is conducted to examine the performance. 4. ALF: different models for varying numbers of tran-sitions and peptides are generated and evaluated and the model with the smallest MFE is selected

2512

(3)

Gerster,S. et al. (2014) Statistical approach to protein quantification. Mol. Cell. Proteomics, 13, 666–677.

Lu,P. et al. (2007) Absolute protein expression profiling estimates the relative con-tributions of transcriptional and translational regulation. Nat. Biotechnol., 25, 117–124.

Ludwig,C. et al. (2012) Estimation of absolute protein quantities of unlabeled sam-ples by selected reaction monitoring mass spectrometry. Mol. Cell. Proteomics, 11,M111.013987.

Malmstro¨m,J. et al. (2009) Proteome-wide cellular protein concentrations of the human pathogen Leptospira interrogans. Nature, 460, 762–765.

Schwanhausser,B. et al. (2011) Global quantification of mammalian gene expression control. Nature, 473, 337–342.

Silva,J.C. et al. (2006) Absolute quantification of proteins by LCMSE: a virtue of parallel MS acquisition. Mol. Cell. Proteomics, 5, 144–156.

Zybailov,B. et al. (2006) Statistical analysis of membrane proteome expression changes in Saccharomyces cerevisiae. J. Proteome Res., 5, 2339–2347.

2513 An R-package for estimating absolute protein quantities

Figure

Fig. 1. Diagram for exemplary aLFQ workflow with TopX transition and TopN peptide model selection to mediate estimation of protein  abun-dance using SIS peptides

Références

Documents relatifs