Literature DB >> 29682519

Disease Sequences High-Accuracy Alignment Based on the Precision Medicine.

ManZhi Li1, HaiXia Long2, HongTao Wang1, HaiYan Fu2, Dong Xu2, YouJian Shen1, YuHua Yao1, Bo Liao1.   

Abstract

High-accuracy alignment of sequences with disease information contributes to disease treatment and prevention. The results of multiple sequence alignment depend on the parameters of the objective function, including gap open penalties (GOP), gap extension penalties (GEP), and substitution matrix (SM). Firstly, the theory parameter formulas relating to GOP, GAP, and SM are inferred, combining unaligned sequence length, number, and identity. Secondly, we tested the rationality of the theory parameter formulas, with experiment on the ClustalW and MAFFT program. In addition, we obtained a group of MAFFT program parameters according to the formulas proposed. The results of all experiments show that the SPS (sum-of-pair score) obtained from theory parameters is better than the SPS obtained from the default parameters of ClustalW and MAFFT. In both theory and practice, our method to determine the parameters is feasible and efficient. These can provide high-accuracy alignment results for precision medicine.

Entities:  

Mesh:

Year:  2018        PMID: 29682519      PMCID: PMC5842723          DOI: 10.1155/2018/1718046

Source DB:  PubMed          Journal:  Biomed Res Int            Impact factor:   3.411


1. Introduction

In 2015, US President Barack Obama stated his intention to fund a United States national “Precision Medicine Initiative” [1, 2]. A short-term goal of the Precision Medicine Initiative is to expand cancer genomics to develop better prevention and treatment methods. With the explosive growth of medical data, the complexity of disease, and the demand of personalized medicine, the research results of genome sequencing are changing the process of disease treatment. Multiple sequence alignment (MSA) is more and more important. Multiple sequence alignment (MSA) has wide applications in sequence analysis, gene recognition, protein structure prediction, and reconstructing the phylogenetic tree [3]. Notredame [4] stated that the most modern programs for constructing MSA consist of two components: (1) an objective function to assess the quality of candidate alignment and (2) an optimization procedure for identifying the highest scoring alignment with respect to the chosen objective function. Currently, MSA has three main objective functions: (1) the sum-of-pairs score function (SPS), (2) the consensus function, and (3) the tree function. The SPS function is the most commonly used objective function, and its parameters include substitution matrix and gap opening penalties (GOP) and gap extending penalties (GEP). The parameters of the objective function have generated many discussions on how to obtain optimal parameters. Thompson et al. [5] determined that substitution matrices vary at different alignment stages according to the divergence of sequences to be aligned. Residue-specific gap penalties and gap penalties in hydrophilic regions, which have been locally reduced, can cause new gaps to appear in potential loop regions rather than in a regular secondary structure. Reese and Pearson [6] discussed the relational formula between the PAM distance and PAM matrix as well as the gap penalty. Madhusudhan et al. [7] proposed the variable penalty formula according the structure of sequence based on dynamic programming. However, these formulas are not widely used. Gondro and Kinghorn [8] indicated that gap penalty parameters were determined by experience. At present, it is no theoretical framework to determine the optimum parameters. The current parameters pertaining to the objective function in most literature are empirical values which are independently associated with the sequences [9]. BALiBASE is a database of manually refined multiple sequence alignments [10] and is usually used to test performance of MSA method [11]. Many open source online alignment tools are available that can align hundreds of thousands of sequences in hours. These include CLUSTAL Omega, T-COFFEE, and MAFFT, [5, 12–14] and often become the primary source of sequence alignment solution. However, these MSA tool results strongly depend on the gap penalty and substitution matrix. Different parameter combinations can obtain different MSA results. The majority of users use a single default parameter when applying these alignment tools, but the results are not the best. Moreover, an effective methodology has not yet been developed to directly determine an MSA optimal parameter, which means current online tools cannot guarantee the best solution. However, when compared with other MSA alignment tools, MAFFT has the advantage of simple input parameters and obtains better results than the other tools [12, 13]. This paper uses MAFFT as the basic experimental tool to verify the accuracy of the original formulas presented herein as they relate to the substitution matrix and the gap penalty.

