Abstract

Exon recognition is a fundamental task in bioinformatics to identify the exons of DNA sequence. Currently, exon recognition algorithms based on digital signal processing techniques have been widely used. Unfortunately, these methods require many calculations, resulting in low recognition efficiency. In order to overcome this limitation, a two-stage exon recognition model is proposed and implemented in this paper. There are three main works. Firstly, we use synergetic neural network to rapidly determine initial exon intervals. Secondly, adaptive sliding window is used to accurately discriminate the final exon intervals. Finally, parameter optimization based on artificial fish swarm algorithm is used to determine different species thresholds and corresponding adjustment parameters of adaptive windows. Experimental results show that the proposed model has better performance for exon recognition and provides a practical solution and a promising future for other recognition tasks.

1. Introduction

With the completion of human genome project, gene data increase exponentially. Identifying the genes encoding of DNA [1] has important theoretical and practical implications. How to quickly access accurate genetic information is an urgent problem to be solved.

Early exon recognition methods were based mainly on statistical models [2], which get their chromosomal order by statistical analysis of different genes. But with the increase of genomic number, statistical methods cannot meet the need for rapid recognition of exons. At present, exon recognition methods based on digital signal processing have also been widely used [35]. These techniques select a suitable mapping method and transformation method to get spectral values and identify exons according to fixed length window. Limitations of these methods include slow recognition speed and inability to accurately determine the threshold for different species.

Synergetic theory [6] is the science proposed by Haken to describe high dimension and nonlinear problem as a set of low-dimension nonlinear equations. One advantage of synergetic neural network is that the method is robust against noise and the method can better handle the fuzzy matching problem [79]. Exon recognition can also be considered a problem of pattern recognition, for which the proposed method can be used to solve.

Artificial fish swarm algorithm (AFSA) [10, 11] is a class of swarm intelligence optimization algorithms based on the behavior of animals proposed in 2002; the basic idea of AFSA is to imitate the fish behaviors such as praying, swarming, and following. AFSA is very suitable for solving a variety of numerical optimization problems, making the algorithm become a hot topic in the current optimization field quickly. Because of simplicity in principle and good robustness, AFSA has been applied successfully to all kinds of optimization problems such as image segmentation [12], color quantization [13], neural network [14], fuzzy logic controller [15], multirobot task scheduling [16], fault diagnosis in mine hoist [17], data clustering [18], and other areas.

In this paper, we proposed a two-stage exon recognition model based on synergetic neural network and artificial fish swarm algorithm. This paper is organized as follows. Firstly, traditional exon recognition method based on digital signal processing and related work are presented. Secondly, an exon recognition model based on synergetic neural network and parameter optimization method based on artificial fish swarm algorithm are introduced. Finally some experimental tests, results, and conclusions are given on the systems.

2. Introduction to Exon Recognition Method Based on Digital Signal Processing

The gene is usually divided into many fragments. The coding sequence is called exons and noncoding part is called introns, as shown in Figure 1.

The objective of gene recognition is to identify the exons of DNA sequence. Gene recognition based on digital signal processing methods consists of several steps [19, 20]. First, gene sequences are transformed into digital symbol sequences using mapping methods [2124]. This is followed by calculation of the corresponding frequency value by fast Fourier transform and the 3-Cycle properties of the spectrum are then used to identify exons [25, 26]. Finally, fixed sliding window method is used for automatic exon recognition, as shown in Figure 2.

2.1. Z-Curve Mapping

In order to make digital processing, we must transform four nucleotide sequences A, T, G, and C into their corresponding numeric sequence based on certain rules.

Let the four instruction sequences be , , and cumulative sequence is ; then we can define three sequences , , and :

Let

Thus we can get the -curve mapping:

For example, the DNA sequence of is ACGTTAG; then the corresponding -curve mapping sequence is shown in Table 1.

2.2. The Power Spectrum

To study the characteristics of DNA coding sequences (exons), we can do the discrete Fourier transform (DFT), respectively, for the instruction sequences:

Thus we can calculate the power spectrum: where , , and are the Fourier transform of , , and , respectively.

The spectral peaks of exon sequences are larger in and of the power spectrum curve, while they are not similar for intron. This statistical phenomenon is known as 3-Cycle. Suppose that the average power spectrum of DNA sequences is The power spectrum ratio of the DNA sequence and the average spectrum of the entire sequence are known as SNR (signal-to-noise ratio):

Figure 3 shows the power spectrum of viral genes.

From Figure 3, we can see that the spectrum presents obvious 3-Cycle. The peaks appear roughly in 2000, 4000, and 6000. So the exon segment can be determined, enabling the recognition of genes.

