Skip to main content

Survival Online: a web-based service for the analysis of correlations between gene expression and clinical and follow-up data

Abstract

Background

Complex microarray gene expression datasets can be used for many independent analyses and are particularly interesting for the validation of potential biomarkers and multi-gene classifiers. This article presents a novel method to perform correlations between microarray gene expression data and clinico-pathological data through a combination of available and newly developed processing tools.

Results

We developed Survival Online (available at http://ada.dist.unige.it:8080/enginframe/bioinf/bioinf.xml), a Web-based system that allows for the analysis of Affymetrix GeneChip microarrays by using a parallel version of dChip. The user is first enabled to select pre-loaded datasets or single samples thereof, as well as single genes or lists of genes. Expression values of selected genes are then correlated with sample annotation data by uni- or multi-variate Cox regression and survival analyses. The system was tested using publicly available breast cancer datasets and GO (Gene Ontology) derived gene lists or single genes for survival analyses.

Conclusion

The system can be used by bio-medical researchers without specific computation skills to validate potential biomarkers or multi-gene classifiers. The design of the service, the parallelization of pre-processing tasks and the implementation on an HPC (High Performance Computing) environment make this system a useful tool for validation on several independent datasets.

Background

High throughput gene expression analyses carried out by using innovative microarrays are increasingly used for the identification of biomarkers and for their combination in prognostic or predictive classifiers, so called signatures [1]. The usual design procedure of such studies consists in the following three steps: i) feature selection by statistical or artificial intelligence approaches, ii) development of the classifier on a training set, and iii) validation of the signature [2]. Suitable data sets are more and more available in microarray data repositories, mainly GEO (Gene Expression Omnibus) [3, 4] and ArrayExpress [5, 6].

These data sets can be used to study the correlation of clinico-pathological and follow-up data with gene expression both for the definition of signatures and to test hypotheses on the effects of over/under expression of single genes. This is particularly important in the light of the vast literature on potential biomarkers that are often tested on very limited patient cohorts and are not validated on independent data sets.

Different tools, implementing distinct algorithms, are available for diverse platforms.

Web-based software would avoid this problem, but up to date, apart from some exceptions (e.g. Expression Profiler [7]), most of web tools are spread over different servers and employ different file formats.

GEPAS [8] (Gene Expression Profile Analysis Suite) is an integrated web-based pipeline for the analysis of gene expression patterns aimed at putting the most popular tools together through an integrated interface. This allows end users to make transparently profit from the various tools, once their data has been uploaded. This solution, then, provides a powerful set of statistical services for gene expression analysis to users. However, the single analysis, for example survival analysis, presents some limitations concerning, e.g., availability of various tools' options, flexibility in the analysis flow and support for large datasets. Moreover, in order to customize their analyses, users should design ad-hoc pipelines, by making use of workflow management features, and this would imply more complex requirements and constraints.

Another tool, Asterias [9], provides a similar suite of applications, even if it has different implementation language and application interface; its emphasis is put on parallel computing.

We therefore set out to develop a flexible tool that allows to investigate large microarray datasets – or subsets thereof – by using standardized statistical approaches aimed at finding out the correlation of clinical data with gene expression results. In the final setting, researchers should be able to select either single or several datasets, or even single samples from different datasets, to create their own unique dataset. They would then be able to determine, on the basis of this new dataset, correlations between the expression of single genes or gene lists and clinical data.

To this aim, those limitations that are posed by current tools must also be taken into account. In fact, most of current statistical analyses on gene expression data is performed by using the R language, with the support of domain specific extension packages, such as Bioconductor [10] for life sciences. It is known that R poses serious limitations in dealing with large amount of data; for example, it indicates a memory failure when the required amount of memory exceeds the address-space limit for the process or, more likely, because the system is unable to provide a large enough contiguous block, even if there is enough free memory available. So, we designed a structured and engineered procedure that fully exploits available hardware and software resources thus avoiding many of the problems that are faced by researchers.

This limitation can be particularly relevant for normalization of microarray data and calculation of gene expression. We therefore developed a parallel version of dChip [11] for Linux that is able to handle datasets of the order of thousands of microarrays [12].

