Skip to main content
  • Methodology article
  • Open access
  • Published:

A statistical approach for 5′ splice site prediction using short sequence motifs and without encoding sequence data

Abstract

Background

Most of the approaches for splice site prediction are based on machine learning techniques. Though, these approaches provide high prediction accuracy, the window lengths used are longer in size. Hence, these approaches may not be suitable to predict the novel splice variants using the short sequence reads generated from next generation sequencing technologies. Further, machine learning techniques require numerically encoded data and produce different accuracy with different encoding procedures. Therefore, splice site prediction with short sequence motifs and without encoding sequence data became a motivation for the present study.

Results

An approach for finding association among nucleotide bases in the splice site motifs is developed and used further to determine the appropriate window size. Besides, an approach for prediction of donor splice sites using sum of absolute error criterion has also been proposed. The proposed approach has been compared with commonly used approaches i.e., Maximum Entropy Modeling (MEM), Maximal Dependency Decomposition (MDD), Weighted Matrix Method (WMM) and Markov Model of first order (MM1) and was found to perform equally with MEM and MDD and better than WMM and MM1 in terms of prediction accuracy.

Conclusions

The proposed prediction approach can be used in the prediction of donor splice sites with higher accuracy using short sequence motifs and hence can be used as a complementary method to the existing approaches. Based on the proposed methodology, a web server was also developed for easy prediction of donor splice sites by users and is available at http://cabgrid.res.in:8080/sspred.

Background

Splice sites are the regions, where introns are excised from the pre-mRNA leaving the exons alone. In general, exon-intron boundary is called donor (5′) splice site and is conserved with di-nucleotide GT whereas intron-exon boundary is called acceptor (3′) splice site and is conserved with di-nucleotide AG, together known as canonical splice sites. Approximately 99% of the splice sites are canonical GT-AG type in humans [1]. Analysis of the splice sites is very important field of computational biology due to their key role in prediction of the exon-intron structure of protein coding genes.

Recognition of splicing in short reads poses a challenge because they often align to numerous places in a genome, and often lack insufficient sequence specificity on one or both ends of exon-exon junction to accurately define junction [2]. Moreover, to utilize short reads generated from the next generation sequencing technology for transcriptome sequencing and gene structure identification, one need to align accurately the sequence reads over intron boundaries and splice site prediction helps to improve the alignment quality [3]. Therefore, it is required to develop methodology to predict splice variants using short reads or sequence with short window size.

Although, there exists methods like Weighted Matrix Method (WMM) [4], Weighted Array Model (WAM) [5], Logit linear model [6] etc. for the prediction of splice sites, most of the methods are based on Classification tree [7]-[9], Artificial Neural Networks (ANNs) [10]-[13] and Support Vector Machines (SVMs) [14]-[21]. In splice site prediction using Machine Learning Approaches (MLAs) like ANN and SVM, initially the splice sites are encoded into numeric form and then the encoded data is used as input for prediction [19],[22],[23]. Although, most of these methods have shown high prediction accuracy i.e., >90%, the lengths of window sizes used are longer i.e., more than 40 base pairs (bp) [16],[20],[22],[23]. Hence, these approaches may not be suitable for predicting splice variants using short sequence reads generated from next generation sequencing technologies.

In the present study, an attempt has been made to develop a method for the prediction of donor splice sites, using shorter window size, based on the idea of di-nucleotide association. The proposed method can be used to predict the donor splice sites without encoding sequence data usually required in MLAs. The process of sequence data encoding is one step more for the prediction that may require additional memory/storage allocation. Besides, the results (prediction accuracy) also vary with different encoding approaches. The proposed method was also compared with the commonly used methods that are based on short sequences and without encoding the sequence data.

Methods

Data