The highest point of power spectrum may not appear in and but occur in the surrounding. So we can calculate average SNR and of intervals , and , , respectively:

2.3. Automatic Recognition Algorithm Based on Fixed Sliding Windows

Supposed is the length of fixed window; we can do four discrete Fourier transforms (DFT) for instruction sequences ,

Then the total spectrum at position is

The SNR of exon sequences reflects the distribution of spectrum peak. SNR greater than a given threshold is a characteristic of exons, while introns generally do not have this property.

Protein coding regions and noncoding regions can be distinguished using the value of SNR, but this method still has a large predictive error because the spectrum peak varies amongst different biological categories. A fixed threshold is unreasonable to use for different biological categories. Therefore, determining the SNR threshold has great significance for exon recognition. Note that it is difficult to find the proper prediction threshold for biological categories when relying only on prior biological knowledge.

Xu [27] proposed a method based on bootstrap algorithm to determine the best SNR threshold that can be obtained from marked exon sequences. The results of that study showed that the average prediction accuracy of the method was 81%, which is 19% higher than other methods that employ empirical thresholds. In paper [28], a novel model was proposed to determine the SNR threshold based on the means of biological categories and improved the recognition performance to some extent.

But all the methods mentioned above have problems, such as slow recognition speed, inaccurate determination of the threshold for different species, and the requirement to know the exon fragments of DNA sequences. In the following sections, we propose a novel two-stage exon recognition model based on synergetic neural network and artificial fish swarm algorithm to better deal with these problems.

4. A Novel Two-Stage Exon Recognition Model

In this section, a two-stage exon recognition model is presented. In the first stage, synergetic neural network is used to determine initial exon intervals. In the second stage, final accurate exon intervals determination based on adaptive sliding window and parameter optimization algorithm are introduced.

4.1. Initial Exon Intervals Determination Based on Synergetic Neural Network

The basic principle of synergetic neural network [29, 30] is that the pattern recognition procedure can be viewed as the competition progress of many order parameters. The strongest order parameter will win by competition and desired pattern will be recognized.

A pattern that remained to be recognized, , is constructed by a dynamic process which translates into one of prototype pattern vectors through status ; namely, this prototype pattern is closest to . The process is described as the following equation:

A dynamic equation can be given for an unrecognized pattern : where is the status vector of input pattern with initial value , is attention parameter, is prototype pattern vector, and is the adjoint vector of that satisfies

Corresponding dynamic equation of order parameters is

Haken has proved that when , the largest initial order parameter will win and the network will then converge.

We firstly introduce the synergetic theory to exon recognition; an exon recognition algorithm based on synergetic neural network is shown in Figure 4.

We use synergetic neural network and equal method to quickly determine the initial exon region, as shown in Algorithm 1.

(1) Let is a given gene sequence, and are the beginning and end of the
  sequence respectively, is throdthod of spectral values;
(2) Using _Curve mapping converted gene sequence to the corresponding numeric sequence;
(3) Using fast Fourier transform to get spectral values and according to the formula (8);
(4) Calculating gene sequence order parameter:
      ,   ;
(5) Setting network parameter and ;
(6) Order parameter evolution according to formula (14);
(7) If > and > , then is recorded as a possible interal, and is divided
  equally into interals , …,   , Repeat step 1 to step 7;
(8) End.

4.2. Get Precise Exon Intervals Using Adaptive Smoothing Window

We can obtain several possible exon intervals by Algorithm 1. In this section, we propose an adaptive sliding window algorithm to get more accurate intervals, as shown in Algorithm 2.

(1) Let is a given gene sequence, and are the beginning and the end of
  the sequence respectively;
(2) Using _Curve mapping converted gene sequence to the
  corresponding numeric sequence;
(3) Using fast Fourier transform to get spectral values;
(4) Calculating gene sequence order parameter:
     ,   ;
(5) Order parameter evolution according to formula (14);
(6) If > , > and , Then ,
    ,
   Repeat step 2 to step 6;
(7) Output the final interval .

4.3. Parameter Optimization Based on Artificial Fish Swarm Algorithm

The parameters and directly influence the performance of exon recognition. The adjustment of the parameters is a global behaviour and has no general research theory to control the parameters in the recognition process at present. In this section, artificial fish swarm algorithm is used to search the global optimum parameters in the corresponding parameter space.

The parameter optimization based on artificial fish swarm algorithm is shown as Algorithm 3.

(1) Initialize the parameters of artificial fish, such as , , the number of exploratory,
  maximum number of iterations, and randomly generated fishes;
(2) Set bulletin board to record the current status of each fish, and select the optimal value;
(3) Implementation of prey behavior, swarm behavior and follow behavior;
(4) Optimal value in bulletin board is updated;
(5) If termination condition is satisfied, output the result; otherwise return to step 2.

