Skip to main content
  • Software review
  • Open access
  • Published:

Microbial Diagnostic Array Workstation (MDAW): a web server for diagnostic array data storage, sharing and analysis

Abstract

Background

Microarrays are becoming a very popular tool for microbial detection and diagnostics. Although these diagnostic arrays are much simpler when compared to the traditional transcriptome arrays, due to the high throughput nature of the arrays, the data analysis requirements still form a bottle neck for the widespread use of these diagnostic arrays. Hence we developed a new online data sharing and analysis environment customised for diagnostic arrays.

Methods

Microbial Diagnostic Array Workstation (MDAW) is a database driven application designed in MS Access and front end designed in ASP.NET.

Conclusion

MDAW is a new resource that is customised for the data analysis requirements for microbial diagnostic arrays.

Background

Although microarrays were originally developed and mostly used for applications like gene expression profiling and Comparative Genome Hybridizations (CGH)[1], recently they are becoming more popular for diagnostic applications like microbial identification and detection[2, 3]. The quantum jump in the number of publications in various journals describing development of such microbial diagnostic arrays is an indication of this trend. Such adoptions are made possible by the plummeting cost of array, the availability of large number of sequenced microbial genomes and access to array design programs like E-array http://earray.chem.agilent.com/earray/. In contrast to two color microarrays used in transcriptome analysis, diagnostic arrays typically are labelled in single color and have only far less number of probes there by reducing the data analysis complexity. Based on the fluorescence intensity, probes are usually classified as present or absent. Subsequently, this presence/absence pattern is converted manually into inventory list of microbes present in the analyzed samples [4]. Yet, performing these steps manually becomes cumbersome with increasing number of probes per array and a large sample set. Even though several groups are developing such diagnostic arrays, as pointed out in the review by Loy and Bodrossy [4], lack of an easy to use software constitutes a major bottleneck of array based diagnostics. Hence we have developed a web server called Microbial Diagnostic Array Workstation (MDAW), specifically for diagnostic array data sharing and analysis.

Methods

MDAW is a database driven application with the back end designed in Microsoft Access. The data parsing and analysis scripts are written in ASP.NET. The web interface is developed in ASP.NET and runs on an Apache web server and can be freely accessed the domain http://www.arraydb.org/. The default input data format is gene pix pro (gpr). If the data is in any other format then it needs to be converted to tab delimited text (.txt) before uploading. The annotation file which is optional need to be in comma separated value (cvs) format. Figure. 1 explains further details of the implementation.

Figure 1
figure 1

Database schema implemented in MDAW. User management, data storage and analysis is distributed as 11 tables. For a local implementation of the database these tables can created with the standard MS Access table and query wizards.

Results

Server access, user management and privileges

Considering the fact that often diagnostic array projects are collaborative in nature and the requirements of sharing the raw data or results with multiple users across several organizations or even countries, we made MDAW as an online resource. It has two modes of usage. The full analysis mode requires free user registration and will allow data storage, sharing, project collaboration and analysis. In this mode, all registered users are allowed to work in a password-protected environment, private from all other users. Also users get 1 GB of space for data and results storage. Users can upload any number of files within this storage limit. For better file management, files can be grouped into different projects, experiments, dates and for searching and indexing one or more tags can be added to each file. For collaborative projects, users also can designate themselves as principal investigators and add other users to the project space. Options for specifying limited or full access rights are available. The second mode named "Ad-hoc analysis" does not require any registration and have all options in the full user mode except for data storage and sharing. This mode can be accessed from the main page of MDAW by going to the link "Run ad-hoc analysis" http://www.arraydb.org/AdHoc/FileUpload.aspx. This is suggested mode of access for those users who does not require any online data storage or sharing but just utilize the data analysis capabilities of MDAW. As the name Ad-hoc analysis indicates, in this mode users can not store any data in the server and the results need to exported to local machine or will be lost upon closing the browser.

Data management