2. Sum-of-Pairs (SP) Objective Function

The sum-of-pairs (SP) function is commonly used as an objective function for MSA and is derived aswhere the score is >0. When the score is higher, the accuracy of MSA is higher [15]. ∑Residue > 0 represents the total score of amino acid residues in the alignment sequence. ∑penalty is the total penalty score due to inserting gap and ∑penalty > 0. ∑Residue is calculated aswhere S is the h residue of the i sequence, L is the length of the aligned sequences, and k is the number of the sequences. Cost is computed by a substitution matrix. Currently, two main kinds of substitution matrices are available: PAM and BLOSUM. The BLOSUM series applies to this research. In substitution matrices, S are different from each other. When the residues are mismatched, S are also different from each other. But, in the process of simplifying the calculation, we need to use a precise and representative numerical value to represent the characteristics of the matrix. The average value can be a good characteristic representing a group of different data. Therefore, using the average value mean(S) of S represents the match of the matrix and using an average value mean(S) of S represents the mismatch of the matrix. The calculation of ∑penalty is divided into two categories: linear penalty and affine penalty. Linear penalty penalizes the same score for each gap. Affine penalty is commonly used because it is biologically meaningful [16-18]. The gap is divided into two types: gap open penalty (GOP) and gap extension penalty (GEP), so the affine penalty formula is given aswhere NGOP is the number of GOP, NGEP is the number of GEP, and GOP > GEP.

3. The Theory Parameters Determination of SP Function for MSA

Symbol Description. The number of unaligned sequences is m. The length of the longest sequence is lenmax. The length of the shortest sequence is lenmin. The mean identity is iden. The number of amino acid residues matched is nummatch = (m(m − 1)/2) · lenmin · iden.  After alignment, the number of gaps inserted into each sequence is numgap. Table 1 summarizes the ratio of the longest sequence and the number of gaps inserted into the sequence of each data set in BAliBASE 2.0 and BAliBASE 3.0. It shows that the number of gaps in the longest sequence is not more than 0.2 times the length of the longest sequence. That is, the number of gaps in each sequence is numgap ≤ int (0.2 · lenmax) + lenmax − lenmin, and int is the rounding function. Figure 1 shows how the sequence length and the number of gaps numgap are related.
Table 1

Ratio of the longest sequence and the number of gaps inserted into the sequence.

BALIBASE 2.0 BALIBASE 3.0
Data setTest 1Test 2Test 3Ref 2Ref 3RV11RV12
Mean (ratio)0.07690.07640.07440.14390.16120.19380.0784
Figure 1

The relationship between the sequence length and the number of gaps.

Figure 1 is an example. If lenalign = 25, lenmax = 21, and lenmin = 7, the number of gaps inserted into the longest sequence is numgap = lenalign − lenmax = 25 − 21 = 4, and the ratio between the sequence and gaps is ratio = (lenalign − lenmax)/lenmax = 4/21 = 0.19. The number of gaps in the sequence is numgap ≤  int [0.2 · lenmax]. The number of gaps inserting the shortest sequence is numgap = lenalign − lenmin = 25 − 7 = 18, and the number of gaps in sequence is numgap ≤ int[0.2 · lenmax] + lenmax − lenmin. The number of gaps in other sequences is numgap ≤ int[0.2 · lenmax] + lenmax − lenmin. The following parameter formulas are inferred according to information obtained from Figure 2. Figure 2(a) has the best state unaligned sequence. Each sequence has the same length and no gaps. The longest length of any unaligned sequence is 10, so the number of gaps inserted can go up to 2. Figure 2(b) shows the worst alignment results (inserting maximum gap and minimum matching). If the score of Figure 2(b) is higher than the score of Figure 2(a), the parameters of the objective function meet all cases of alignment, because the situation in Figure 2 is the worst alignment.
Figure 2

Unalignment and alignment.

3.1. Substitution Matrix Theory Formula

According to (1), the SP score of unaligned sequences isand according to (1) and Figure 2(b), the following equations can be obtained:So, the SP score of the aligned sequences isIn theory, the alignment score must be greater than the unaligned sequence score,That is,Equation (9) can be simplified asThe formula of the substitution matrix is shown in (10), which can be simplified as The rationality of the substitution matrix can be judged according to (11).

