Skip Navigation


Bioinformatics Advance Access originally published online on April 4, 2006
Bioinformatics 2006 22(10):1278-1279; doi:10.1093/bioinformatics/btl093
This Article
Right arrow Abstract Freely available
Right arrow FREE Full Text (Print PDF) Freely available
Right arrow All Versions of this Article:
22/10/1278    most recent
btl093v1
Right arrow Alert me when this article is cited
Right arrow Alert me if a correction is posted
Services
Right arrow Email this article to a friend
Right arrow Similar articles in this journal
Right arrow Similar articles in ISI Web of Science
Right arrow Similar articles in PubMed
Right arrow Alert me to new issues of the journal
Right arrow Add to My Personal Archive
Right arrow Download to citation manager
Right arrow Search for citing articles in:
ISI Web of Science (1)
Right arrowRequest Permissions
Google Scholar
Right arrow Articles by White, A. M.
Right arrow Articles by Zangar, R. C.
Right arrow Search for Related Content
PubMed
Right arrow PubMed Citation
Right arrow Articles by White, A. M.
Right arrow Articles by Zangar, R. C.
Social Bookmarking
 Add to CiteULike   Add to Connotea   Add to Del.icio.us  
What's this?

© The Author 2006. Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oxfordjournals.org

ProMAT: protein microarray analysis tool

Amanda M. White 1,*, Don S. Daly 1, Susan M. Varnum 2, Kevin K. Anderson 3, Nikki Bollinger 2 and Richard C. Zangar 2

1 Statistical Sciences, Pacific Northwest National Laboratory Richland, WA 99354, USA
2 Cell Biology and Biochemistry, Pacific Northwest National Laboratory Richland, WA 99354, USA
3 Decision and Sensor Analytics, Pacific Northwest National Laboratory Richland, WA 99354, USA

*To whom correspondence should be addressed.


    ABSTRACT
 TOP
 ABSTRACT
 INTRODUCTION
 SOFTWARE CAPABILITIES
 SOFTWARE IMPLEMENTATION
 CONCLUSIONS
 REFERENCES
 

Summary: ProMAT is a software tool for statistically analyzing data from enzyme-linked immunosorbent assay microarray experiments. The software estimates standard curves, sample protein concentrations and their uncertainties for multiple assays. ProMAT generates a set of comprehensive figures for assessing results and diagnosing process quality. The tool is available for Windows or Mac, and is distributed as open-source Java and R code.

Availability: ProMAT is available at http://www.pnl.gov/statistics/ProMAT. ProMAT requires Java version 1.5.0 and R version 1.9.1 (or more recent versions). ProMAT requires either Windows XP or Mac OS 10.4 or newer versions.

Contact: amanda.white{at}pnl.gov


    INTRODUCTION
 TOP
 ABSTRACT
 INTRODUCTION
 SOFTWARE CAPABILITIES
 SOFTWARE IMPLEMENTATION
 CONCLUSIONS
 REFERENCES
 
Enzyme-linked immunosorbent assays (ELISA) are widely used to estimate the concentration of a specific protein. Proteomic technologies have recently increased the rate by which protein biomarker candidates are being discovered, such that traditional ELISA approaches (e.g. 96-well plates) have become an inefficient means to validate biomarkers. ELISA in a microarray format permits simultaneous estimation of the concentrations of numerous proteins in a small sample and therefore can increase the rate of biomarker validation. High-throughput analysis of ELISA microarrays requires statistical software specifically designed for estimating standard curves, predicting protein concentrations and estimating their uncertainties (Zangar et al., 2006). Currently, there are no freeware tools suitable for this use. Typically, researchers are forced to do these calculations using an inefficient spreadsheet program which is not designed for these calculations. Therefore, we have developed a statistically based bioinformatics tool, ProMAT, which significantly decreases ELISA microarray data analysis time while increasing the information content of the results.


    SOFTWARE CAPABILITIES
 TOP
 ABSTRACT
 INTRODUCTION
 SOFTWARE CAPABILITIES
 SOFTWARE IMPLEMENTATION
 CONCLUSIONS
 REFERENCES
 
ELISA microarray experiments consist of two component analyses that are undertaken in parallel. One component is the analysis of a serial dilution of protein standards. This analysis is used to estimate the standard curves which model protein concentration as a function of spot fluorescence. The second component is the analysis of the biological samples. The protein concentrations in the biological samples are estimated from their corresponding standard curves. These concentration estimates, however, are inherently uncertain because of the uncertainty in both the estimates of the standard curve and the fluorescence intensity of the biological samples. Evaluating this uncertainty is critical for interpreting the data and optimizing experimental procedures. Therefore, estimation of uncertainty has been automated in ProMAT. The statistical methods used to fit standard curves and estimate uncertainties are discussed in depth by Daly and co-workers (Daly et al., 2005).

For each antigen, multiple statistical models are fit to the standard data, and the PRESS statistic (Myers, 1990) is used to select the best fitting model. Currently, the four-parameter logistic model

Formula
and the power curve model

Formula
are used, although additional models may be incorporated in future. The models are fit using ‘nlm’, a nonlinear optimization procedure in R, which also provides uncertainty estimates for the curve parameters (e.g. A, B, m, n). Replicate spots on the biological sample arrays are used to estimate the uncertainty of the spot intensities. Then, upper and lower bounds on the sample concentration predictions are estimated by incorporating the uncertainties in both the model parameter and biological spot intensity estimates through propagation of error (Mood et al., 1974).