All the files in MDAW is arranged under a project. Hence before uploading the raw data files, user need to create at least one project. The default data format for MDAW is Genepix Pro format (gpr). If the data is in any other format it needs to be transformed into a tab delimited text file. For facilitating file management, user also will be prompted to add the date of file uploading, experiment name and one or more tags for future searches. While uploading Genepix format files, MDAW server automatically detects the labeling wavelength (Cy3 or Cy5) and displays the data columns it is going to use for subsequent normalization and analysis. In this process of data column mapping, user have the option of accepting the automatically detected mapping pattern or change the mapping manually. If a tab delimited file is uploaded, all the column headers will be displayed and user will be asked to map the displayed headers to the required column headers. All the files can be then searched based on projects, experiments, date and tags. Downloading the files or deleting them also is possible from the same page.

Data merging and normalization

The analysis pipeline (Figure. 2) in MDAW accommodates most of the analysis methods described in diagnostic array literature. It adopts a directed workflow, yet is very flexible and users have the freedom to accept or skip one or more steps. When compared to CGH and expression profiling arrays, diagnostic microarrays follow different but simple normalization and analysis workflow. In most instances, the type of signal analyzed is the mean/median signal intensity[2, 5] or the Signal to Noise Ratio (SNR) [6–8]. Then the mean of the replicates are taken and background fluorescence intensities may be subtracted [3, 9]. The missing probe intensities then could be filled in and the values are log transformed [10]. All these have been simplified in MDAW and users can perform all the above by clicking on the numbered radio buttons given in analysis page.

Figure 2
figure 2

File management and data analysis in MDAW. Panel A; Project management has three levels if rights. The Principal investigator (PI) has full access rights to the projects space and files. PI can add one or more Co-PI and Researchers. Depending on the access rights granted by PI, Co-PI and Researchers will have full or limited access to the project space and files. Panel B; File upload require user to specify the type of files and column headers for analysis. If the file is in the default GPR format, the column headers and signal type is automatically detected. Panel C; The analysis pipeline implemented in MDAW. The directed workflow allows user to select all options or skip one or more of them.

Annotation file

The annotation file for a microarray is a file usually containing details like the probe sequence, the name of the gene for which the probe is designed and further information aiding with data analysis. The final step before the calculation of summary statistics in MDAW is uploading an annotation file for the array. Although optional, in addition to combining the results with the probe annotation, the annotation file which need to be in comma separated value format (csv) has a number of very important utilities. Mostly the probes in the array will be printed in random and the resultant data file will have the probe results arranged in random. In conventional array analysis, the program gives a set of genes that are up regulated or down regulated and the order in which the probes appear does not matter. However the diagnostic arrays pose a different scenario. Here mostly the probes are classified based on a set of unchanging positive controls and based on these probes values, other probes are classified as present or absent[2]. In MDAW, user can upload an annotation file containing the positive controls or any set of probes of choice arranged in a particular sort order, and then the server will calculate the summary statistics for only the probes in annotation file. When the results are exported, that will contain only those probes that were present in the annotation file and in the same order of the probes in the annotation file. Thus this is a very handy tool to extract the information for a subset of probes from the array or to calculate the results based only on the positive controls, common genes or any other statistical control included. By making different sets of annotation files, users can export probes in the order they want or in any combination they like.

Calculation of summary statistics and probe classification

Once the replicates are merged, background correction, log transformation and adding annotation file is performed, summary statistics of the probes is carried out. Based on this the users can then select the method of probe classification. The most common methods of probe classification in diagnostic arrays can be grouped into three categories. In the first approach, the probes are classified as positive and negative based on the values of a set of control probes. The parameter could be mean/median of the selected probe set or standard deviation [2, 11, 12]. In the second method, the probes are classified based on a fixed cut off value[5, 13]. Based on a control set the third method classifies the probes as positive, negative and uncertain. This method of introducing a window of uncertain category of probes reduces the false positives and negatives [3]. Almost all of the diagnostic array literature uses one of the above methods or a slight variant of these. In MDAW we have implemented all these three types and user can select any one of this method from a simple pull down menu from the final result export page. Once the method is selected, the results are exported as a CSV file and can be opened in any popular program like Microsoft Excel. Detailed explanation of each step is given in the help section of the MDAW. Also this section contains several video tutorials explaining how to use MDAW.