5. Experiment

5.1. Data Description

In our experiments, we use some gene sequences provided by Chinese Graduate Mathematical Contest in Modeling. Chinese graduate Mathematical Contest in modeling is aimed at improving the students’ comprehensive abilities of mathematical modeling and computer to solve practical problems. From different points of view, the integrated use of a variety of mathematical methods established the mathematical model of the characteristic.

We selected 100 human gene sequences, 100 rodent gene sequences (including Mus musculus and Sewer rat), and 200 mammalian gene sequences for testing. The signal-to-noise ratios of the sequences are gotten by SPSS statistical analysis software, as shown in Table 2.

From Table 2, we can find out that the difference between SNR standard deviation of exons is greater than SNR standard deviation of introns.

At the same time, we analyze the SNR distribution of exons and introns of 200 mammalian gene sequences, as shown in Figure 5 and Figure 6.

From Figure 5 and Figure 6, we can see that the mammalian introns are mostly less than 2, while exons are mostly distributed in the range of , which accounts for 55.38%. Therefore, it is unreasonable to set SNR threshold of different categories as fixed value. How to accurately determine SNR threshold of each kind of biological gene has important significance.

5.2. Experiment Results

Suppose that sensitivity and specificity , where is the number of exons which are correctly identified, is the number of introns which are correctly identified, is the number of exons which are not correctly identified, and is the number of introns which are not correctly identified. Then we can compute the accurate rate .

For comparison, we use four strategies.(1)Baseline: automatic recognition algorithm with threshold .(2)Bootstrap: the threshold selection algorithm based on bootstrap method.(3)SNN: exon recognition based on synergetic neural network.(4)SNN + AFSA: two-stage exon recognition model based on synergetic neural network and artificial fish swarm algorithm.

The testing performance of Baseline is shown as in Table 3.

The experiments showed that when the exon length is short, the recognition accuracy rate is low. In the short gene coding sequence, 3-base periodicity is not absolutely satisfied.

In our experiments, we complete a two-stage exon recognition model based on synergetic neural network and artificial fish swarm algorithm. The parameter settings of artificial fish swarm algorithm are shown in Table 4.

In the experiment, we set the recognition accuracy rate as score function.

The testing performance of SNN + AFSA is shown as in Table 5.

Table 5 shows that the two-stage exon recognition algorithm improves precision compared to the Baseline system. Experiments also indicate that the improved model has a more powerful global exploration ability and a reasonable convergence speed.

The accurate rate of different methods is shown in Table 6.

Detailed comparisons of results are given in Table 6. Experimental results show that the proposed model SNN and SNN + AFSA have good performance for exon recognition. The accurate rate we obtained for all four corpuses is comparable to the state-of-the-art systems, such as Baseline and bootstrap method. Through the evaluating of order parameter equation of SNN to obtain the best threshold, we can further improve the exon recognition performance.

At the same time, we can see that the performance of SNN + AFSA is better than SNN model. This is because the attention parameters are very important for SNN and optimization algorithm is essential for better performance. Experimental results show that improved AFSA algorithm has better global and local parameter searching capabilities and thus a better recognition result.

It is worth noting that experimental results show that run times of our proposed model reduced with good speedup ratio compared with Baseline. Further studies show that the procedure exhibits data parallelism, so it can be effectively parallelized by running it concurrently. In the future work, we will utilize parallel processing techniques for rapid exon recognition based on SNN to further reduce the run time.

6. Conclusions

In the paper, we proposed a two-stage exon recognition model based on synergetic neural network and artificial fish swarm algorithm. Experiments show that the proposed model can improve the precision of exon recognition.

We got the following conclusions.(1)The exon recognition procedure can be viewed as the competition progress of many order parameters. The proposed model based on synergetic neural network and equal method can quickly determine the exon intervals.(2)Artificial fish swarm algorithm has both global and local search ability and can effectively choose the parameters of our proposed model.(3)Using equal algorithm to obtain exon intervals may still miss some intervals which are in the middle; we will further improve the algorithm or use different pattern recognition algorithm in the future.

It must be noted that, although we have made some efforts to explore the intelligent exon recognition algorithm in this paper. But due to the special nature of life science itself, there are many problems such as how to accurately determine that the exon interval needs further study. But we believe that with the development of social progress and technology, gene identification technology will become increasingly perfect; we expect it can bring gospel to manking in the near future.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (Grant no. 61005052), the Fundamental Research Funds for the Central Universities (Grant no. 2010121068), the Natural Science Foundation of Fujian Province of China (Grant no. 2011J01369), and the Science and Technology Project of Quanzhou (Grant no. 2012Z91).