Literature DB >> 24790638

A two-stage exon recognition model based on synergetic neural network.

Zhehuang Huang1, Yidong Chen2.   

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.

Entities:  

Mesh:

Year:  2014        PMID: 24790638      PMCID: PMC3984832          DOI: 10.1155/2014/503132

Source DB:  PubMed          Journal:  Comput Math Methods Med        ISSN: 1748-670X            Impact factor:   2.238


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 [3-5]. 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 [7-9]. 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.
Figure 1

Structure of eukaryotic DNA sequence.

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 [21-24]. 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.
Figure 2

Exon recognition algorithm based on 3-Cycle spectrum.

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 {u [n]}, b ∈ I = {A, C, G, T}, and cumulative sequence b   (n = 0,1 …, N − 1) is b = ∑ u [i]; then we can define three sequences x[n], y[n], and z[n]: Let Thus we can get the Z-curve mapping: For example, the DNA sequence of S(n) is ACGTTAG; then the corresponding Z-curve mapping sequence is shown in Table 1.
Table 1
Δx[n]1−11−1−111
Δy[n]11−1−1−11−1
Δz[n]1−1−1111−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 ΔX[k], ΔY[k], and ΔZ[k] are the Fourier transform of Δx[n], Δy[n], and Δz[n], respectively. The spectral peaks of exon sequences are larger in k = N/3 and k = 2N/3 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.
Figure 3

The power spectrum of viral gene sequence.

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 k = N/3 and k = 2N/3 but occur in the surrounding. So we can calculate average SNR R 1 and R 2 of intervals [N/3 − γ, N/3 + γ] and [2N/3 − γ, 2N/3 + γ], respectively:

2.3. Automatic Recognition Algorithm Based on Fixed Sliding Windows

Supposed M is the length of fixed window; we can do four discrete Fourier transforms (DFT) for instruction sequences {u [n]}  (0 ≤ n ≤ N − 1), Then the total spectrum p  (n; M/3) at position M/3 is

3. Related Work

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, q, is constructed by a dynamic process which translates q into one of prototype pattern vectors v through status q(t); namely, this prototype pattern is closest to q(0). The process is described as the following equation: A dynamic equation can be given for an unrecognized pattern q: where q is the status vector of input pattern with initial value q 0, λ is attention parameter, v is prototype pattern vector, and v + is the adjoint vector of v that satisfies Corresponding dynamic equation of order parameters is Haken has proved that when λ = c (c > 0), 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.
Figure 4

Exon recognition based on synergetic neural network.

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

Determination of initial exon region based on synergetic neural network.

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.
Algorithm 2

Precise exon regions based on adaptive smoothing window.

4.3. Parameter Optimization Based on Artificial Fish Swarm Algorithm

The parameters T0 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 (T0, γ) in the corresponding parameter space. The parameter optimization based on artificial fish swarm algorithm is shown as Algorithm 3.
Algorithm 3

Parameter optimization based on artificial fish swarm algorithm.

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.
Table 2

The signal-to-noise ratio of four different gene sequences.

Gene categoriesExonIntron
Number R-mean VarianceNumber R-mean Variance
Human353.023.071260.820.533
Mus musculus 3572.462.5082750.680.414
Sewer rat4535.233350.830.624
Mammalian8272.726.2436260.670.394
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.
Figure 5

The SNR distribution of 200 mammalian exons.

Figure 6

The SNR distribution of 200 mammalian introns.

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 [0,2], 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 S = T /(T + F ) and specificity S = T /(T + F ), where T is the number of exons which are correctly identified, T is the number of introns which are correctly identified, F is the number of exons which are not correctly identified, and F is the number of introns which are not correctly identified. Then we can compute the accurate rate A = (S + S )/2. For comparison, we use four strategies. Baseline: automatic recognition algorithm with threshold R 0 = 2. Bootstrap: the threshold selection algorithm based on bootstrap method. SNN: exon recognition based on synergetic neural network. 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.
Table 3

The testing performance of Baseline.

Gene categories T P F N S N T N F P S P A c
Human17180.4852420.9230.71
Mus musculus 1462110.40927140.9850.70
Sewer rat17280.3783140.8860.63
Mammalian3694580.44662150.9920.72
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.
Table 4

The parameter settings of artificial fish swarm algorithm.

AlgorithmFish numberVisual Delta Step Number of iterations
AFSA1002.859160
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

The test performance of SNN + AFSA.

Gene categories T P F N S N T N F P S P A c
Human30 5 0.857 19 7 0.7310.79
Mus musculus 295 620.826 220 55 0.80 0.81
Sewer rat 3690.80 287 0.80 0.80
Mammalian 630197 0.762607 19 0.970.87
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 A of different methods is shown in Table 6.
Table 6

The test performance comparison among different methods.

Gene categoriesBaselineBootstrap SNN SNN + AFSA
Human0.710.76 0.78 0.79
Mus musculus 0.70 0.78 0.80 0.81
Sewer rat0.63 0.75 0.77 0.80
Mammalian0.72 0.84 0.85 0.87
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. The exon recognition procedure can be viewed as the competition progress of many order parameters. The proposed model based on synergetic neural network and N equal method can quickly determine the exon intervals. Artificial fish swarm algorithm has both global and local search ability and can effectively choose the parameters of our proposed model. Using N 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.
  7 in total

1.  Gene prediction by spectral rotation measure: a new method for identifying protein-coding regions.

Authors:  Daniel Kotlar; Yizhar Lavner
Journal:  Genome Res       Date:  2003-07-17       Impact factor: 9.043

2.  Arby: automatic protein structure prediction using profile-profile alignment and confidence measures.

Authors:  Niklas von Ohsen; Ingolf Sommer; Ralf Zimmer; Thomas Lengauer
Journal:  Bioinformatics       Date:  2004-04-01       Impact factor: 6.937

3.  Graphical approach to analyzing DNA sequences.

Authors:  Bo Liao; Kequan Ding
Journal:  J Comput Chem       Date:  2005-11-15       Impact factor: 3.376

4.  Prediction of protein coding regions by the 3-base periodicity analysis of a DNA sequence.

Authors:  Changchuan Yin; Stephen S-T Yau
Journal:  J Theor Biol       Date:  2007-04-10       Impact factor: 2.691

Review 5.  Finding the genes in genomic DNA.

Authors:  C B Burge; S Karlin
Journal:  Curr Opin Struct Biol       Date:  1998-06       Impact factor: 6.809

6.  SNR of DNA sequences mapped by general affine transformations of the indicator sequences.

Authors:  Jianfeng Shao; Xiaohua Yan; Shuo Shao
Journal:  J Math Biol       Date:  2012-07-21       Impact factor: 2.259

Review 7.  A brief review of computational gene prediction methods.

Authors:  Zhuo Wang; Yazhu Chen; Yixue Li
Journal:  Genomics Proteomics Bioinformatics       Date:  2004-11       Impact factor: 7.691

  7 in total
  1 in total

1.  Log-linear model based behavior selection method for artificial fish swarm algorithm.

Authors:  Zhehuang Huang; Yidong Chen
Journal:  Comput Intell Neurosci       Date:  2015-01-26
  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.