3.2. GOP and GEP Theory Formulas

Based on the affine penalty, numgap is the number of gaps of each sequence; let us suppose that the number of gaps in each sequence is λ times as the number of GOP, so NGOP = m · (1/λ) · numgap and NGEP = m · (1 − 1/λ) · numgap. Because GOP > GEP, we accept that GOP = n · GEP, where λ, n is the positive integer, soAccording to (12), (9) can be expressed as follows:Equation (13) is the upper limit of GOP and the lower limit is GOP > 0. If the upper limit of GOP is multiplied by weight coefficient ω and 0 < ω < 1, the estimation formula of GOP iswhere nummatch = (m(m − 1)/2) · lenmin · iden, numgap = int(0.2 · lenmax) + lenmax − lenmin, and int is a rounding function. lenmin is the length of the shortest sequence in the unaligned sets, and iden is the mean identity of unaligned sets. The estimation formula of GEP isThe optimal value of each weight coefficients λ, n, ω, α, and β in (14) and (15) can be obtained through the following experiments.

4. Simulation and Results

In order to test the rationality of the parameter formulas and determine the optimal value of each weight coefficient, we designed the following experiments on the BAliBASE 2.0 and BAliBASE 3.0.

4.1. Experiment Setting

BAliBASE version 2.0 [10] is an improved version, extended from version 1 with 167 reference alignments to over 2100 sequences, which also features eight reference sets. Because all the reference alignments of BAliBASE are aligned by the manual, it often used to test algorithms [19-21]. Because our study is based on the global SP function, in this article, we used 113 reference alignments in References 1–3 as test objects. BAliBASE version 3.0 has the most widely used multiple alignment benchmark. The database contains 218 multiple protein sequence alignments, which have been divided into five reference sets. The first reference set includes equidistant sequences, whose identity is less than 20% (RV11) or between 20 and 40% (RV12) [22]. Other references have no similarity information. Because the formulas proposed in this paper need similarity of sequences, BAliBASE 2.0 and BAliBASE 3.0 (RV11 and RV12) were both used to establish data sets. SPS (sum-of-pair score) works as an objective function, which can determine score increases if sequences are correctly aligned. If the SPS is higher, the results of alignment are close to the reference alignment and can be even better than the reference alignment [20]. To test the rationality of presented formulas and to determine the optimal parameters combination of MSA tools, the most popular alignment program, MAFFT [16], is used in this research. The alignment results are obtained through the Perl programming language. The MAFFT program has some advantages: (1) the number of MAFFT program parameters is less and is easy to control, using only substitution matrices, GOP and GEP, (2) through Perl, the MAFFT program can batch align, and (3) alignment accuracy is for the most part better than CW, MUSCULE, and TCOFFEE. In our experiment, 1 ≤ GOP ≤ 20,0 ≤ GEP ≤ GOP/2. The GOP step is 1, the GEP step is 0.2, and the substitution matrices are BLOSUM30, BLOSUM45, and BLOSUM62. For each group of sequences, through batch processing, the number of alignment results is 1,590 because there are 1,590 different combined parameter patterns.

4.2. Experiment Results

4.2.1. The Verification of Substitution Matrix Formula

This section shows how the rationality of the substitution matrix was established (see (11)). Figure 3 illustrates the calculated value and reference value of each of the three substitution matrices for Reference 2 (note: the other figures are similar to Figure 3). According to (11), when the reference value is greater than the reference value, the substitution matrix is rationality. It is shown that BLOSUM30, BLOSUM45, and BLOSUM62 meet the requirements of all sequences.
Figure 3

The results of the verification of substitution matrix (11).

Table 2 lists the number of sequences meeting the substitution matrix sequence requirements (see (11)). It is shown that three BLOSUM substitution matrices meet all the sequences for References 1–3.
Table 2

The number of sequences meeting the substitution matrix requirements (see (11)).

