Skip to main content

ExonMiner: Web service for analysis of GeneChip Exon array data

Abstract

Background

Some splicing isoform-specific transcriptional regulations are related to disease. Therefore, detection of disease specific splice variations is the first step for finding disease specific transcriptional regulations. Affymetrix Human Exon 1.0 ST Array can measure exon-level expression profiles that are suitable to find differentially expressed exons in genome-wide scale. However, exon array produces massive datasets that are more than we can handle and analyze on personal computer.

Results

We have developed ExonMiner that is the first all-in-one web service for analysis of exon array data to detect transcripts that have significantly different splicing patterns in two cells, e.g. normal and cancer cells. ExonMiner can perform the following analyses: (1) data normalization, (2) statistical analysis based on two-way ANOVA, (3) finding transcripts with significantly different splice patterns, (4) efficient visualization based on heatmaps and barplots, and (5) meta-analysis to detect exon level biomarkers. We implemented ExonMiner on a supercomputer system in order to perform genome-wide analysis for more than 300,000 transcripts in exon array data, which has the potential to reveal the aberrant splice variations in cancer cells as exon level biomarkers.

Conclusion

ExonMiner is well suited for analysis of exon array data and does not require any installation of software except for internet browsers. What all users need to do is to access the ExonMiner URL http://ae.hgc.jp/exonminer. Users can analyze full dataset of exon array data within hours by high-level statistical analysis with sound theoretical basis that finds aberrant splice variants as biomarkers.

Background

It is reported that some splicing isoform-specific transcriptional regulations are related to disease [1, 2]. To find disease specific transcriptional regulations, detection of disease specific splice variations is the first step. However, conventional microarrays that produce gene-level information are not suitable for this purpose. On the other hand, Affymetrix Human Exon 1.0 ST Array can measure exon-level expression profiles that are suitable to find differentially expressed exons in genome-wide scale. Affymetrix exon array can measure the transcript levels of more than 1,000,000 exons with 300,000 transcripts by about 6,500,000 probes.

We have developed a supercomputer-based web service named ExonMiner to analyze exon array datasets for detecting genes that are spliced into different isoforms in two types of cells in comparison, e.g. normal and cancer cells. There are some noncommercial standalone applications for analyzing exon array data: IGB [3] is an application for visualizing exon array data and ExACT [4] and Affymetrix Expression Console [5] are mainly focusing on normalizing exon array data. Also, Bioconductor [6] (exonmap [7]) focuses on annotation as well as normalization. The advantage of exonmap is that users can use other statistical tools implemented on R. These are well organized applications, however, these applications focus on data normalizations and we need to use other software for further analysis. Since ExonMiner is, however, an all-in-one web service on a supercomputer system, users can analyze more than 300,000 transcripts spotted on exon array by data normalization, two-way ANOVA analysis, visualization of the results, and detection of exon-level biomarkers. Based on our experiments, which used colon cancer exon array data that contains 20 exon arrays, on various situations of our system usages, the minimal computational time is four hours and the longest was finished in one day. We also observed that the average computational time of colon cancer example is about eight hours.

We have implemented ExonMiner on our Super Computer System https://supcom.hgc.jp/english/ in Human Genome Center, Institute of Medical Science, University of Tokyo and created GUI to use the all analysis tools of ExonMiner easily. An illustrative example of colon cancer exon array data analysis [8] is shown in the web site. ExonMiner has five advantages: (1) a statistical analysis framework, (2) analysis for all transcripts completed, (3) effective visualization with heatmap and barplot images, (4) sophisticated and easy-to-use web interface, and (5) useful hyperlinks to major public databases, e.g. PubMed and NetAffx.

As shown in latter sections, the method implemented in ExonMiner requires more computational time than other software, due to the nonparametric test based on bootstrapping. For example, we need to repeat bootstrap sampling more than 1,000 times for computing accurate p-values of statistical tests finding aberrant splice variations, it requires 1,000 times computation of usual statistical test of ANOVA with Gaussian error model. Therefore, we need high-performance parallel computing on Super Computer System. Also, more advanced methods implemented on ExonMiner in future possibly requires more computational resources, therefore, the use of Super Computer System can give flexible computational basis and is suitable for our purpose.