True Splice Site (TSS) and False Splice Site (FSS) sequences were collected from Homo Sapiens Splice Site Dataset (HS3D) available at URL: (http://www.sci.unisannio.it/docenti/rampone/) [24]. The collected dataset contains 2796 TSS and 90924 FSS sequences corresponding to 622 and 125 genes respectively. The length of each sequence is 140 bp having 70 bp on both the exon and intron side with conserved GT at 71st and 72nd positions. From the collected data, it was found that the maximum number of TSS present in a gene is around 50 whereas the maximum number of FSS is around 8000, which implies imbalanced-ness between the presence of TSS and FSS in a gene.

Associations among nucleotides

Here, we propose an approach for finding associations among nucleotides in the splice site motifs and is explained as follows:

Consider a sequence dataset having N sequences of equal length P and let S k  = (x 1k, x 2k, …, x Pk ), x ik  {A, T, G, C} ; i = 1, 2, …, P be the k th sequence. Then for the i th position, the occurrence of base s is described by an indicator variable I is i.e.,

I is =I x i k = s = 1 , if s occurs 0 , otherwise i=1,2,,P;s A , T , G , C ;k=1,2,,N

Now, the proportion of base s occurring at the i th position is given by

p X i = s = 1 N k = 1 N I x i k = s ;s A , T , G , C

and the proportion of base s and t occurring together at i th and j th position respectively is given by

p X i = s , X j = t = 1 N k = 1 N I x i k = s I x j k = t ;s,t A , T , G , C

The association between base s and t at i th and j th position respectively is then computed as

a i , j s , t = k = 1 N I x i k = s I x j k = t k = 1 N I x i k = s . k = 1 N I x j k = t ij
(1)

The range of this association lies between 0 (no association) and 1 (complete association). A “no association” situation occurs when base s at i th position and base t at j th position do not occurs together in any of the N sequences i.e., k = 1 N I x i k = s I x j k = t =0 and hence a i,j(s, t) = 0. On the other hand, whenever s occurs at i th position, t occurs at j th position correspondingly in all the N sequences then there exist a complete association between s and t, i.e., k = 1 N I x i k = s I x j k = t = k = 1 N I x i k = s = k = 1 N I x j k = t =C say and hence a i , j s , t = C C . C =1.

However, for i = j, the association between base s and t can be calculated using the formula

a i , i s , t = k = 1 N I x i k = s . k = 1 N I x i k = t N k = 1 N I x i k = s . N k = 1 N I x i k = t if s t 1 if s = t
(2)

following the theory of multinomial distribution. Here, every position can be modeled empirically with a tetranomial (multinomial with four different outcomes corresponding to nucleotides A, T, G and C) distribution, where the probability of success of each outcome can be computed empirically from the position-wise aligned sequence data as p s i = 1 N k = 1 N I x i k = s , where p(s i ) is the probability of the outcome s at i th position; i = 1, 2, …, P and s {A, T, G, C}.

More elaborately, the association matrix between base s and t occurring at i th and j th positions respectively in splice site sequences can be constructed as;

a 1 , 1 s , t a 1 , j s , t a 1 , P s , t a i , 1 s , t a i , j s , t a i , P s , t a P , 1 s , t a P , j s , t a P , P s , t

where, the off-diagonal and diagonal elements of the matrix will be obtained by using the equation (1) and (2) respectively.

The prediction approach is based on the di-nucleotide dependencies at all possible pairs of positions for a given window size and that became motivation for determining the window size on the basis of di-nucleotide association. Thus, the said association measure was introduced. The proposed association measure seems to be more informative than the existing position wise measures because (i) in the position-wise association (or mutual information) [25] only a single observation is obtained between any two positions whereas in the proposed association measure there will be 16 observations between any two positions and (ii) the positional level associations are the function of nucleotide level associations. This approach can also be used for finding the associations in any position-wise aligned sequence dataset having sequences of equal length, provided the number of sequences in the dataset is large i.e., the probability of occurrence of any base at any position should be non-zero.

Splice site prediction approach

The value (1, 0) of the indicator variable I is (defined in the previous sub-section) is considered as the observed value for the base s at i th position in the motif and the estimated value of base s at i th position given base t at j th position is computed as E(I is |I jt ), where j ≠ i. Since the expectation of an indicator variable is nothing but probability, E(I is |I jt ) = p(s i |t j ) j ≠ i ; s, t {A, T, G, C}, which is the proportion of base s at i th position given base t at j th position. More elaborately,

E I is | I j t =p s i | t j = k = 1 N I x i k = s I x j k = t k = 1 N I x j k = t

Now, the Sum of Absolute Error (SAE) for the i th position is computed as

S A E i = j = 1 ; j i P 1 p s i | t j + 0 1 p s i | t j = 2 j = 1 ; j i P 1 p s i | t j = 2 P 1 2 j = 1 ; j i P p s i | t j

Hence, the SAE over all positions (SAEap) for the sequence of length P is given by S A E a p = i = 1 P S A E i =2 i = 1 P j = 1 ; j i P 1 p s i | t j =2P P 1 2 i = 1 P j = 1 ; j i P p s i | t j

Prediction of test instance

The following steps are followed for prediction of a test instance

  1. 1.

    Compute the SAE of the test instance by assuming it as TSS ( S A E a p T ) i.e., the SAE ap of the test instance will be calculated by using the conditional probability p(s i |t j ) based on the training dataset of TSS.

  2. 2.

    Compute the SAE of the test instance by assuming it as FSS ( S A E a p F ) i.e., the SAE ap of the test instance will be calculated by using the conditional probability p(s i |t j ) based on the training dataset of FSS.

  3. 3.

    Compute the difference i.e., dSAE a p T F = S A E a p T S A E a p F = 2 i = 1 P j = 1 ; j ¹ i P p s i | t j T 2 i = 1 P j = 1 ; j ¹ i P p s i | t j F

  4. 4.
    if dSAE a p T F < ε , the instance is predicted a s T S S if dSAE a p T F ε , the instance is predicted a s F S S ;εR

For estimating the threshold value (ε), the following steps are followed:

  1. I.

    Take a random data set (containing 60% of observations) from the original data set and divide it into 10 non-overlapping sets with each set containing approximately same number of TSS and FSS.

  2. II.

    Everytime, use one set of TSS and FSS together as a test set and remaining nine sets of TSS and FSS together as a training set.

  3. III.

    Calculate the performance accuracy in terms of sensitivity and specificity using the test dataset.

  4. IV.

    Calculate the performance accuracy for different threshold values for each test set and retain the value of threshold where specificity = sensitivity.

  5. V.

    Obtain the final threshold value by taking the average of the threshold values over ten test sets.

Heat map generation

All the sequences in TSS and FSS were used to generate the association matrices, where the length of each sequence used was 20 bp having 10 bp on both side of conserved di-nucleotide GT at the beginning of the intron. The sequence length of 20 bp was considered initially to have an idea on the associations among nucleotides at splice sites. However, the sequence length can be increased if the association patterns are expected beyond the considered sequence length.

The association matrices were obtained for all the 16 di-nucleotide combinations separately for TSS and FSS. Out of these, only 10 combinations i.e., AA, AT, AG, AC, TT, TG, TC, GG, GC and CC are required to fully portrait the association structure and the remaining 6 associations i.e., TA, GA, GT, CA, CT and CG can be obtained by taking the transpose of the associations AT, AG, TG, AC, TC and GC respectively. For example, the association matrix generated using association between G and T is the transpose of the association matrix generated using association between T and G. The association matrices obtained from TSS and FSS were merged separately and heat maps were generated using the stats package of R-software to visualize the association pattern. The association pattern was used to determine the window size.

Redundancy check and similarity search

A redundancy check was performed on the dataset with the determined window size to remove the duplicate sequences (100% identical) as non-removal of such sequences may lead to biasness (in terms of prediction accuracy) towards the class having larger proportion of duplicate sequences. The duplicate sequences within TSS and FSS were removed first and then the sequences present in TSS were removed from the FSS.

After removing the duplicate sequences, sequence distribution was analyzed by performing a similarity search (using a developed R-code), where each sequence of TSS was compared with the other sequences of TSS as well as with all the sequences of FSS and vice versa. The percentage of similarity between any two sequences was calculated by assigning a score of 1 and 0 for every match and mismatch in nucleotides respectively and the same is explained below for two sample sequences.

Sequence 1: ATTCGTCATG

Sequence 2: TCTAGTTACG

Score : 0010110101

Similarity (%)=(5/10)*100=50

The necessity of similarity search lies in the fact that if there exists similarity within TSS & FSS and the sequences of TSS are completely distinct from the sequences of FSS (i.e., zero similarity) then it is obvious that the classification accuracy by using such datasets as training and test set will be greater. However, the TSS and FSS sequences occur in the nature are not completely distinct from each other. Therefore, there should be similarity between the sequences of TSS and FSS dataset to judge the actual predictive ability of the prediction method.

Performance comparison using HS3D dataset

The dataset with the determined window size, obtained after redundancy check, was used to compare the performance of the proposed approach with that of existing score based approaches, viz., Maximum Entropy Model (MEM) score [26], Maximal Dependency Decomposition (MDD) score [7], Weighted Matrix Method (WMM) score [4] and Markov model of first order (MM1) score. The comparison was made using Receiving Operating Characteristics (ROC) curves, Precision-Recall (PR) curves, estimates of Area Under ROC curves (AUC-ROC) and Area Under PR curves (AUC-PR). For the purpose of comparison, the scores of MEM, MDD, WMM and MM1 were obtained by executing the MaxEntScan (a web server) using the considered dataset. The web server is available at http://genes.mit.edu/burgelab/maxent/Xmaxentscan_scoreseq.html.

ROC and PR analysis

An ROC graph depicts the relative trade-offs between true positives and false positives. It compares the classifiers' performance across the entire range of class distributions and error costs. To measure the performance accuracy of the proposed approach and to compare it with the existing approaches, ROC curves were plotted and the AUC-ROC values were also computed. Further, the statistical comparison between two ROC curves was made by using the Standard Error (SE) of AUC-ROC [27], which was computed as

SE= θ 1 θ + N T S S 1 Q 1 θ 2 + N F S S 1 Q 2 θ 2 N T S S . N F S S ,

where Q 1 = θ 2 θ and Q 2 = 2 . θ 2 1 + θ and N(TSS), N(FSS) and θ are the number of positive instances (TSS), number of negative instances (FSS) and estimate of AUC-ROC respectively.

Since AUC-ROC is invariant to the class-skew, it is not an appropriate measure under imbalanced data situation and hence in addition to the AUC-ROC, PR curves and AUC-PR were also used for evaluating the performance. PR curves were obtained by taking Recall on the X-axis and Precision on the Y-axis, where the correct Recall-Precision points were obtained by using the interpolation technique suggested by Davis and Goadrich [28]. The interpolation technique is described as follows:

Let A and B be two points, which are far apart in Precision-Recall space and is generated from true positive (TPA) and false positive (FPA) counts, where TPA ≤ TPB and FPA ≤ FPB. Then, interpolation is done between the counts TPA and TPB, and FPA and FPB to create intermediate points between A and B. The intermediate TP counts are created as TPA + 1; TPA + 2; …;TPB -1 and corresponding FP are obtained by linearly increasing the false positives for each new point by the local skew F P B F P A T P B T P A .

Evaluation with varying window sizes

To be more confident with the determined window size, the performance of the proposed approach was also analyzed with other window sizes in addition to the determined window size. The redundancy checks were also performed for different window sizes, in the similar way as described earlier.

Evaluation using imbalanced dataset

To assess the performance of the proposed approach with respect to different degrees of imbalanced-ness, along with the balanced dataset three more datasets were prepared containing TSS and FSS in the proportions of 1:2.5, 1:5 and 1:7.5 respectively. The proposed approach was executed using these datasets and the performances were assessed by plotting the ROC and PR curves using the results obtained from the 10-fold cross validation technique.

Performance comparison using DGSplicer dataset

To check the consistency of the proposed prediction approach, a comparison was also made with the other considered approaches using the bench mark DGSplicer dataset available at URL: http://www.fruitfly.org/data/seq_tools/datasets/Human/GENIE_96/splicesets/. The collected dataset contains 2359 TSS and equal number of FSS with window size of 9 bp long. Comparison between the proposed approach and other considered approaches was made using ROC curves, PR curves, estimates of AUC-ROC and AUC-PR.

Evaluation with redundant test dataset

In addition to the performance evaluation using non-redundant test dataset, the performance of the proposed approach along with the other approaches were also evaluated using the test dataset having redundant sequences. To evaluate the performance, 4 datasets are prepared in which one is balanced and other three are imbalanced. The performances were assessed in terms of AUC-ROC and AUC-PR.

Web server

A web interface was developed to help the biological community for the prediction of donor splice sites using the developed approach. It was developed using HTML and PHP, where the developed R-code was executed in the background upon the submission of a single or multiple nucleotide sequences in FASTA format. To submit the sequence(s), the facilities for both pasting the sequence(s) in a text area and uploading a FASTA file are provided. The processed results are displayed in the same page and a link is provided for downloading the original result file.

Results

Heat maps and window size

From the heat map of TSS (Figure 1a), it is seen that the positions in the signal region are associated with each other and the positions away from the signal region have association with the positions in the signal region as well. Further, it is observed that most of the associations are found between 29–64 units (each unit correspond to the occurrence of one nucleotide at a given position i.e., every position will have 4 units), which corresponds to position number 8–16 out of considered 20 positions in the motif. On the other hand, from the heat map of FSS (Figure 1b), it is noticed that no such association pattern among the positions is present. Taking the above association pattern into consideration, the window size determined was of length 9 bp.

Figure 1
figure 1

Heat map of TSS and FSS. Heat maps of (a) TSS and (b) FSS were generated by using corresponding association matrices. Association matrices were generated by taking 20 positions (10 positions at the exon end and 10 positions excluding GT at the intron start). Since each position corresponds to four indicator variables, hence the heat map generated is of order 80 × 80 units and the units between 29–40 indicates 3 bp at the exon end and 41–64 units for 6 bp at the intron start. There exist distinct association pattern among the positions around the conserved di-nucleotide GT in TSS. On the other hand, such association pattern is absent in case of FSS.

Redundancy and similarity analysis

The redundant sequences were removed from the resulting data set of 9 bp window size and a total number of 1960 unique TSS and 59097 unique FSS were obtained. The similarity search performed on the unique TSS and FSS (number of FSS are kept equal to the number of TSS and are drawn at random from the available unique FSS) datasets revealed that at most 77% similarity exists within and between TSS and FSS. It is observed that each sequence of TSS shows 77% (orange) similarity with on an average 39 (2% of 1960) sequences of TSS (Figure 2a) and 4 (0.02% of 1960) sequences of FSS (Figure 2c). On the other hand, each sequence of FSS shows 77% (orange) similarity with on an average 6 (0.03% of 1960) sequences of FSS (Figure 2b) and 39 (2% of 1960) sequences of TSS (Figure 2d). This implies the existence of similarity among sequences within and between the classes.

Figure 2
figure 2

Percentage of similarity within and between TSS and FSS. It shows different percentages of similarity that exists (a) within TSS (b) within FSS (c) TSS with FSS (d) FSS with TSS. The value inside parenthesis indicates the proportion of similar sequences with corresponding percentage of similarity (same color) shown below the parenthesis. It can be noticed that there exist a maximum of 77% similar sequences within and between TSS and FSS.

In addition to the determined 9 bp window size, four more window sizes of lengths 7 bp, 8 bp, 10 bp and 11 bp were also considered in the vicinity of the splice junction to assess the effect of window sizes on prediction accuracy. The number of non-redundant sequences obtained from the TSS and FSS datasets with the above window sizes is given in Table 1.

Table 1 Threshold values and estimates of AUC-ROC for the proposed approach under different window sizes

Performance with balanced data

The threshold value for the 9 bp window size was obtained as −7.16 (for details, see Additional file 1) and threshold values for the other window sizes are obtained in similar way (Table 1). The performance accuracy of the proposed approach for different window sizes with the balanced dataset is shown in the Figure 3 and Table 1 in terms of ROC and AUC-ROC respectively. For the balanced dataset, same numbers of FSS as TSS were drawn at random from the unique FSS dataset. For example, in case of 7 bp window size the number of unique TSS are 770 and unique FSS are 12805. So, 770 unique FSS need to be drawn at random from the dataset of 12805 unique FSS to get a balanced dataset. Though from Figure 3 it is difficult to choose the better ROC curve, it is observed that the estimate of AUC-ROC is highest for 9 bp window size as compared to the others (Table 1).

Figure 3
figure 3

ROC curves for the proposed approach under balanced situation with different window length (WL).

Performance with imbalanced data

Since 9 bp window size is found more preferable window size under balanced situation, the same size was considered for the imbalanced situation also. The total number of TSS and FSS with different proportion, as discussed in the implementation section, is given in Table 2. Here, the numbers of FSS were drawn at random from the dataset of 59097 unique FSS. The performance of the proposed approach with respect to imbalanced dataset was assessed using 10-fold cross validation technique. The threshold values were remain same for the dataset with different degrees of imbalanced-ness under a given window size because the SAE values were calculated class wise and sensitivity, specificity used to determine the threshold values are invariant to class skew (for details, see Additional file 1). From the ROC curves (Figure 4a), it is seen that the AUC-ROC is almost same for the dataset with different degrees of imbalanced-ness as AUC-ROC is invariant to class skew. However, from the PR curves (Figure 4b) the performance of the proposed approach under balanced situation seems to be better than that of imbalanced situation and this may be due to the fact that the performance of a random guesser is equals the fraction of positive data points in an imbalanced dataset having large number negative data points as compared to positive data points.

Table 2 Number of non-redundant TSS and FSS sequence under different degrees of imbalanced-ness
Figure 4
figure 4

ROC and PR curves for the proposed prediction approach. (a) ROC curves and (b) PR curves are plotted using sensitivity and specificity, obtained from the test sets of 10-fold cross validation, under different degrees of imbalanced-ness. Red color curve denotes the curve for the balanced data. Green, blue and purple are the curves for the dataset with different degrees of imbalanced-ness indicated as legend. Legends for PR curves are same as the legends for ROC curves.

Comparative analysis using non-redundant HS3D dataset

The performance of the proposed approach is compared with the existing approaches using ROC curves (Figure 5A), PR curves (Figure 5B), estimates of AUC-ROC and AUC-PR (Table 3). It is observed that the values of AUC-ROC for MEM, MDD and SAE are almost same under both balanced and imbalanced situation and higher than that of WMM and MM1. It is further observed that the values of AUC-PR for MEM and SAE are at par.

Figure 5
figure 5

ROC and PR curves for different splice site prediction approaches using HS3D dataset. (A) ROC curves and (B) PR curves for the proposed (SAE) and other considered approaches in prediction of donor splice sites are plotted for (a) balanced dataset and imbalanced dataset having unequal number TSS and FSS i.e., (b) 1960 & 5000, (c) 1960 & 10000 and (d) 1960 & 15000 respectively.

Table 3 Estimates of AUC-ROC and AUC-PR for the proposed approach and other considered approaches (non-redundant case)

Comparative analysis using redundant DGSplicer dataset

The ROC and PR curves for the DGSplicer dataset are plotted in Figure 6 and AUC-ROC, AUC-PR is presented in Table 4. From the table it is observed that the AUC-ROC for SAE and MDD are almost same and is very close to that of MEM. However, AUC-PR is almost similar for SAE and MEM and is slightly better than that of MDD. After looking at the overall performances, it is inferred that the SAE, MEM and MDD are performing at par and are better than the WMM and MM1.

Figure 6
figure 6

ROC and PR curves for the proposed approach and other considered approaches using DGSplicer dataset. (a) ROC curves and (b) PR curves for different approaches are plotted using the DGSplicer dataset as the test dataset.

Table 4 Estimate of AUC-ROC and AUC-PR for the DGSplicer dataset using different approaches

Performance analysis with and without redundancy in HS3D test dataset

The number of TSS and FSS sequence along with the number of redundant sequence present in the redundant test dataset is given in Table 5. After looking at the AUC-ROC and AUC-PR (Table 6), it can be said that the performance of the approaches are better in case of redundant test dataset as compared to the non-redundant test dataset (dataset mentioned in Table 2).

Table 5 Number of redundant sequences present in the HS3D dataset considered for evaluation of proposed approach
Table 6 Estimates of AUC-ROC and AUC-PR of different approaches executed using redundant test dataset

A user friendly web interface

The home page of the developed web server is shown in Figure 7(a) and the result page of the server after the execution of an example dataset is shown in Figure 7(b). A score is assigned to each predicted splice site and the splice site with the score of ≥7.16 is said to be predicted as true splice site. Further, higher the score more is the strength of the predicted splice site. In the result page, only the predicted true splice sites along with their corresponding score are displayed.

Figure 7
figure 7

Images of the developed web interface. (a) home page and (b) result page of the prediction server. In the result page, gene name (2nd column), start & end coordinates (3rd and 4th columns) of the predicted TSS on the gene, the sequences of 11 nucleotide TSS motif (5th column) and score of being predicted as TSS (6th column) are given.

Discussion

The process of splicing takes place in various steps being catalyzed by small nuclear ribonucleoproteins (snRNPs) that are the complex of snRNAs and proteins. The snRNPs are categorized into U1 snRNP, U2 snRNP, U4 snRNP, U5 snRNP and U6 snRNP based on the type of snRNA (U1, U2, U4, U5 and U6) associated with them [29]. Initially, the 5′splice site is recognized by U1 snRNP through the base pairing between U1 snRNA and the 5′ splice site [30]. On the other hand, the non-snRNP splicing factors interact with the 3′ splice site, resulting in the 5′ splice site being brought to the proximity of the 3′ splice site. Then, the U1/5′ splice site base pairing is weakened in an ATP-dependent step [31], allowing U2 snRNP to base pair with the branch site. Further, the U4/U5/U6 tri-snRNP complex is added, resulting in a noticeable destabilization of U1 snRNP from the spliceosome [32], followed by several rearrangements in which U1 is replaced by U5 and U6 at the 5′ splice site [33]. The U4/U6 base pairing within the U4/U5/U6 complex is disrupted; U4 is released from the spliceosome, and U6 snRNA base pairs with U2 snRNA [34]. These rearrangements finally allow the two constitutive catalytic steps to generate mature mRNA and release the intron.

Most of the existing methods for splice site prediction capture position specific signals as well as nucleotide dependencies. The pivotal role played by the nucleotide dependencies in the splice site motifs is explained by Roca et al. [35]. Therefore, the dependencies among nucleotides in the splice site motifs were accounted in the proposed prediction approach.

In splice site prediction using MLAs, the window sizes are generally determined through pilot studies i.e., initially the prediction approach is tested with a small sample and window size is optimized on the basis of prediction accuracy and the final prediction is made on the determined window size. However, in our study the window size was determined through an analysis involving the associations among the nucleotides in the splice sites. Though MLAs has been successfully used in several approaches for the prediction of splice sites, the window lengths used are longer in size [16],[18],[20]-[23] and hence these approaches may not be appropriate for determining splice sites using short reads. But, our approach uses only 9 bp window length and may be more appropriate to identify the splice variants in short reads.

In MLAs, sometimes the parameters need to be optimized for a better training model (for example, the value of gamma in radial basis function while using SVM, number of units in the hidden layer while using multilayer perceptron neural network). However, in our approach, the only parameter need to be estimated is the threshold value and does not require extensive tuning like in MLAs. The value of the threshold is dependent upon the sensitivity and specificity and can be estimated in a single effort. Further, it will remain same with the change in degree of imbalanced-ness in the dataset.

From the sequence distribution analysis, it was found that there exist more than 70% similarity between TSS and FSS and the performance of the proposed approach was found better with the presence of this much (70%) similarity. Hence, it is expected that the proposed approach will perform better even in the presence of high percentage of similarity between the sequences of TSS and FSS. Further, the approaches were assessed using both redundant and non-redundant test dataset. It is inferred that the performance is better in presence of redundancy (Table 6) as compared to the dataset having no redundancy (Table 3).

The effect of window size on the performance of the proposed approach was determined by using other window sizes i.e., 7 bp, 8 bp, 9 bp, 10 bp and 11 bp. The values of AUC-ROC and corresponding SE for different window sizes have shown that the window size of 9 bp is most preferable due to higher AUC-ROC and lowest SE (Table 1). In addition, the performance of the proposed approach was also assessed with different degrees of imbalanced-ness in the training dataset using ROC and PR curves. From ROC curves it was found that the performance is not affected by the presence of imbalanced-ness in the dataset (Figure 4a). However, it is seen that the PR curves are sensitive to the presence of imbalanced-ness in the dataset (Figure 4b).

To evaluate the performance of the proposed approach, a comparative analysis was carried out using non-redundant HS3D dataset with the existing approaches i.e., MEM, MDD, WMM and MM1. The comparison was made in terms of AUC- ROC and AUC-PR curves. It was observed that the performance of the proposed approach is similar to that of MEM and MDD and better than that of WMM and MM1 (Table 3). Further, in another comparative analysis using redundant DGSplicer dataset, the performance of the proposed approach was found almost same with that of MEM and MDD but better than the other two approaches in terms of AUC-ROC and AUC-PR (Table 4). The earlier splice site prediction methods such as WMM and MDD have focused only on TSS and ignored the FSS to train the prediction model but FSS are also necessary in the prediction of splice sites [18]. Therefore, in our study, we have considered both the TSS and FSS for the donor splice site prediction. MEM with two point constraint ( S m 2 ) and SAE resembles with each other as both consider di-nucleotide dependencies but these are two different prediction methods. Further, in MEM with two point constraint, not only the second order marginals are used but also the first order marginals with skip 0 ( S 0 1 ) are accounted as well, which is not the case in SAE and still the AUC-ROC and AUC-PR of SAE are at par with that of MEM. Moreover, MEM involves iterative procedure for optimization of different parameters as well as required 3 L number of more parameters to be estimated (for a sequence motif of length L) as compared to SAE, due to the involvement of 0th order dependency (first order marginals with skip zero) in MEM. Whereas our approach is simpler because, it does not involve any iterative procedure as well as required less number of parameters to be estimated as compared to MEM. In MDD, higher order dependencies are taken into account but its performance is still similar to our approach. Moreover, the modeling of higher order dependency is sometime expensive due to more memory allocation as well as requires the estimation of large number of parameters.

The classifiers such as SVM, ANN and Classification tree have been successfully used in the area of splice site prediction, where the sequence data are first encoded in to numeric form and then used as input in such classifiers. Here, the term “encoding” is used in relation to the physical transformation of sequence dataset to numeric dataset, where the encoded dataset are further used as input in MLAs for prediction. In general, there is no disadvantage in encoding except that it takes one step more for encoding the sequence data into numeric form, which may require extra memory allocation. However, in SAE no such extra step is required and use of indicator variables is rather a simple representation of occurrence or non-occurrence of nucleotides, which is subsequently used (through expectation) for computation of probabilities of occurrence of nucleotides.

In MLAs, generally a model is defined that is function of certain parameters, where course search is performed over parameter space by the user to get a better training model. In this study, we are neither defining any such model nor optimizing any parameter to get a better training model. Further, the term “training dataset” is used here to refer the dataset used for finding the threshold value. Moreover, the dataset used for computing the threshold value can also be used as test dataset because threshold values are found almost unaltered under different proportion of TSS and FSS (dataset with different degrees of imbalanced-ness). However, in MLAs the optimum values of parameters may vary with respect to the size of the training set and the dataset used for training cannot be used as test dataset.

Even though, it has been suggested that a method that is able to capture higher order sequential relationships would perform better, its successful implementation is highly dependent on the availability of large dataset as they require the estimation of a large number of parameters [19]. In this investigation, only the first order dependencies among the bases were taken into account, which has also been the case for the MEM m2s5. However, in MEM m2s5, the first order marginals are also taken into account.

The proposed approach is based on the hypothesis if there exist associations among the nucleotide bases surrounding the splicing junction then the predictability of a base at any position, given any base at other position is higher in case of TSS as compared to the FSS. Hence, the SAE corresponding to a base given all other bases is less in case of TSS as compared to FSS. Since the proposed method will complement to other commonly used methods in prediction of donor splice sites with respect to shorter window size, it can contribute to the prediction of eukaryotic gene structure. In addition, the web server developed from this study will help enable the user for easy prediction of donor splice sites.

Conclusions

An attempt is made to devise a simple procedure for the prediction of donor splice sites, which is based on di-nucleotide dependencies at all possible pairs of positions. This approach can be used for identifying the donor splice sites using the sequences of shorter window size. The proposed approach performs equally with MEM and MDD and better than WMM and MM1 and hence can be used as a complementary method to the existing methods in the prediction of eukaryotic gene structure.

Availability

A user friendly web interface is available at http://cabgrid.res.in:8080/sspred for easy prediction of donor splice sites. The pre-processed HS3D dataset used in this investigation can be obtained from http://cabgrid.res.in:8080/sspred/dataset or http://bioinformatics.iasri.res.in/sspred_dataset.

Additional file

Abbreviations

WMM:

Weighted matrix method

WAM:

Weighted array model

MLAs:

Machine learning approaches

ANNs:

Artificial neural networks

SVM:

Support vector machine

TSS:

True splice site

FSS:

False splice site

HS3D:

Homo sapiens splice site dataset

bp:

Base pairs

SAE:

Sum of absolute error

MEM:

Maximum entropy model

MDD:

Maximal dependency decomposition

MM1:

Markov model of first order

ROC:

Receiving operating characteristics

AUC- ROC:

Area under ROC curve

SE:

Standard error

WL:

Window length

PR:

Precision-recall

AUC-PR:

Area under PR curve

References

  1. Sheth N, Roca X, Hastings ML, Roeder T, Krainer AR, Sachidanandam R: Comprehensive splice site analysis using comparative genomics. Nucelic Acids Res. 2006, 34: 3955-3967. 10.1093/nar/gkl556.

    Article  CAS  Google Scholar 

  2. Wu TD, Nacu S: Fast and SNP-tolerant detection of complex variants and splicing in short reads. Bioinformatics. 2010, 26 (7): 873-881. 10.1093/bioinformatics/btq057.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  3. De Bona F, Ossowski S, Schneeberger K, Rätsch G: Optimal splice alignments of short sequence reads. Bioinformatics. 2008, 24: 174-180. 10.1093/bioinformatics/btn300.

    Article  Google Scholar 

  4. Staden R: Computer methods to locate signals in nucleic acid sequences. Nucleic Acids Res. 1984, 12: 505-519. 10.1093/nar/12.1Part2.505.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  5. Zhang M, Marr T: A weight array method for splicing signal analysis. Comput Appl Biosci. 1993, 9 (5): 499-509.

    PubMed  CAS  Google Scholar 

  6. Brendel V, Kleffe J: Prediction of locally optimal sites in plant pre-mRNA with applications to gene identification in Arabidopsis thaliana genomic DNA. Nucleic Acids Res. 1998, 26: 4748-4757. 10.1093/nar/26.20.4748.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  7. Burge C, Karlin S: Prediction of complete gene structure in human genomic DNA. J Comput Biol. 1997, 268 (1): 78-94.

    CAS  Google Scholar 

  8. Pertea M, Lin X, Salzberg SL: GeneSplicer: a new computational method for splice site prediction. Nucleic Acids Res. 2001, 29 (5): 1185-1190. 10.1093/nar/29.5.1185.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  9. Patterson DJ, Yasuhara K, Ruzzo WL: Pre-mRNA secondary structure prediction aids splice sites prediction. Pac Symp Biocomput. 2002, 7: 223-234.

    Google Scholar 

  10. Reese MG, Eeckman FH, Kulp D, Haussler D: Improved splice site detection in genie. J Comput Biol. 1997, 4 (3): 311-323. 10.1089/cmb.1997.4.311.

    Article  PubMed  CAS  Google Scholar 

  11. Weber R: DNA splice sites prediction with kernels and voting. Proceedings of international conference on mathematical and engineering techniques in medicine and biological science. 2001, CSREA Press, Nevada

    Google Scholar 

  12. Sonnenburg S, Ratsch G, Jagota A, Muller KR: New methods for splice site recognition. Proc Int Conf Artif Neural Netw. 2002, 2415: 329-336.

    Google Scholar 

  13. Rajapakse J, CaH LS: Markov encoding for detecting signals in genomic sequences. IEEE/ACM Trans Comput Biol Bioinf. 2002, 2 (2): 131-142. 10.1109/TCBB.2005.27.

    Article  Google Scholar 

  14. Zien A, Ratsch G, Mika S, Scholkopf B, Lengauer T, Muller K: Engineering support vector machine kernels that recognize translation initiation sites. Bioinformatics. 2000, 16 (9): 799-807. 10.1093/bioinformatics/16.9.799.

    Article  PubMed  CAS  Google Scholar 

  15. Degroeve S, De Baets B, Van de Peer Y, Rouz P: Feature subset selection for splice site prediction. Bioinformatics. 2002, 18: S75-S83. 10.1093/bioinformatics/18.suppl_2.S75.

    Article  PubMed  Google Scholar 

  16. Sun YF, Fan XD, Li YD: Identifying splicing sites in eukaryotic RNA: support vector machine approach. Comput Biol Med. 2003, 33: 17-29. 10.1016/S0010-4825(02)00057-4.

    Article  PubMed  CAS  Google Scholar 

  17. Saeys Y, Degroeve S, Aeyels D, Rouzé P, Van de Peer Y: Feature selection for splice site prediction: a new method using EDA-based feature ranking. BMC Bioinformatics. 2004, 5: 64-10.1186/1471-2105-5-64.

    Article  PubMed Central  PubMed  Google Scholar 

  18. Huang J, Li T, Chen K, Wu J: An approach of encoding for prediction of splice sites using SVM. Biochemie. 2006, 88: 923-929. 10.1016/j.biochi.2006.03.006.

    Article  CAS  Google Scholar 

  19. Baten A, Chang B, Halgamuge S, Li J: Splice site identification using probabilistic parameters and SVM classification. BMC Bioinformatics. 2006, 7 (Suppl 5): S15-10.1186/1471-2105-7-S5-S15.

    Article  PubMed Central  PubMed  Google Scholar 

  20. Sonnenburg S, Schweikert G, Philips P, Behr J, Rätsch G: Accurate splice site prediction using support vector machines. BMC Bioinformatics. 2007, 8 (Suppl 10): S7-10.1186/1471-2105-8-S10-S7.

    Article  PubMed Central  PubMed  Google Scholar 

  21. Chen Y, Liu F, Vanscheonwinkel B, Manderick B: Splice site prediction using support vector machines with context-sensitive kernel functions. J Univers Comput Sci. 2009, 15 (13): 2528-2546.

    Google Scholar 

  22. Ho LS, Rajapakse JC: Splice site detection with a higher-order Markov model implemented on a neural network. Genome Inform. 2003, 14: 64-72.

    PubMed  CAS  Google Scholar 

  23. Zhang X, Lee J, Chasin LA: The effect of nonsense codons on splicing: a genomic analysis. RNA. 2006, 9: 637-639. 10.1261/rna.5060403.

    Article  Google Scholar 

  24. Pollastro P, Rampone S: HS3D: Homosapiens Splice Site Data Set. Nucleic Acids Res. 2003, Molecular Biology Database Collection entry number 36: ᅟ- Annual Database Issue

    Google Scholar 

  25. Carmel I, Tal S, Vig I, Ast G: Comparative analysis detects dependencies among the 5′ splice-site positions. RNA. 2004, 10: 828-840. 10.1261/rna.5196404.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  26. Yeo G, Burge CB: Maximum entropy modeling of short sequence motifs with applications to RNA splicing signals. J Comput Biol. 2004, 11 (2–3): 377-394. 10.1089/1066527041410418.

    Article  PubMed  CAS  Google Scholar 

  27. Bradley AP: The use of the area under the ROC curve in the evaluation of machine learning algorithms. Pattern Recogn. 1997, 30: 1145-1159. 10.1016/S0031-3203(96)00142-2.

    Article  Google Scholar 

  28. Davis J, Goadrich M: The relationship between Precision-Recall and ROC curves. ML ‘06: Proceedings of the 23rd international conference on Machine learning. New York, NY. 2006, ACM, New York, NY, USA, 233-240.

    Google Scholar 

  29. Weaver RF: Molecular Biology. 2005, McGraw-Hill, New York, 0-07-284611-9

    Google Scholar 

  30. Du H, Rosbash M: The U1 snRNP protein U1C recognizes the 5′ splice site in the absence of base pairing. Nature. 2002, 419: 86-90. 10.1038/nature00947.

    Article  PubMed  CAS  Google Scholar 

  31. Chen JY, Stands L, Staley JP, Jackups RR, Latus LJ, Chang TH: Specific alterations of U1-C protein or U1 small nuclear RNA can eliminate the requirement of Prp28p, an essential DEAD box splicing factor. Mol Cell. 2001, 7: 227-232. 10.1016/S1097-2765(01)00170-8.

    Article  PubMed  CAS  Google Scholar 

  32. Konarska MM: Recognition of the 5′ splice site by the spliceosome. Acta Biochim Pol. 1998, 45: 869-881.

    PubMed  CAS  Google Scholar 

  33. Ast G, Weiner AM: A novel U1/U5 interaction indicates proximity between U1 and U5 snRNAs during an early step of mRNA splicing. RNA. 1997, 3: 371-381.

    PubMed Central  PubMed  CAS  Google Scholar 

  34. Ast G, Pavelitz T, Weiner AM: Sequences upstream of the branch site are required to form helix II between U2 and U6 snRNA in a trans-splicing reaction. Nucleic Acids Res. 2001, 29: 1741-1749. 10.1093/nar/29.8.1741.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

  35. Roca X, Olson AJ, Rao AR, Enerly E, Kristensen VN, Børresen-Dale AL, Andresen BS, Krainer AR, Sachidanandam R: Features of 5′-splice-site efficiency derived from disease-causing mutations and comparative genomics. Genome Res. 2008, 18: 77-87. 10.1101/gr.6859308.

    Article  PubMed Central  PubMed  CAS  Google Scholar 

Download references

Acknowledgements

This study was supported by World Bank funded National Agricultural Innovation Project (NAIP), ICAR Grants NAIP/Comp-4/C4/C-30033/2008-09, 30(68)/2009/Bio Informatics/NAIP/ O&M and IASRI (ICAR). Authors acknowledge the anonymous reviewers who gave useful criticisms and valuable suggestions that helped improve the paper. Authors also acknowledge Mr. Jai Bhagwan, IASRI, for providing technical support.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Atmakuri Ramakrishna Rao.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

PKM and TKS collected dataset and developed the web interface. PKM and ARR developed the association approach. PKM developed the prediction methodology. PKM and TKS drafted the manuscript. ARR and SDW refined and finalized the manuscript. All authors read and approved the final manuscript.

Electronic supplementary material

12859_2014_362_MOESM1_ESM.pdf

Additional file 1: This file contain information regarding the results of threshold value for balanced situation under heading “Threshold value” and the threshold value for imbalanced situation under heading “Threshold value under imbalanced data”. (PDF 193 KB)

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 credited. The Creative Commons Public Domain Dedication waiver ( https://creativecommons.org/publicdomain/zero/1.0/ ) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Meher, P.K., Sahu, T.K., Rao, A.R. et al. A statistical approach for 5′ splice site prediction using short sequence motifs and without encoding sequence data. BMC Bioinformatics 15, 362 (2014). https://doi.org/10.1186/s12859-014-0362-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-014-0362-6

Keywords