Sequence numberReference alignment numberBLOSUM30 qualified number (rate)BLOSUM45 qualified number (rate)BLOSUM62 qualified number (rate)
Reference 14-57878 (100%)78 (100%)78 (100%)
Reference 214–192222 (100%)22 (100%)22 (100%)
Reference 3> 201212 (100%)12 (100%)12 (100%)

4.2.2. The Verification of Gap Penalty Formulas

Based on the SPS and MAFFT program (MAFFT-7.220-WIN64 version), we tested the rationality of (14) and (15). The optimum of GOP corresponded to the maximal SPS illustrated in Figure 4. From Figure 4, we can conclude the following: the GOP theory values inferred from (14) and (15) almost coincide with the optimal of GOP, so (14) can calculate the optimal value of GOP.
Figure 4

The results of verification of GOP/GEP in (14) and (15).

Table 3 statistics show the number of sequences in Reference 1 (Test 2), which meet the theory parameter requirements corresponding to SPS, which are greater than the default parameters corresponding to SPS. In Test 2, there are 24 sequences. Table 3 shows that when λ = 3, α = 0.2, β = 0.9, and n = 5, the number of sequences is greater than λ = 3, α = 0.2, β = 0.9, and n = 10. The best result is indicated in Blosum45, num 19, with an SPS of 0.8003 (in Table 3 set in bold face font). For Test 2 sequence sets, λ = 3, n = 5 is relatively rational and corresponds to ω = 0.05. The other sequence sets can also obtain the value of n, λ, ω, α, and β, which are listed in Table 4.
Table 3

Determination of the value of n, λ, ω, α, β.

n = 5, λ = 3, α = 0.2, β = 0.9 BLOSUM30 BLOSUM45 BLOSUM62
ω numSPSnumSPSnumSPS
0.0170.7586110.776890.7697
0.0290.761100.776980.7692
0.03100.7643110.7795100.7703
0.04120.782150.7886120.7745
0.05140.7843 19 0.8003 150.7846
0.06140.7805170.7924170.7864
0.07140.7767160.7896160.786
0.08140.7728160.784140.7821
0.09140.7668150.7804140.7777
0.1140.764150.78150.7826
0.0170.7586110.776890.7697
0.0290.7614100.776990.77
0.03100.7681120.7818120.7744
0.04150.7874150.7877130.7858
0.05130.7783150.79160.7918
0.06130.7736140.7845140.7859
0.07130.7732140.7781120.7819
0.08130.7709160.7846120.7713
0.09140.7779150.7781130.7751
0.1140.7731150.7795140.7779
Table 4

Optimal GOP/GEP/matrix.

Sequence setRef 1-test 1Ref 1-test 2Ref 1-test 3Ref 2Ref 3
Sequence row4-54-54-514–19>20
Sequence length (bp)<100100–300>30050–60060–600
ω 0.030.050.080.020.02
n 55101010
MatrixBLOSUM45BLOSUM45BLOSUM62BLOSUM45BLOSUM45
λ 3
α 0.2
β 0.9

4.2.3. Finding Optimal Value of Other Parameters in Derivation Formula

From the aforementioned experiments, we can determine the substitution matrix and n, λ, and ω in (14). The other parameters are related to the sequences where λ is the ratio of GOP and numgap, and numgap = int(0.2 · lenmax) + lenmax − lenmin. The number of GOP is limited and it will not increase too much, while the distribution of GEP is more concentrated. These parameters are more consistent with the biological characteristics of multiple sequence alignment. Optimal parameters and the SPS value are listed in Table 4. The optimal value of weight coefficient in our proposed formula is located in Table 4. Using a weight coefficient, we can obtain the optimal of GOP, GEP, and MATRIX parameters. The number of sequences corresponding to SPS is also listed in Table 4. Figure 5 shows that, for each SPS value sequence obtained from theory parameters, we inferred default parameters of MAFFT (MAFFT-7.220-WIN64 version) and CLUSTALW (CLUSTALW-2.1-WIN version). The SPS obtained by the MAFFT program are better than the CLUSTALW program on the default parameters. So we chose the MAFFT program as our test method. The SPS obtained by our theory parameters were better than the default parameters of MAFFT and CLUSTALW. Thus, the theory parameters we propose can optimize the results of MSA.
Figure 5