Data normalization

Before performing statistical analysis, we apply normalization method to raw exon array data. ExonMiner can remove a bias related to GC-content in each probe. The probes are categorized according to their GC-contents and GC-content specific bias will be removed from the probes in each category. ExonMiner uses two types of control for data normalization: One is the median value for each GC category and the other is based on antigenomic background probes. The antigenomic background probes are also categorized into GC categories and we compute their median values. The median value of the probe intensities in each GC category will be transformed by subtracting corresponding control value. In case that user chooses the median values of GC categories for control, the median of probe intensities in a GC category will be equal to one.

Two-way Analysis of Variance

Concept and Model

For using ExonMiner to detect aberrant splice variations, user needs to prepare at least two exon array data from a pair of cells. For example, in our illustrative example, one exon array is prepared for measuring exon profiles in colon cancer cell and the other exon array is used for normal cell. In this case, we can find aberrant splice variants in colon cancer by comparing with normal cells. In this purpose, we use two-way analysis of variance (ANOVA). Suppose that a gene (transcript cluster) is composed of the m exonic regions (exon clusters), and that x ijk is the background corrected probe intensity for the k th probe (k = 1, ⋯, n ij ) on the i th exon (i = 1, ⋯, m) of a transcript, i.e. this transcript has m exonic regions and each exonic region is spanned by n ij probes. Here the index j denotes the type of cells, e.g. j = 1 denotes normal cell and j = 2 for cancer cell. If we observe x ijk ≈ c for any i, j and k, the transcript does not show any transcriptional changes and splicing variations across cell types (j = 1, 2). If we observe that xi 1k≈ c1 and xi 2k≈ c2 (c1 ≠ c2) for any i and k, it indicates that this transcript was differentially expressed between two cells and this information is equivalent to usual microarray expression data like cDNA microarray, GeneChip and so on. On the other hand, x ijk ≈ c1 and xi'jk≈ c2 for any j, k and i ≠ i' hold where c1 ≠ c2 and c1, c2 > 0, it means that this transcript has splice variations but these splice variations are commonly occurred between cell types. Finally, if we observe that two cells show different splice patterns, we define them aberrant splice variations. We will capture this information by two-way ANOVA model. For ANOVA in exon array data analysis, see also [8–10].

For detecting transcripts that show aberrant splice variations, we use two-way ANOVA model defined byx ijk = μ + α i + β j + γ ij + δ ijk ,

where α i , β j and γ ij are parameters, ε ijk denotes the observational noise having zero mean and variance σ2, and μ represents an overall mean of the probe intensities. The parameter α i represents the baseline intensities in the i th exonic region (i = 1, ⋯, m), this parameter captures exon effect. The parameters β j (j = 1, 2) capture difference in the overall means between two cells, this difference is called overall gene effect. The γ ij s represent interaction effects for each combination of m exons and cell types, which is called effect of specific splice variations. The effects of these parameters are shown in Figure 1. A given statistical evidence that one or more γ ij s are different with the others suggests that alternative splicing is present in a particular cell, but absent in the other. We should note that MIDAS [11] is a similar method that uses ANOVA model to analyze exon array data, but MIDAS uses exon-level summarized data, while our model uses probe-level data. Also nonparametric test based on bootstrap method can be considered our advantage.

Figure 1
figure 1

The effects of two-way ANOVA parameters.

Statistical tests for detecting alternative splicing, differentially expression, and aberrant splice variations

The estimates of γ ij s could capture presence of aberrant splice variations. By the ANOVA model, the probe fluctuations are decomposed into three orthogonal effects, i.e. exon effect (α i ), overall gene effect (β j ) and effect of specific splice variations (γ ij ). The statistical significance of each effect can be evaluated by the following three tests:

Test 1 (Detection for exon effect):

H0: α i = 0 for all i.

H a : α i ≠ 0 at least one i.

Test 2 (Detection for overall gene effect):

H0: β1 = β2

Ha: β1 ≠ β2

Test 3 (Detection for effect of specific splice variations):

H0: γ ij = 0 for all i and j.

Ha: γ ij ≠ 0 for one or more pairs of (i, j).