ProMAT combines these elements into a simple but comprehensive diagnostic figure (Fig. 1) that allows the user to quickly assess the assay quality. This figure shows statistical summaries of both standard and sample data for a single antigen. The lower right panel shows the standard data for this antigen (black points) along with the estimated standard curve (black line). The upper and lower blue lines in this panel are the ~95% confidence bounds on the concentration prediction. The red dotted lines delineate a prediction acceptance region; sample data points that fall within this region are considered to be high-quality data. The lower left panel shows a histogram of sample spot intensities on a vertical axis aligned with that of the standard curve. The top panel shows the percent coefficient of variation

Formula
for each point along the standard curve. This diagnostic figure allows users to quickly identify problems such as the sample signal intensities being outside the acceptable region of the curve, high variability in the standard data, or a standard curve that has a limited useful range (i.e. red lines are close together).


Figure 1
View larger version (42K):
[in this window]
[in a new window]
 
Fig. 1 A representative ProMAT diagnostic figure from the ELISA microarray standards and sample data for a single assay. ProMAT generates a similar figure for each assay in an ELISA microarray experiment.

 
ProMAT takes as input the tables of spot intensity values output by most microarray image analysis tools, along with information about the slide layout (e.g. the antigen corresponding to each spot) and standard dilution series. ProMAT output is in the form of ASCII tables in comma-delimited format showing the concentration predictions and ~95% bounds for each sample-antigen-array combination. Diagnostic figures of the type shown in Figure 1 are produced for each antigen, and an HTML page is created to allow the user to easily browse a complete set of these figures.


    SOFTWARE IMPLEMENTATION
 TOP
 ABSTRACT
 INTRODUCTION
 SOFTWARE CAPABILITIES
 SOFTWARE IMPLEMENTATION
 CONCLUSIONS
 REFERENCES
 
ProMAT will run under Windows XP or Mac OS 10.4 or newer versions. ProMAT's user-interface is written in Java; the underlying statistical algorithms are written in R (http://www.r-project.org), an open-source statistical programming language. ProMAT is distributed with its source code so that it may be adapted or customized if desired.


    CONCLUSIONS
 TOP
 ABSTRACT
 INTRODUCTION
 SOFTWARE CAPABILITIES
 SOFTWARE IMPLEMENTATION
 CONCLUSIONS
 REFERENCES
 
ProMAT is a tool for the statistical analysis of ELISA microarray experiment datasets. ProMAT estimates standard curves, sample protein concentrations and their uncertainties, and it provides insightful diagnostic figures. This is the first open-source tool specifically designed for protein microarrays. ProMAT runs on Windows or Mac operating systems.


    Acknowledgments
 
Funding for this work was provided by the US Department of Energy through the Laboratory Directed Research and Development program and by the National Cancer Institute and the Early Detection Research Network (CA117378 [GenBank] ). Pacific Northwest National Laboratory is operated by Battelle for the US Department of Energy under Contract DE-AC06-76RL01830.

Conflict of Interest: none declared.


    FOOTNOTES
 
Associate Editor: Martin Bishop

Received on December 20, 2005; revised on March 7, 2006; accepted on March 9, 2006

    REFERENCES
 TOP
 ABSTRACT
 INTRODUCTION
 SOFTWARE CAPABILITIES
 SOFTWARE IMPLEMENTATION
 CONCLUSIONS
 REFERENCES
 

    Daly, D.S., et al. (2005) Evaluating concentration estimation errors in ELISA microarray experiments. BMC Bioinformatics, 6, 17[CrossRef][Medline].

    Mood, A.M., Graybill, F.A., Boes, D.C. Introduction to the Theory of Statistics, (1974) , New York McGraw-Hill Book Company.

    Myers, R.H. Classical and Modern Regression with Applications, (1990) , Boston PWS Publishing Co.

    Zangar, R.C., et al. (2006) ELISA Microarray technology into a high-throughput system for cancer biomarker validation. Expert Rev. Proteomics, 3, 37–44[CrossRef][Medline].


Add to CiteULike CiteULike   Add to Connotea Connotea   Add to Del.icio.us Del.icio.us    What's this?



This Article
Right arrow Abstract Freely available
Right arrow FREE Full Text (Print PDF) Freely available
Right arrow All Versions of this Article:
22/10/1278    most recent
btl093v1
Right arrow Alert me when this article is cited
Right arrow Alert me if a correction is posted
Services
Right arrow Email this article to a friend
Right arrow Similar articles in this journal
Right arrow Similar articles in ISI Web of Science
Right arrow Similar articles in PubMed
Right arrow Alert me to new issues of the journal
Right arrow Add to My Personal Archive
Right arrow Download to citation manager
Right arrow Search for citing articles in:
ISI Web of Science (1)
Right arrowRequest Permissions
Google Scholar
Right arrow Articles by White, A. M.
Right arrow Articles by Zangar, R. C.
Right arrow Search for Related Content
PubMed
Right arrow PubMed Citation
Right arrow Articles by White, A. M.
Right arrow Articles by Zangar, R. C.
Social Bookmarking
 Add to CiteULike   Add to Connotea   Add to Del.icio.us  
What's this?