Conclusion

There are a number of online and standalone programs for the analysis of different types of microarray data [14–18]. Although all of these have several normalization and clustering methods, adapting these programs for diagnostic arrays will require many roundabout steps or combining one or more different programs. Also the current online microarray data analysis programs require the users to submit the analysis requests and wait long time or get the results emailed later. In contrast to this, MDAW offers a very flexible directed workflow for diagnostic arrays and offer instant analysis results. There for it combines the speed of stand alone programs and the convenience of access from any internet connected computer.

Availability and requirements

http://earray.chem.agilent.com/earray/

The full analysis mode of MDAW which require free registration is available at:

http://www.arraydb.org/

The ad-hoc analysis mode which does not need any registration is available freely at:

http://www.arraydb.org/AdHoc/FileUpload.aspx

References

  1. Porwollik S, Boyd EF, Choy C, Cheng P, Florea L, Proctor E, McClelland M: Characterization of Salmonella enterica subspecies I genovars by use of microarrays. J Bacteriol. 2004, 186 (17): 5883-5898. 10.1128/JB.186.17.5883-5898.2004.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Palaniappan RU, Zhang Y, Chiu D, Torres A, Debroy C, Whittam TS, Chang YF: Differentiation of Escherichia coli pathotypes by oligonucleotide spotted array. J Clin Microbiol. 2006, 44 (4): 1495-1501. 10.1128/JCM.44.4.1495-1501.2006.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Scaria J, Palaniappan R, Chiu D, Phan JA, Ponna L, McDonough P, Grohn Y, Porwollik S, McClelland M, Chiou C, Chu C, Chang Y: Microarray for molecular typing of Salmonella enterica serovars. Mol Cell Probes. 2008, 22 (4): 238-243. 10.1016/j.mcp.2008.04.002.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  4. Loy A, Bodrossy L: Highly parallel microbial diagnostics using oligonucleotide microarrays. Clin Chim Acta. 2006, 363 (1–2): 106-119. 10.1016/j.cccn.2005.05.041.

    Article  CAS  PubMed  Google Scholar 

  5. Keum KC, Yoo SM, Lee SY, Chang KH, Yoo NC, Yoo WM, Kim JM, Choi JY, Kim JS, Lee G: DNA microarray-based detection of nosocomial pathogenic Pseudomonas aeruginosa and Acinetobacter baumannii. Mol Cell Probes. 2006, 20 (1): 42-50. 10.1016/j.mcp.2005.09.001.

    Article  CAS  PubMed  Google Scholar 

  6. Sergeev N, Distler M, Vargas M, Chizhikov V, Herold KE, Rasooly A: Microarray analysis of Bacillus cereus group virulence factors. J Microbiol Methods. 2006, 65 (3): 488-502. 10.1016/j.mimet.2005.09.013.

    Article  CAS  PubMed  Google Scholar 

  7. Gao H, Yang ZK, Gentry TJ, Wu L, Schadt CW, Zhou J: Microarray-based analysis of microbial community RNAs by whole-community RNA amplification. Appl Environ Microbiol. 2007, 73 (2): 563-571. 10.1128/AEM.01771-06.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Ma M, Wang H, Yu Y, Zhang D, Liu S: Detection of antimicrobial resistance genes of pathogenic Salmonella from swine with DNA microarray. J Vet Diagn Invest. 2007, 19 (2): 161-167.

    Article  PubMed  Google Scholar 

  9. Cassone M, D'Andrea MM, Iannelli F, Oggioni MR, Rossolini GM, Pozzi G: DNA microarray for detection of macrolide resistance genes. Antimicrob Agents Chemother. 2006, 50 (6): 2038-2041. 10.1128/AAC.01574-05.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Quan PL, Palacios G, Jabado OJ, Conlan S, Hirschberg DL, Pozo F, Jack PJ, Cisterna D, Renwick N, Hui J, Drysdale A, Amos-Ritchie R, Baumeister E, Savy V, Lager KM, Richt JA, Boyle DB, Garcia-Sastre A, Casas I, Perez-Brena P, Briese T, Lipkin WI: Detection of respiratory viruses and subtype identification of influenza A viruses by GreeneChipResp oligonucleotide microarray. J Clin Microbiol. 2007, 45 (8): 2359-2364. 10.1128/JCM.00737-07.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  11. Burton JE, Oshota OJ, Silman NJ: Differential identification of Bacillus anthracis from environmental Bacillus species using microarray analysis. J Appl Microbiol. 2006, 101 (4): 754-763. 10.1111/j.1365-2672.2006.02991.x.

    Article  CAS  PubMed  Google Scholar 

  12. Frye JG, Jesse T, Long F, Rondeau G, Porwollik S, McClelland M, Jackson CR, Englen M, Fedorka-Cray PJ: DNA microarray detection of antimicrobial resistance genes in diverse bacteria. Int J Antimicrob Agents. 2006, 27 (2): 138-151. 10.1016/j.ijantimicag.2005.09.021.

    Article  CAS  PubMed  Google Scholar 

  13. Antwerpen MH, Schellhase M, Ehrentreich-Forster E, Bier F, Witte W, Nubel U: DNA microarray for detection of antibiotic resistance determinants in Bacillus anthracis and closely related Bacillus cereus. Mol Cell Probes. 2007, 21 (2): 152-160. 10.1016/j.mcp.2006.10.002.

    Article  CAS  PubMed  Google Scholar 

  14. Argraves GL, Jani S, Barth JL, Argraves WS: ArrayQuest: a web resource for the analysis of DNA microarray data. BMC Bioinformatics. 2005, 6: 287-10.1186/1471-2105-6-287.

    Article  PubMed Central  PubMed  Google Scholar 

  15. Saeed AI, Bhagabati NK, Braisted JC, Liang W, Sharov V, Howe EA, Li J, Thiagarajan M, White JA, Quackenbush J: TM4 microarray software suite. Methods Enzymol. 2006, 411: 134-193. 10.1016/S0076-6879(06)11009-5.

    Article  CAS  PubMed  Google Scholar 

  16. Zhao H, Engelen K, De Moor B, Marchal K: CALIB: a Bioconductor package for estimating absolute expression levels from two-color microarray data. Bioinformatics. 2007, 23 (13): 1700-1701. 10.1093/bioinformatics/btm159.

    Article  CAS  PubMed  Google Scholar 

  17. Tarraga J, Medina I, Carbonell J, Huerta-Cepas J, Minguez P, Alloza E, Al-Shahrour F, Vegas-Azcarate S, Goetz S, Escobar P, Garcia-Garcia F, Conesa A, Montaner D, Dopazo J: GEPAS, a web-based tool for microarray data analysis and interpretation. Nucleic Acids Res. 2008, W308-14. 10.1093/nar/gkn303. 36 Web Server

  18. Xia X, McClelland M, Wang Y: WebArray: an online platform for microarray data analysis. BMC Bioinformatics. 2005, 6: 306-10.1186/1471-2105-6-306.

    Article  PubMed Central  PubMed  Google Scholar 

Download references

Acknowledgements

Authors thank Anil Raghavan, SST Technologies, Stillwater, OK for help in software engineering. This project was supported with Federal funds from the National Institute of Allergy and Infectious Diseases, National Institute of Health, Department of Health and Human Services under contract, N01-AI-30054, Project No. ZC002-03 and the Federal Formula Fund from the Cornell University Agricultural Experiment Station.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Yung-Fu Chang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

JS conceived the work and designed the analysis pipeline and help section. AS developed the database backend and GUI. YFC was involved in the supervision and preparation of the manuscript. All authors read and approved the final manuscript.

Joy Scaria, Aswathy Sreedharan contributed equally to this work.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Scaria, J., Sreedharan, A. & Chang, YF. Microbial Diagnostic Array Workstation (MDAW): a web server for diagnostic array data storage, sharing and analysis. Source Code Biol Med 3, 14 (2008). https://doi.org/10.1186/1751-0473-3-14

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1751-0473-3-14

Keywords