Here H0 and Ha represent null and alternative hypotheses, respectively. Repeating these hypothesis tests for all transcript clusters, one can obtain the statistical evidences of aberrant splice variations which are scored by the computed p-values from Test 3. In ExonMiner, in addition to the usual F-test for test of parameter significance, the permutation method that is a nonparametric approach is developed to calculate the null distribution of the F-statistics; Fexon, Fgene and Fsas, for assessing significance of exon effect, gene effect and effect of specific splice variations, respectively. In order to evaluate the null distributions, we first generate a permutation set of samples by bootstrapping n = Σ ij n ij samples from x ijk s. Repeating this process B times, we can approximately evaluate the null distribution of each F* with the Q permutation statistics f 0 ∗ ( q ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOzay2aa0baaSqaaiabicdaWmaaCaaameqabaGaey4fIOcaaaWcbaGaeiikaGIaemyCaeNaeiykaKcaaaaa@328A@ , q = 1, ⋯, Q . Note that * can be replaced by exon, gene and sas. Subsequently, the p-value for a given test statistic F* = f* obtained from the original data set is calculated by

p ∗ = # { q : f 0 ∗ ( q ) ≥ f ∗ } Q MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiCaa3aaSbaaSqaaiabgEHiQaqabaGccqGH9aqpjuaGdaWcaaqaaiabcocaJiabcUha7jabdghaXjabcQda6iabdAgaMnaaDaaabaGaeGimaaZaaWbaaeqabaGaey4fIOcaaaqaaiabcIcaOiabdghaXjabcMcaPaaacqGHLjYScqWGMbGzdaWgaaqaaiabgEHiQaqabaGaeiyFa0habaGaemyuaefaaaaa@4273@

for each effect. In ExonMiner, users can choose parametric or nonparametric test for assessing significance of each parameter.

Meta Analysis

To detect aberrant splice variants as biomarkers, we need to check whether the detected aberrant splice variants are common in the targeted disease or not. In this purpose, we establish a statistical testing procedure based on meta-analysis [8]. Suppose that we have G pair of exon array datasets, i.e. normal and tumor exon expression data are measured from G patients. By performing the whole transcript analysis based on two-way ANOVA to G paired exon array datasets, one obtains a set of p-values for each effect, e.g. effect of specific splice variations (γ ij ), p 1 g , ⋯ , p r g MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiCaa3aa0baaSqaaiabigdaXaqaaiabdEgaNbaakiabcYcaSiabl+UimjabcYcaSiabdchaWnaaDaaaleaacqWGYbGCaeaacqWGNbWzaaaaaa@37C4@ , across patients, g = 1, ⋯, G. Here the total number of transcripts analyzed is denoted by r. Intuitively, a transcript having a small p-value is strongly associated with tumor formation. However, it is possible that some observed aberrant splice variants could be caused by the inter-individual differences of the analyzed samples. Our goal is to discover the "universal biomarkers", i.e. aberrant splice variations which are shared by most individuals with a particular diagnostic category.

Following this direction, we develop the statistical technique within the framework of meta-analysis based on the normal inversion method.

Let x i j k g MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiEaG3aa0baaSqaaiabdMgaPjabdQgaQjabdUgaRbqaaiabdEgaNbaaaaa@32E9@ denote the observed probe intensities of the k th probe which spans the i th exonic region for normal cell (j = 1) or target cell (j = 2) isolated from the g th individual. We assume that the probe intensities x i j k g MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiEaG3aa0baaSqaaiabdMgaPjabdQgaQjabdUgaRbqaaiabdEgaNbaaaaa@32E9@ of each individual can be modeled by the two-way ANOVA defined by

x i j k g = μ g + α i g + β j g + γ i j g + ε i j k g , MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiEaG3aa0baaSqaaiabdMgaPjabdQgaQjabdUgaRbqaaiabdEgaNbaakiabg2da9iabeY7aTnaaCaaaleqabaGaem4zaCgaaOGaey4kaSIaeqySde2aa0baaSqaaiabdMgaPbqaaiabdEgaNbaakiabgUcaRiabek7aInaaDaaaleaacqWGQbGAaeaacqWGNbWzaaGccqGHRaWkcqaHZoWzdaqhaaWcbaGaemyAaKMaemOAaOgabaGaem4zaCgaaOGaey4kaSIaeqyTdu2aa0baaSqaaiabdMgaPjabdQgaQjabdUgaRbqaaiabdEgaNbaakiabcYcaSaaa@5240@

for g = 1, ⋯, G. Given these models, the statistical hypothesis testing of each effect, for example, effect of specific splice variations, is formulated by

Test 4 (Detection for universal specific splice variations):

H0: γ i j g MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaeq4SdC2aa0baaSqaaiabdMgaPjabdQgaQbqaaiabdEgaNbaaaaa@31B8@ = 0 for all i, j and k.

Ha: γ i j g MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaeq4SdC2aa0baaSqaaiabdMgaPjabdQgaQbqaaiabdEgaNbaaaaa@31B8@ ≠ 0 for one or more tuple (i, j, g).

In order to assess the H0, we propose use of the normal inversion metric as a test statistic. Suppose that we have a set of p-values, p h 1 , ⋯ , p h G MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiCaa3aa0baaSqaaiabdIgaObqaaiabigdaXaaakiabcYcaSiabl+UimjabcYcaSiabdchaWnaaDaaaleaacqWGObaAaeaacqWGhbWraaaaaa@3772@ , for occurrence of the aberrant splice variations in the h th transcript cluster. The method first converts these p-values into the z-scores as z h g = Φ − 1 ( 1 − p h g ) MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xH8viVGI8Gi=hEeeu0xXdbba9frFj0xb9qqpG0dXdb9aspeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOEaO3aa0baaSqaaiabdIgaObqaaiabdEgaNbaakiabg2da9iabfA6agnaaCaaaleqabaGaeyOeI0IaeGymaedaaOGaeiikaGIaeGymaeJaeyOeI0IaemiCaa3aa0baaSqaaiabdIgaObqaaiabdEgaNbaakiabcMcaPaaa@3CAC@ , where Φ-1 is the inversion of the standard normal cumulative distribution function, and then computed integrated z-score as

z h = ∑ g = 1 G z h g G . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemOEaO3aaSbaaSqaaiabdIgaObqabaGccqGH9aqpjuaGdaWcaaqaamaaqadabaGaemOEaO3aa0baaeaacqWGObaAaeaacqWGNbWzaaaabaGaem4zaCMaeyypa0JaeGymaedabaGaem4raCeacqGHris5aaqaamaakaaabaGaem4raCeabeaaaaGaeiOla4caaa@3D7B@

The significance of Ha can be assessed based on the integrated p-value which is computed by transforming the z-score with the standard normal cumulative distribution function Φ as

p h integrated = 1 − Φ ( z h ) . MathType@MTEF@5@5@+=feaagaart1ev2aaatCvAUfKttLearuWrP9MDH5MBPbIqV92AaeXatLxBI9gBaebbnrfifHhDYfgasaacPC6xNi=xI8qiVKYPFjYdHaVhbbf9v8qqaqFr0xc9vqFj0dXdbba91qpepeI8k8fiI+fsY=rqGqVepae9pg0db9vqaiVgFr0xfr=xfr=xc9adbaqaaeGaciGaaiaabeqaaeqabiWaaaGcbaGaemiCaa3aa0baaSqaaiabdIgaObqaaiabbMgaPjabb6gaUjabbsha0jabbwgaLjabbEgaNjabbkhaYjabbggaHjabbsha0jabbwgaLjabbsgaKbaakiabg2da9iabigdaXiabgkHiTiabfA6agjabcIcaOiabdQha6naaBaaaleaacqWGObaAaeqaaOGaeiykaKIaeiOla4caaa@46AF@

We would like to show an actual example of meta-anlaysis. In Yoshida et al. [8], colon cancer exon array dataset was analyzed by primary version of ExonMiner. In this anlaysis, based on the Test 3 of ANOVA, gene MUC17 (Accession ID: NM_001040105) has p-values for ten patients:

p h 1 = 0.313; p h 2 = 0.0005; p h 3 = 0.0005; p h 4 = 0.8964; p h 5 = 0.8201;

p h 6 = 0.0002; p h 7 = 0.6549; p h 8 = 0.0179; p h 9 = 0.0522; p h 10 = 0.1664.

These p-values are transformed into z-scores as:

z h 1 = 0.487; z h 2 = 3.291; z h 3 = 3.291; z h 4 = -1.261; z h 5 = -0.916;

z h 6 = 3.540; z h 7 = -0.399; z h 8 = 2.099; z h 9 = 1.624; z h 10 = 0.968.

The integrated z-score is 4.023 and the integrated p-value is obtained as 2.86 × 10-5.

In the colon cancer example, we compute q-values from integrated p-values of meta-analysis, the list of the genes identified as having aberrant splice variations including exon skipping/retaining has 10% False Discovery Rate (FDR) that corresponds to q-value < 0.1. In the above MUC17, the q-value is 0.0345 and it is determined as significant. The computation of q-value is shown in Yoshida et al. [8].

By using exon array data with ExonMiner, it is possible to detect alternative splicing like exon skipping/retaining, alternative usage of donor and acceptor splice sites and so on. However, since exon array does not have junction probes, custom array with junction probes or PCR method are needed for further analysis of detecting exact patterns of splice isoforms.

Implementation

Data upload

The users are required to upload their exon array data. We prepared an FTP service for data upload. A reason for choosing FTP service for our system is that a large dataset can easily be uploaded. To increase the security level, we prepare one time account and password for FTP service. Note that one time account and password are different from the pair for login account and password of ExonMiner.

Statistical analysis engine

ExonMiner performs ANOVA for each transcript. To test the significance of each effect in ANOVA described in previous section, we implemented two types of tests: one is based on Gaussian noise model and it performs F-test, the other is based on nonparametric approach using bootstrap method. In the nonparametric approach, we need to compute test statistics repeatedly and it needs enormous computation. Therefore we implemented the ANOVA program by Fortran and optimized for high performance computing described in the latter section.

Visualization engine

The information of exon expression pattern for each transcript needs to be shown visually. We have developed two types of image generators and can make heatmap and barplot images optimized for exon array data. These images are generated by using R. The graphics library is originally developed.

Database

For the management of user information and probe annotation information, we use MySQL database server. For constructing a highly secure system, user login information is encrypted and stored in MySQL database. By keeping probe annotation information into MySQL database, users are not necessary to explore other databases. Thus ExonMiner is an all-in-one web service.

High performance computing on supercomputers

Since ANOVA for the full set of transcripts needs high performance computing, we perform each ANOVA computation in parallel on our supercomputer system. Our supercomputer system has eight Sun Fire 15 k and at most 700 CPUs can be used for parallel statistical computation by using Sun Grid Engine.

Web interface

In ExonMiner, PHP scripts deal with connections between front end users and our supercomputer system and dynamically generate images by executing visualization engine described above based on user input. PHP scripts generate HTML web pages with a uniformed style that increases usability.

Results and discussions

Overview of ExonMiner

Create user account

Figure 2 shows a flowchart of ExonMiner. First, a user account will be created by request to ExonMiner. Figure 3 shows the web page for user account registration. By filling the registration form, an e-mail with (1) ID (username), (2) login password and (3) confirmation URL will be sent to the user. Accessing the confirmation URL, the user ID will be activated and the personal page for the user is dynamically created.

Figure 2
figure 2

A flowchart for an analysis in ExonMiner.

Figure 3
figure 3

A snapshot of the account registration screen.

FTP for data upload

For the upload of your data, you need to use FTP. For using FTP service in ExonMiner, user needs to get one time password and account for FTP.

Note that the account of FTP is different from login account. Using the one time password, the user can upload CEL (TEXT) files archived by ZIP via FTP. ExonMiner supports CEL files as TEXT format (this CEL file is recognized as version 4), usual CEL files are, however, BINARY format (this CEL file is recognized as version 3). To convert BINARY CEL files (version 3) in TEXT format (version 4), "CEL File Conversion Tool" provided by Affymetrix Inc. is available [12].

Analysis options

User should fill up all of the analysis options. Then user will start the analysis. User must select all (A) – (I) options in Figure 4 to start a statistical analysis by two-way ANOVA and meta-analysis.

Figure 4
figure 4

A snapshot of the analysis option selection screen.

  1. (A)

    Description: you can add a brief description of your analysis. It may be convenient that you put a name of this analysis to organize your analyses.

  2. (B)

    Select probe levels: you can select the level of expression information in exon array. Transcript Level: For transcripts, there are three levels, core, extended and full transcripts, according to their information quality based on their information sources. Like transcript level, user can choose Probe Level and Exon Resolution.

  3. (C)

    Select GFF: you can select chromosomes. Transcripts on the selected chromosomes will be analyzed. This selection can reduce computational time.

  4. (D)

    Select which CEL file is a patient or a control: user adds the outcome information to each CEL file you have uploaded by FTP.

  5. (E)

    Preprocessing data (background correction): user selects the type of normalization method. GC-content: the median values in the same GC-content probe groups are used as control values. Antigenomic background: the median values in the same GC-content antigenomic background probes are used as control values.

  6. (F)

    Preprocessing data (GC-content threshold): it is a possible case that probes with high GC-content work as noise. So you can remove such probes. In default, the probes with 20 or more GC-content are removed. If you want to use the all probes for analysis, you choose 26 as the cut-off.

  7. (G)

    Analysis type (model): user selects the analysis type from the following three types – Don't analyze: ExonMiner does not perform ANOVA. Only visualization and sequence information are available. Parametric analysis: Gaussian distribution is assumed as the noise model. Nonparametric analysis: ExonMiner does not assume any distributions for the noise model. Bootstrap test will be applied for computing p-values.

  8. (H)

    Analysis type (threshold for the number of probes): ExonMiner ignores probesets or exon clusters with small number of probes for stabilizing the results of ANOVA. You can choose this cut-off by this option.

  9. (I)

    Nonparametric analysis options: the number of bootstraps in nonparametric ANOVA is specified by this option.

Visualization of the results

Setting the all options, user can start the analysis. When the analysis is completed, ExonMiner sends an e-mail to the user to announce that the calculation is finished. After that, the user can view result pages of the analysis with heatmaps, barplots, sequence information and calculated p-values of two-way ANOVA and results of meta-analysis. A screen shot of ExonMiner is given in Figure 5. In this figure, you can see the results of LGR5. LGR5 is one of the most significant genes in colon cancer exon arrays reported by Yoshida et al. [8]. The colon cancer exon array data are provided by Affymetrix. We can reach the information for each transcript by either gene symbol or transcription cluster ID. The heatmap (A) represents the exon profiles of LGR5. The user can download the heatmap image as bitmap or postscript file. Sequence information (B) for the transcript is shown with hyperlinks to the external web sites, Entrez [13] and NetAffx [14]. The table (C) shows calculated ANOVA p-values. User can view the barplot image of normalized exon expression for a pair of cells from the View hyperlinks. The p-values for parameters calculated in meta-analysis are shown in the bottom table. The user can download results in one Excel file.

Figure 5
figure 5

A snapshot of the analysis result viewer.

Instead of the heatmap image, ExonMiner can produce barplot images. Figure 6 is a barplot image for LGR5. A barplot image has three bar-graphs. Red bar-graph shows probe intensities in exon array of colon cancer cell and green bar-graph shows probe intensities in exon array of normal cell. We show the bars with lower intensities in dark color. If the color of the bar on a dark bar is red, the cell type of the dark bar is normal (green) and vice versa. By using dark bar-graph, the users easily find the differences of exon expressions between two cells. For example, from Figure 6, we can find that the exon expression levels of colon cancer cell are higher than those of normal cell in many exonic regions.

Figure 6
figure 6

A sample barplot image for each exon expression level.

Availability and requirements

Conclusion

ExonMiner is an all-in-one web service well suited for analysis of exon array data. Since it does not require any installation of software except for internet browsers, what all users need to do is to access the ExonMiner URL http://ae.hgc.jp/exonminer. ExonMiner can perform not only visualization of exon array data, but also can perform data normalization and user customized statistical analysis that is hard to run on a single computer. With the support of supercomputers in Human Genome Center, Institute of Medical Science, University of Tokyo, users can analyze full dataset of exon array data within hours with results of meta-analysis that finds aberrant splice variants as biomarkers.

References

  1. Richard DJ, Schumacher V, Royer-Pokora B, Roberts SGE: Par4 is a coactivator for a splice isoform-specific transcriptional activation domain in WT1. Genes Dev 2001, 15(3):328–339.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Gruber FX, Hjorth-Hansen H, Mikkola I, Stenke L, Johansen T: A novel Bcr-Abl splice isoform is associated with the L248V mutation in CML patients with acquired resistance to imatinib. Leukemia 2006, 20: 2057–2060.

    Article  CAS  PubMed  Google Scholar 

  3. IGB[http://www.affymetrix.com/support/developer/tools/affytools.affx]

  4. ExACT[http://www.affymetrix.com/products/software/specific/exact.affx]

  5. Affymetrix Expression Console[http://www.affymetrix.com/products/software/specific/expression_console_software.affx]

  6. 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(10):R80.

    Article  PubMed Central  PubMed  Google Scholar 

  7. Okoniewski MJ, Yates T, Dibben S, Miller CJ: An annotation infrastructure for the analysis and interpretation of Affymetrix exon array data. Genome Biol 2007, 8(5):R79.

    Article  PubMed Central  PubMed  Google Scholar 

  8. Yoshida R, Numata K, Imoto S, Nagasaki M, Doi A, Ueno K, Miyano S: Computational genome-wide discovery of aberrant splice variations with exon expression profiles. Proc IEEE 7th International Symposium on Bioinformatics & Bioengineering 2007, 715–722.

    Google Scholar 

  9. Yoshida R, Numata K, Imoto S, Nagasaki M, Doi A, Ueno K, Miyano S: A statistical framework for genome-wide discovery of biomarker splice variations with GeneChip Human Exon 1.0 ST Arrays. Genome Informatics 2006, 17(1):88–99.

    CAS  PubMed  Google Scholar 

  10. Gardina PJ, Clark TA, Shimada B, Staples MK, Yang Q, Veitch J, Schweitzer A, Awad T, Sugnet C, Dee S, Davies C, Williams A, Turpaz Y: Alternative splicing and differential gene expression in colon cancer detected by a whole genome exon array. BMC Genomics 2006, 7: 325.

    Article  PubMed Central  PubMed  Google Scholar 

  11. Affymetrix: Alternative transcript analysis methods for exon arrays. Affymetrix Whitepaper 2005.

    Google Scholar 

  12. http://www.affymetrix.com/Auth/support/developer/downloads/Tools/CelFileConversion.ZIPCell File Conversion Tool[http://www.affymetrix.com/Auth/support/developer/downloads/Tools/CelFileConversion.ZIP]

  13. Schuler GD, Epstein JA, Ohkawa H, Kans JA: Entrez: molecular biology database and retrieval system. Methods Enzymol 1996, 266: 141–162.

    Article  CAS  PubMed  Google Scholar 

  14. Liu G, Loraine AE, Shigeta R, Cline M, Cheng J, Valmeekam V, Sun S, Kulp D, Siani-Rose MA: NetAffx: Affymetrix probesets and annotations. Nucleic Acids Res 2003, 31(1):82–86.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

The authors would like to thank the three reviewers for their constructive comments and suggestions that improved the quality of the paper considerably. The authors also wish to thank the Affimetrix Japan Inc. for their allowance to link to their web site: NetAffx, and for their helpful suggestions. ExonMiner was supported by Human Genome Center, Institute of Medical Science, University of Tokyo.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Satoru Miyano.

Additional information

Authors' contributions

KN, AS and MN designed ExonMiner and KN implemented. KN and AS prepared the figures. RY and SI developed statistical analysis in ExonMiner. SM supervised the project. KN wrote the manuscript.

Kazuyuki Numata contributed equally to this work.

Authors’ original submitted files for images

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

Numata, K., Yoshida, R., Nagasaki, M. et al. ExonMiner: Web service for analysis of GeneChip Exon array data. BMC Bioinformatics 9, 494 (2008). https://doi.org/10.1186/1471-2105-9-494

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-9-494

Keywords