Microarray data analyses procedures are usually composed of several steps ranging from pre-processing (background correction, normalization, summarization) to the statistical analysis of differential gene expression. This may involve different computer programs, ranging from specialized tools and statistical software environments to simple spreadsheets. It is therefore difficult to embed them all into a single program or script. Even when possible, this requires time and skills, it is hard to maintain as well as unsuited for the dissemination to the scientific community. One of the most common solutions proposed to solve this issue is based on computerized scientific workflows. In this approach, users can design their virtual experiments using a specialized software that is able to make access to standardized services and to properly visualize resulting data. Web based solutions able to guarantee versioning and reproducibility of experiments have also been presented in order to build coherent collections of experiments to be used and re-used by the community. However, this approach implies that all services needed must already be available and provided either by the developer or by a third party. Additional concerns derive from overall maximum execution time and the amount of data that can be handled by services, determined by the protocols used for inter-processes messaging (SOAP, Simple Object Access Protocol) and for data transfer (HTTP, HyperText Transfer Protocol). FTP (File Transfer Protocol) and HTTP protocols, that are presently widely used on the Internet, were not designed for the transfer of large datasets. If used for large data set, transfer is slow due to the limits inherent in their processing overheads and the transport layer protocol, TCP (Transmission Control Protocol). This also poses limitations to tools that rely on such data transfer solutions (e.g., the Taverna Workbench [13]).

The goal of this research is to develop, set-up and validate a service for automating functional genomics analyses used in breast cancer survival studies and prognosis assessment. We present the strategy used for organizing heterogeneous computational steps by taking benefit from High Performance Computing (HPC) hardware and offering a simple user interface through a Web portal. The current implementation only exploits local resources; further work is underway to integrate the service within existing e-Science Grids, such as Enabling Grids for E-sciencE (EGEE) [14].

Results

The service

In this work, we present a methodology and an example of application successfully used to translate an existing procedure into an automated and consolidated Web based process which can benefit from existing High Performance Computing resources.

For the validation of our methodology, we explored the possibility of obtaining information on the correlation of single genes or lists of genes with disease free survival after surgical removal of primary breast cancers, as described in the Methods section, and implemented a web tool that we called Survival Online, The main processing steps, and other intermediate manual data preparation steps, that are necessary for such analyses, were analyzed, converted into web services and made available through the BMportal, a portal developed at the Biolab of the Department of Communication, Computer and System Sciences (DIST) of the University of Genoa, by using the EnginFrame framework [15]. This tool was chosen because it is the platform adopted by the Laboratory of Interdisciplinary Technologies for Bioinformatics (LITBIO) project [16] and, as a consequence, all newly developed services can be deployed without any additional effort in the LITBIO portal [17], thus reaching a large user community.

The automated procedure is shown in Figure 1 that includes the diagram of the sequence of the processing steps involved and their relationship. In the first step, the parallel version of dChip is used to pre-process microarray data (background correction and normalization) and to determine gene expression (by using the Perfect Match only algorithm). The following steps further evaluate expression values by means of several R/Bioconductor methods. First, under/over-expressed genes are filtered so that only a user defined set of genes is conserved. Then, specific phenodata are associated to samples. Finally, a Cox regression analysis, possibly combined with a multivariate analysis, is performed and the Kaplan-Meier survival plot is computed.

Figure 1
figure 1

Workflow of the analysis. The sequence of the analysis steps performed is shown.

In Figure 2, the user interface for entering input parameters and selecting analysis options is shown. Users can browse and select data remotely or upload it from their machine. In Figure 3, the execution spooler of the portal is shown. Both result files and execution status are visible.

Figure 2
figure 2

Web portal screenshot 1. The user interface for entering input parameters and selecting analysis options. Users can browse and select data remotely or upload it from their machine.

Figure 3
figure 3

Web portal screenshot 2. The execution spooler of the portal. Both result files and execution status are visible.

Testing

The automated procedure has been tested in order to assess its added value. To this end, a series of gene lists that were recently identified [18] was used. Multi-gene analyses, as those performed here, are the first step in signature development and need to be validated on independent data sets: this extended validation was not performed in this case. Results achieved by using Survival Online were identical to those obtained on local resources, thus indicating the correct functionality of the service.