The SPS values are from MAFFT theory parameters, MAFFT default parameters, and CLUSTALW default parameter.

Table 5 shows the SPS mean values of References 1–3 sequences of BAliBASE 2.0 and RV11/RV12 of BAliBASE 3.0. The alignment sequences obtained from MAFFT default parameters, CLUSTALW default parameters, and MAFFT theory parameters are those proposed in this study. It is shown that SPS values obtained by MAFFT default parameters are better than SPS values obtained by CLUSTALW default parameters. The SPS values obtained using our theory parameters are the best. So, the theory parameters optimized the results of MSA.
Table 5

SPS mean value.

BaliBASE 2.0BaliBASE 3.0
Data setRef 1  (test 1)Ref 1  (test 2)Ref 1  (test 3)Ref 2Ref 3RV11RV12
MAFFT default parameters0.77490.77430.74600.85840.69380.45820.8142
CW default parameters0.76140.77320.73400.83110.61890.47580.7966
MAFFT theory parameters0.79180.80030.76520.86550.70730.51830.8449

5. Conclusions

This paper clearly shows that the parameters of MSA tools influence MSA results. These parameters not only include substitution matrices, GOP, and GEP but also include the length, number, and identity of sequences. Our goal was to find a group of combined optimal parameters. Based on the SP function, we established a series of formulas which can determine the value of substitution, GOP, and GEP. In order to test the rationality of the formulas, our experiments were conducted in the MAFFT program base or in the BAliBASE 2.0 and BAliBASE 3.0 (RV11 and RV12) database. Moreover, we obtained the optimal value of the substitution matrices, GOP and GEP, and these values proved to be better than the default values of the MAFFT program. After the theory analysis and experimental analysis, we can conclude that the proposed method can effectively solve the MSA parameter problems and improve MSA accuracy, which can provide more accuracy information for precision medicine in disease analysis and prediction.
  20 in total

1.  BAliBASE: a benchmark alignment database for the evaluation of multiple alignment programs.

Authors:  J D Thompson; F Plewniak; O Poch
Journal:  Bioinformatics       Date:  1999-01       Impact factor: 6.937

Review 2.  Recent progress in multiple sequence alignment: a survey.

Authors:  Cédric Notredame
Journal:  Pharmacogenomics       Date:  2002-01       Impact factor: 2.533

3.  T-Coffee: A novel method for fast and accurate multiple sequence alignment.

Authors:  C Notredame; D G Higgins; J Heringa
Journal:  J Mol Biol       Date:  2000-09-08       Impact factor: 5.469

4.  Empirical determination of effective gap penalties for sequence comparison.

Authors:  J T Reese; W R Pearson
Journal:  Bioinformatics       Date:  2002-11       Impact factor: 6.937

5.  MAFFT: a novel method for rapid multiple sequence alignment based on fast Fourier transform.

Authors:  Kazutaka Katoh; Kazuharu Misawa; Kei-ichi Kuma; Takashi Miyata
Journal:  Nucleic Acids Res       Date:  2002-07-15       Impact factor: 16.971

6.  BAliBASE 3.0: latest developments of the multiple sequence alignment benchmark.

Authors:  Julie D Thompson; Patrice Koehl; Raymond Ripp; Olivier Poch
Journal:  Proteins       Date:  2005-10-01

7.  Variable gap penalty for protein sequence-structure alignment.

Authors:  M S Madhusudhan; Marc A Marti-Renom; Roberto Sanchez; Andrej Sali
Journal:  Protein Eng Des Sel       Date:  2006-01-19       Impact factor: 1.650

8.  A new initiative on precision medicine.

Authors:  Francis S Collins; Harold Varmus
Journal:  N Engl J Med       Date:  2015-01-30       Impact factor: 91.245

9.  Protein multiple sequence alignment benchmarking through secondary structure prediction.

Authors:  Quan Le; Fabian Sievers; Desmond G Higgins
Journal:  Bioinformatics       Date:  2017-05-01       Impact factor: 6.937

10.  Quality measures for protein alignment benchmarks.

Authors:  Robert C Edgar
Journal:  Nucleic Acids Res       Date:  2010-01-04       Impact factor: 16.971

View more

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