Results were classified according to appropriate indicators. Increase of performance compared to the classic desktop-based processing was assessed by using quantitative indicators, such as time spent for analysis against different sizes of dataset, that showed a clear advantage in using Survival Online. Tables 1 and 2 shows the execution times obtained running the test analysis with both the traditional procedure and Survival Online (see Table 1). Table 2 presents a comparison between different analysis tools such as dChip, RMA (Robust Multi-array Average) and GCRMA (GC Robust Multi-array Average.

Table 1 Analysis execution times (using dChip for expression values computation)
Table 2 Analysis tools comparison

Increase in usability, that is a key point in this work, since the designed service is intended to be used as an actual and effective support to translational research, was also assessed. Usability tests have been performed by staff of the Functional Genomics laboratory of the National Cancer Research Institute of Genoa, whose domain expertise afforded a real evaluation of the service. As shown in Table 3, a qualitative assessment of usability of the traditional manual procedure and of Survival Online was carried out. Users involved in the testing phase were asked to choose the level of satisfaction (poor, medium, good) with reference to three indicators: ease of use, repeatability and accessibility.

Table 3 Qualitative assessment of usability

Discussion

Expression analyses using complex oligonucleotide microarrays has profoundly changed biomedical research. Classical single gene studies necessarily start with a hypothesis, most often based on pre-existing or preliminary evidence or just on an intuition. Instead, high throughput approaches, such as microarray gene expression analyses, yield data sets that are usually created and queried for a specific scope, yet the data is available for other, completely unrelated analyses. Single gene studies for the identification of biomarkers for disease prognostication or prediction of treatment response have therefore led to an overwhelming number of publications where validation is usually limited to a single study on a single dataset [19].

However, prioritization of the many biomarkers for in depth validation and possible developments towards clinical application is difficult. This difficulty can be overcome by using publicly available microarray datasets with relevant clinical-pathological data that allow for in-silico validation of potential biomarkers for the selection of bona fide candidates for further development. Similarly, the same datasets can be used to analyze the classification power of multigene classifiers (signatures).

We presented here a web based system, Survival Online, where such analyses can easily be carried out by bio-medical researchers without special computation skills. At present, the system allows to select a whole dataset or a subset of it for a straightforward analysis of correlations between clinical and gene expression data. Classical statistical methods (uni- and multi-variate Cox-regression analysis, survival analysis, Kaplan-Meier curves) are combined in a pipeline to automate the manual procedure daily performed by researchers. The analytical tool box will be further enriched through the addition of advanced feature selection tools and of classification methods based on artificial intelligence approaches.

The validation of a classifier is better achieved when more independent data sets are taken into account. For this reason, our service is designed to harbour many different datasets to be used separately or for the generation of specific, user defined data (sub-)sets. At present, this is limited to the widely used Affymetrix GeneChip arrays. Other platforms can also be integrated, but under the condition that probesets can be matched between the different arrays by using specific conversion tools and by correcting for batch effects.

Analyses that use very large datasets or several smaller datasets together are normally limited by the computation power available. In our case, this limitation is overcome by the implementation of the service on a high performance platform and by the parallelization of the microarray data analysis suite dChip.

We have tested our system using a breast cancer dataset (see Methods section) retrieved from GEO. We were able to monitor the classification power of both gene sets selected from Gene Ontology categories and single genes selected from literature [18]. The data shows that the systems allows for straightforward testing of potential biomarkers.

Functional analyses of single genes or gene lists should always include an assessment of their effect on clinical outcome of cancer patients. Figures 2 and 3 illustrate that Survival Online enables the non expert biomedical researchers to perform such analyses using existing data sets.

In some cases, the proposed approach could be considered better than a classical workflow approach. First, the execution of the analysis is not demanded to a single execution engine on the computer of the user (e.g. Taverna client) or on a server (e.g. Taverna remote service, Moteur [20]). Approaches to execute workflows on distributed environments as a set of services exist (e.g. DAG jobs [21], P-grade portal [22]) but they are not implemented in HPC environments and are often affected by middleware overhead and network constraints. Since this case study requires a high level of interaction and usability, the best solution revealed to be the submission of a collection of single processes on HPC infrastructure synchronized by a scheduling system manager.

Results show that our approach can scale up in the size of processed data well above current available desktop computer limitations (up to 2 computing cores and 1 GB of RAM) just by exploiting a cluster made up of three nodes, each composed by a low end server (2 computing cores and 1 GB of RAM). Obviously, by using more resources it is either possible to achieve better results or, in some cases, to overcome the single machine limitations. However, since current trends in information technology (IT) are to offer software as a service and to concentrate computing power into data centers, due to cooling, power and skills requirements, it is essential to adequate existing procedures and applications accordingly. This will also avoid the spread of investments in computing equipment inside non-IT departments and will help to better exploit resources due to their concentration.

Conclusion

Survival Online, allows for a straightforward execution of complex data correlations aimed at the identification of biomarkers and multi-gene classifiers. The system enables bio-medical researchers to perform validations on several independent microarray gene expression datasets in a simple and reliable fashion by using robust classical statistics. The collaboration between molecular oncologists and software engineers allowed for the optimisation of the system without loosing flexibility. The system relies on widely used analytical tools. Results obtained with the Web-based approach are identical to those achieved by using the traditional methods.

Future developments are planned to enhance service usability by using a standard WSDL (Web Services Description Language) interface. In fact, the adopted framework is able to provide services both through a Web interface and through a Web Service, exploitable from any Web Services enabled client application.

Orchestrating multiple processing steps in a workflow strategy opens a new scenario where users can design complex experiments, tailored to their needs, just by using portal services as workflow building bocks.

This is possible, e.g., by importing WSDL descriptions of services into a client application, such as the Taverna Workbench, and by letting the portal to execute and monitor the workflow life cycle, thus avoiding client side enacting limitations.

In the future, we plan to implement additional feature selection and classification tools and to add further datasets. The development of inter-array comparison tools is also planned.

Methods

Microarrays analysis

Microarray expression analyses of human breast cancers were performed on the dataset GSE1456 obtained from Gene Expression Omnibus [3]. The data set consists of 159 breast cancers from patients who received surgery at Karolinska Hospital from 1994 to 1996 [23]. Expression sets were calculated from raw microarray data, previously background corrected, normalized using invariant-set method and summarized using Perfect Match (PM) only algorithm implemented in dChip. Samples were annotated with patients' information, including data on disease relapse and overall and disease free survival, representing their "phenodata".

Survival analysis

Expression levels of previously selected genes were combined in a weighted linear score, where weights were determined by the coefficients of a multivariate Cox regression model. The median value of the score was chosen as the cut off to classify patients at low or high risk of disease relapse. All analyses were performed with R/Bioconductor package Survival.

Service validation

Results were classified according both to the test cases provided and to appropriate indicators. These included: (i) performance increase compared to the classic desktop-based processing (quantitative indicators, such as time spent for analysis against different sizes of dataset, have been adopted), (ii) increase of usability (qualitative-quantitative indicators were used, with reference both to reliability and to repeatability of experiments).

Genes contained in the lists used for tests were selected by imposing both annotation to specified Gene Ontology categories (cell death, metabolism, kinase, cell cell signalling, cell growth) and significant association with the parameter "relapse" (p < 0.001) in the Stockholm dataset. The gene list "combined signatures" contains the five most strongly relapse associated genes from the above lists (for details see [18]) (Figure 4).

Figure 4
figure 4

Survival analyses using gene lists. Gene lists were obtained from Gene Ontology categories as indicated. The "combined signature" contains the five most strongly relapse associated genes of the five other lists. Samples were divided into two classes based on the median values of the combined score of the multivariate model (black: good prognosis, red: poor prognosis).

For single gene analyses, we selected the transcriptional regulator ID4 that has been shown to regulate the expression of the tumour suppressor gene BRCA1 [24] (Figure 5).

Figure 5
figure 5

Survival analysis using a single gene. Expression values of the transcriptional regulator ID4 and of the matrix metalloprotease MMP1 were correlated with disease free survival. Samples were divided into two classes based on the median values respectively of ID4 and MMP1 expression (black: expression below the median value, red: above the median value).

Development

Starting from user requirements and available components, it has been decided to build the service using BMportal, the biomedical portal framework available at Biolab [25, 26], that offers basic services in different biomedical fields that can be combined into larger services covering complex procedures, as for the use case here presented.

BMportal includes sophisticated data management for all stages of job lifetime and is integrated with all relevant Grid and HPC workload management systems, using plug-in modules that extend its functionality leveraging the underlying infrastructure.

It provides a flexible presentation engine, solidly based on leading Web and XML (Extensible Markup Language) standards. This module provides access to the underlying services via multiple standard languages layered on HTTP, including HTML (HyperText Markup Language), SOAP and RSS (Really Simple Syndication).

The authorisation system is a core component of the architecture. It provides fine grained access control to all services via a role-based engine, implementing both presentation, execution and output processing layers.

The authentication system provides flexible delegation to a rich set of external authorities, and provides internal, session-level single-sign-on across multiple services.

The framework flexibility allows the integration of different tools and resources that can be orchestrated in customized complex experiments and provided as user-friendly web-based services.

Concerning this case study, LSF from Platform Computing [27] has been used as HPC scheduler for job submission and synchronization. Using the LSF plugin for EnginFrame, both R/Bioconductor and dChip tools can be submitted as LSF jobs to the HPC infrastructure, so that every step of the analysis can be easily monitored through the portal.

References

  1. Ross JS, Hatzis C, Symmans WF, Pusztai L, Hortobagyi GN: Commercialized multigene predictors of clinical outcome for breast cancer. Oncologist 2008, 13: 477–493.

    Article  PubMed  Google Scholar 

  2. Dupuy A, Simon RM: Critical review of published microarray studies for cancer outcome and guidelines on statistical analysis and reporting. J Natl Cancer Inst 2007, 99: 147–157.

    Article  PubMed  Google Scholar 

  3. Gene Expression Omnibus (GEO)[http://www.ncbi.nlm.nih.gov/geo/]

  4. Edgar R, Domrachev M, Lash AE: Gene Expression Omnibus: NCBI gene expression and hybridization array data repository. Nucleic Acids Res 2002, 30(1):207–210.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. ArrayExpress[http://www.ebi.ac.uk/microarray-as/ae/]

  6. Parkinson H, Kapushesky M, Shojatalab M, Abeygunawardena N, Coulson R, Farne A, Holloway E, Kolesnykov N, Lilja P, Lukk M, Mani R, Rayner T, Sharma A, William E, Sarkans U, Brazma A: ArrayExpress – a public database of microarray experiments and gene expression profiles. Nucleic Acids Res 2007, (35 Database):D747–750.

  7. Kapushesky M, Kemmeren P, Culhane AC, Durinck S, Ihmels J, Körner C, Kull M, Torrente A, Sarkans U, Vilo J, Brazma A: Expression Profiler: next generation – an online platform for analysis of microarray data. Nucleic Acids Res 2004, (32 Web Server):W465–470.

  8. Tárraga J, Medina I, Carbonell J, Huerta-Cepas J, Minguez P, Alloza E, Al-Shahrour F, Vegas-Azcárate 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, (36 Web Server):W308-W314.

  9. Díaz-Uriarte R, Alibés A, Morrissey ER, Cañada A, Rueda OM, Neves ML: Asterias: integrated analysis of expression and aCGH data using an open-source, web-based, parallelized software suite. Nucleic Acids Res 2007, (35 Web Server):W75-W80.

  10. Gentleman RC, Carey VJ, Bates DM, Bolstad B, Dettling M, Dudoit S, Ellis B, Gautier L, Ge Y, Gentry J, Hornik K, Hothorn T, Huber W, Iacus S, Irizarry R, Leisch F, Li C, Maechler M, Rossini AJ, Sawitzki G, Smith C, Smyth G, Tierney L, Yang JY, Zhang J: Bioconductor: open software development for computational biology and bioinformatics. Genome Biol 2004, 5: R80.

    Article  PubMed Central  PubMed  Google Scholar 

  11. Li C, Wong WH: DNA-Chip Analyzer (dChip). In The analysis of gene expression data: methods and software. Edited by: Parmigiani G, Garrett ES, Irizarry R, Zeger SL. New York: Springer; 2003:120–141.

    Chapter  Google Scholar 

  12. Corradi L, Fato M, Porro I, Scaglione S, Torterolo L: A Web-based and Grid-enabled dChip version for the analysis of large sets of gene expression data. BMC Bioinformatics 2008, 9: 480.

    Article  PubMed Central  PubMed  Google Scholar 

  13. Oinn TM, Addis M, Ferris J, Marvin D, Senger M, Greenwood RM, Carver T, Glover K, Pocock MR, Wipat A, Li P: Taverna: a tool for the composition and enactment of bioinformatics workflows. Bioinformatics 2004, 20(17):3045–3054.

    Article  CAS  PubMed  Google Scholar 

  14. Enabling Grids for E-sciencE (EGEE) project[http://www.eu-egee.org/]

  15. Melato M, Glatard T, Falzone A, Torterolo L: Genius Portal and EnginFrame Framework: new features and future perspectives. Proceedings of EGEE06, International Conference Centre Geneva (CICG) – Geneva, Switzerland, September 2006

  16. LITBIO – Laboratory for Interdisciplinary Technologies in Bioinformatics FIRB Project[http://www.litbio.org]

  17. LITBIO Portal[http://portal.litbio.org/]

  18. Pfeffer U, Romeo F, Noonan DM, Albini A: Prediction of breast cancer metastasis by genomic profiling: where do we stand? Clin Exp Metastasis 2009, in press.

    Google Scholar 

  19. Sutcliffe P, Hummel S, Simpson E, Young T, Rees A, Wilkinson A, Hamdy F, Clarke N, Staffurth J: Use of classical and novel biomarkers as prognostic risk factors for localised prostate cancer: a systematic review. Health Technology Assessment 2009, 13(5):1–242.

    Article  Google Scholar 

  20. Glatard T, Montagnat J, Pennec X: Medical image registration algorithms assesment: Bronze Standard application enactment on grids using the MOTEUR workflow engine. Stud Health Technol Inform 2006, 120: 93–103.

    PubMed  Google Scholar 

  21. Hantz F: Light P2P platform of computing for DAG. Distributed Frameworks for Multimedia Applications, May 2006. The 2nd International Conference on, 2006

  22. P-Grade Portal[http://portal.p-grade.hu/]

  23. Pawitan Y, Bjohle J, Amler L, Borg AL, Egyhazi S, Hall P, Han X, Holmberg L, Huang F, Klaar S, Liu ET, Miller L, Nordgren H, Ploner A, Sandelin K, Shaw PM, Smeds J, Skoog L, Wedren S, Bergh J: Gene expression profiling spares early breast cancer patients from adjuvant therapy: derived and validated in two population-based cohorts. Breast Cancer Res 2005, 7: R953–964.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  24. Beger C, Pierce LN, Kruger M, Marcusson EG, Robbins JM, Welcsh P, Welch PJ, Welte K, King MC, Barber JR, Wong-Staal F: Identification of Id4 as a regulator of BRCA1 expression by using a ribozyme-library-based inverse genomics approach. Proc Natl Acad Sci USA 2001, 98(1):130–135.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  25. Porro I, Torterolo L, Corradi L, Fato M, Papadimitropoulos A, Scaglione S, Schenone A, Viti F: A Grid-based solution for management and analysis of microarrays in distributed experiments. BMC Bioinformatics 2007, 8(Suppl 1):S7.

    Article  PubMed Central  PubMed  Google Scholar 

  26. Beltrame F, Papadimitropoulos A, Porro I, Scaglione S, Schenone A, Torterolo L, Viti F: GEMMA – A Grid environment for microarray management and analysis in bone marrow stem cells experiments. Future Generation Computer Systems 2007, 23(3):382–390.

    Article  Google Scholar 

  27. Platform LSF[http://www.platform.com/]

Download references

Acknowledgements

This work has been partially funded by the Italian Ministry of University and Research "FIRB 2003" grant for the time frame 2005 – 2010 "LITBIO – Laboratory for Interdisciplinary Technologies in Bioinformatics" and by a grant from the Italian Ministry of Health to UP.

This article has been published as part of BMC Bioinformatics Volume 10 Supplement 12, 2009: Bioinformatics Methods for Biomedical Complex System Applications. The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2105/10?issue=S12.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Luca Corradi.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

IP, PR and UP contributed to the design of the service. LC and LT contributed to the development and testing of the service. UP and VM defined the clinical use case and its test and validation. MF coordinated the work at University of Genoa and UP did the same at the National Cancer Research Institute. LT drafted the paper, and UP, VM, PR revised it. All authors read and approved the final manuscript. All authors contributed equally to this paper.

Luca Corradi, Valentina Mirisola, Ivan Porro, Livia Torterolo, Marco Fato, Paolo Romano and Ulrich Pfeffer contributed equally to this work.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://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

Corradi, L., Mirisola, V., Porro, I. et al. Survival Online: a web-based service for the analysis of correlations between gene expression and clinical and follow-up data. BMC Bioinformatics 10 (Suppl 12), S10 (2009). https://doi.org/10.1186/1471-2105-10-S12-S10

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-10-S12-S10

Keywords