Literature DB >> 15985178

Full cyclic coordinate descent: solving the protein loop closure problem in Calpha space.

Wouter Boomsma1, Thomas Hamelryck.   

Abstract

BACKGROUND: Various forms of the so-called loop closure problem are crucial to protein structure prediction methods. Given an N- and a C-terminal end, the problem consists of finding a suitable segment of a certain length that bridges the ends seamlessly. In homology modelling, the problem arises in predicting loop regions. In de novo protein structure prediction, the problem is encountered when implementing local moves for Markov Chain Monte Carlo simulations. Most loop closure algorithms keep the bond angles fixed or semi-fixed, and only vary the dihedral angles. This is appropriate for a full-atom protein backbone, since the bond angles can be considered as fixed, while the (phi, psi) dihedral angles are variable. However, many de novo structure prediction methods use protein models that only consist of Calpha atoms, or otherwise do not make use of all backbone atoms. These methods require a method that alters both bond and dihedral angles, since the pseudo bond angle between three consecutive Calpha atoms also varies considerably.
RESULTS: Here we present a method that solves the loop closure problem for Calpha only protein models. We developed a variant of Cyclic Coordinate Descent (CCD), an inverse kinematics method from the field of robotics, which was recently applied to the loop closure problem. Since the method alters both bond and dihedral angles, which is equivalent to applying a full rotation matrix, we call our method Full CCD (FCDD). FCCD replaces CCD's vector-based optimization of a rotation around an axis with a singular value decomposition-based optimization of a general rotation matrix. The method is easy to implement and numerically stable.
CONCLUSION: We tested the method's performance on sets of random protein Calpha segments between 5 and 30 amino acids long, and a number of loops of length 4, 8 and 12. FCCD is fast, has a high success rate and readily generates conformations close to those of real loops. The presence of constraints on the angles only has a small effect on the performance. A reference implementation of FCCD in Python is available as supplementary information.

Entities:  

Mesh:

Substances:

Year:  2005        PMID: 15985178      PMCID: PMC1192790          DOI: 10.1186/1471-2105-6-159

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Many protein structure prediction methods require an algorithm that is capable of constructing a new conformation for a short segment of the protein, without affecting the rest of the molecule. In other words, a protein fragment needs to be generated that seamlessly closes the gap between two given, fixed end points. This problem is generally called the loop closure problem, and was introduced in a classic paper by Go and Scheraga more than 30 years ago [1]. It has been the continued subject of intensive research over many years due to its high practical importance in structure prediction. The loop closure problem arises in at least two different structure prediction contexts. In homology modelling, it is often necessary to rebuild certain loops that differ between the protein being modelled and the template protein [2]. The modelled loop needs to bridge the gap between the end points of the template's loop. In de novo prediction, local resampling or local moves can be considered as a variant of the loop closure problem. Typically, the conformation of a protein segment needs to be changed without affecting the rest of the protein as a sampling step in a Markov Chain Monte Carlo (MCMC) procedure [3]. In both homology and de novo structure prediction, the problem is however essentially the same. The classic article by Go and Scheraga [1] describes an analytical solution to finding all possible solutions for a protein backbone of three residues. In this case, the degrees of freedom (DOF) comprise six dihedral angles, ie. the backbone's (φ, ψ) angles. Another approach is to use a fragment library derived from the set of solved protein structures, and look for fragments or combinations of fragments that bridge the given fixed ends [4-6]. More recently, the loop closure problem has been tackled using algorithms borrowed from the field of robotics, in particular inverse kinematics methods [7-9]. Still other methods use various Monte Carlo chain perturbation approaches, often combined with analytical methods [10,3,12]. A good overview of loop closure methods and references can be found in Kolodny et al. (2005) [6]. Most methods assume that one is working with a full-atom protein backbone with fixed bond angles and bond lengths, so the DOF consist solely of the backbone's (φ, ψ) angles. However, in many cases not all the atoms of the protein backbone are present in the model. In particular, a large class of structure prediction, design and in silico folding methods makes use of drastically simplified models of protein structure [13,14]. A protein structure might for example be represented by a chain of Cα atoms or a chain of virtual atoms at the centers of mass of the side chain atoms [15]. In these models, there is obviously no full-atom model of the protein's backbone available. In the case of Cα-only models, the structure can be described as a sequence of pseudo bonds, pseudo angles θ and pseudo dihedral angles τ [16]. Here, the term 'pseudo' indicates that the consecutive Cα's are not actually connected by chemical bonds. As in the case of the protein's backbone, the pseudo bond lengths can be considered fixed (typically 3.8 Å). In contrast, the pseudo bond angles between three consecutive Cα atoms are most definitely not fixed, but vary between 1.4 and 2.7 radians. Hence, a Cα-only model of N residues can be represented by a sequence of N - 2 pseudo bond angles θ and N - 3 pseudo dihedral angles τ (Figure 1).
Figure 1

A protein segment's Cα trace. The Cα positions are numbered, and the pseudo bond angles θ and pseudo dihedrals τ are indicated. The segment has length 5, and is thus fully described by two pseudo dihedral and three pseudo bond angles.

A protein segment's Cα trace. The Cα positions are numbered, and the pseudo bond angles θ and pseudo dihedrals τ are indicated. The segment has length 5, and is thus fully described by two pseudo dihedral and three pseudo bond angles. Most inverse kinematics approaches assume that the DOF consist only of dihedral angles, and keep the bond angles fixed or semi-fixed. Hence, they cannot be readily applied to the Cα-only case without restricting the search space unnecessarily. In principle, fragment library based methods would apply, but here the problem of data sparsity arises [17,18]. Often, no suitable fragments can be found if the number of residues between the fixed ends becomes too high. In order to solve the loop closure problem in Cα space, we extend a particularly attractive approach that was recently introduced by Canutescu & Dunbrack [8]. The algorithm is called Cyclic Coordinate Descent (CCD), and like many other loop closure algorithms it derives from the field of robotics [19]. As pointed out by Canutescu & Dunbrack, the CCD algorithm is meant as a black box method that generates plausible protein segments that bridge two given, fixed endpoints. The final choice is typically made based upon the occurrence of steric clashes, applicable constraints (for example side chain conformations) and evaluation of the energy. The CCD algorithm does not directly generate conformations that bridge a given gap, but alters the dihedral angles of a given starting segment that already overlaps at the N-terminus such that it also closes at the C-terminus. The starting segment can be generated in many ways, for example by using a fragment library derived from real structures or by constructing random artificial fragments with reasonable conformations. Surprisingly, most protein loops can be closed efficiently by CCD starting from artificial loops constructed with random (φ, ψ) dihedral angles [8]. The CCD algorithm alters the (φ, ψ) dihedral angles for every residue in the segment in an iterative way. In each step, the RMSD between the chain end and the overlap is minimized by optimizing one dihedral angle. Because only one dihedral angle is optimized at a time, the optimal rotation can be calculated efficiently using simple vector arithmetic. The list of advantages of CCD is impressive: it is conceptually simple and easy to implement, computationally fast, very flexible (ie. capable of incorporating various restraints and/or constraints) and numerically stable. Therefore, we decided to adopt the CCD algorithm for use with Cα-only models. Here, we describe a new version of CCD that optimizes both dihedral angles and bond angles, while maintaining all the advantages of the CCD method. We call our method Full Cyclic Coordinate Descent (FCCD), where "Full" indicates that both dihedral angles and bond angles are optimized, while only the bond lengths remain fixed. At the heart of the FCCD method lies a procedure to superimpose point sets with minimal Root Mean Square Deviation (RMSD), based on singular value decomposition. As is the case for the CCD algorithm, FCCD is not a modelling method in itself. Rather, it can be used as a method to generate possible conformations that can be evaluted using some kind of energy function. To test the algorithm, we selected random segments from a protein structure database, and evaluated the efficiency of closing the corresponding gaps starting from artificial segments with protein-like (θ, τ) angles. We show that FCCD is both fast and successful in solving the loop closure problem, even in the presence of angle constraints. Conformations close to those of real protein loops are readily generated. Finally, we discuss possible applications of the FCCD algorithm, and mention some possible disadvantages.

Results and discussion

Overview of the FCCD algorithm

Figure 2 illustrates the essence of the FCCD algorithm, and Table 3 provides detailed pseudo code. Here we define some of the terms that will be used throughout the article, and provide a high level overview of the FCCD algorithm.
Figure 2

The action of the FCCD algorithm in Cα space. The Cα traces of the moving, fixed and closed segments are shown in red, green and blue, respectively. The Cα atoms are represented as spheres. The labels f0, f1 and f2 indicate the three fixed vectors at the N-terminus that are initially common between the fixed and moving segments. The loop is closed when the three C-terminal vectors of the moving segment (labelled m, m, m) superimpose with an RMSD below the given threshold on the three C-terminal vectors of the fixed segment (labelled (f, f, f). This figure and Figure 3 were made with PyMol .

Table 3
maxit = maximum number of iterations
moving = N × 3 matrix of Cα positions in moving segment
fixed = N × 3 matrix of Cα positions in fixed segment
threshold = desired minimum RMSD
N = length of the segments
M = 3 × 3 matrix (centered coordinates along columns)
F = 3 × 3 matrix (centered coordinates along columns)
S = diag(1, 1, -1)
repeat maxit:
 # Start iteration over pivots
for i from 2 to N-3:
  pivot = moving[i,:]
  # Make pivot point origin
  for j from 0 to 2:
   M [:,j] = moving [N-3+j,:]-pivot
   F [:,j] = fixed [N-3+j,:]-pivot
  # Find the rotation Γ that minimizes RMSD
  Σ = FMT
  U, D, VT = svd(Σ)
  # Check for reflection
  if det(U)det(VT)<0:
   U = US
  Γ = UVT
  # Evaluate and apply rotation
  if accept(Γ):
   # Apply the rotation to the moving segment
   for j from i+1 to N-1:
      moving [j,:] = Γ (moving [j,:]-pivot)+pivot
   rmsd = calc_rmsd(moving [N-3,:], fixed [N-3,:])
   # Stop if RMSD below threshold
   if rmsd<threshold:
      return moving, rmsd
# Failed: RMSD threshold not reached before maxit
return 0

The accept function rejects or accepts the proposed rotation, based on the resulting (θ, τ) pair. The svd function performs singular value decomposition, and calc_rmsd calculates the RMSD between two lists of vectors.

The action of the FCCD algorithm in Cα space. The Cα traces of the moving, fixed and closed segments are shown in red, green and blue, respectively. The Cα atoms are represented as spheres. The labels f0, f1 and f2 indicate the three fixed vectors at the N-terminus that are initially common between the fixed and moving segments. The loop is closed when the three C-terminal vectors of the moving segment (labelled m, m, m) superimpose with an RMSD below the given threshold on the three C-terminal vectors of the fixed segment (labelled (f, f, f). This figure and Figure 3 were made with PyMol . The fixed segment is a list of Cα vector positions that specifies the gap that needs to be bridged. Only the first and last three Cα positions, with corresponding vectors (f0, f1, f2) and (f, f, f) are relevant. We will call these two sets of vectors the N- and C-terminal overlaps, respectively. The moving segment is a list of Cα position vectors that will be manipulated by the FCCD algorithm to bridge the gap. The closed segment is the moving segment after its pseudo bond angles and pseudo dihedral angles were adjusted to bridge the N- and C-terminal overlaps of the fixed segment. The vectors describing the positions of the Cα atoms in a segment of N residues are labelled from 0 to N - 1. Initially, the first three vectors of the moving loop coincide with the first three vectors of the fixed segment, while the last three vectors are conceivably reasonably close to the last three vectors of the fixed loop. This last condition is however not very critical. The moving segment can be obtained using any algorithm that generates plausible Cα fragments, including deriving them from real protein structures. The fixed segment is typically derived from a real protein of interest, or a model in an MCMC simulation. The FCCD algorithm changes the pseudo bond angles and pseudo dihedral angles of the moving loop in such a way that the RMSD between the last three vectors of the moving loop (m, m, m) and the last three vectors of the fixed loop (f, f, f) is minimized, thereby seamlessly closing the gap. Note that we assume that the last three vectors of the moving and fixed segments can be superimposed with an RMSD of 0.0 Å (see Figure 2). In other words, the first and last pseudo bond angles in both segments are equal. It is however perfectly possible to use segments with different pseudo bond angles at these positions. Since the final possible minimum RMSD will be obviously greater than 0 in this case, the RMSD threshold needs to be adjusted accordingly. The algorithm proceeds in an iterative way. In each iteration, a vector min the moving segment is chosen that will serve as a center of rotation. This chosen center of rotation will be called the pivot throughout this article. Then, the rotation matrix that rotates (m, m, m) on (f, f, f) around the pivot and resulting in minimum RMSD is determined, and applied to all the vectors mdownstream i (with i CCD is that the latter applies a general rotation to the chain using an atom in the chain as a pivot, while the former only applies a rotation around a single axis. The process is stopped when the RMSD falls below a given threshold. Finding the optimal (with respect to the RMSD) rotation matrix corresponds to finding one optimal pseudo bond angle and pseudo dihedral angle pair. We define θas the bond angle of the vectors m, m, mand τas the dihedral angle of the vectors m, m, m, m(see Figure 1 and [16]). These definitions have the intuitive interpretation that altering (θ, τ) changes the positions of all Cα's downstream from position i. Conversely, using pivot mand applying a rotation matrix to all the positions downstream from position i corresponds to changing pseudo bond angle θ and pseudo dihedral angle τ. For a segment of N Cα's (with N > 3), the pseudo angles range from θ1 to θand the pseudo dihedrals range from τ2 to τ. Since the first and last bond angles of the moving segment are fixed, the pivot points range from position 2 to position N - 3 (with N > 4). The pseudo bond angle and pseudo dihedral angle pairs thus range from (θ2, τ2) to (θ, τ). Finding the optimal rotation matrix with respect to the RMSD of the C-terminal overlaps can be efficiently solved using singular value decomposition, as described in detail in the following section.

Finding the optimal rotation

In this section we discuss solving the following subproblem arising in the FCCD algorithm: given a chosen pivot point i in the moving segment, find the optimal (θ, τ) pair that minimizes the RMSD between the last three Cα vectors in the moving segment and the last three Cα vectors in the fixed segment. Recall that the (θ, τ) pair at position i corresponds to the pseudo bond angles and pseudo dihedral angles defined by vectors m, m, mand m, m, m, mrespectively. Finding the optimal (θ, τ) pair simply corresponds to finding the optimal rotation matrix using Cα position i as the center of rotation (see Figure 2). This reformulated problem can be solved by a variant of a well known algorithm to superimpose two point sets with minimum RMSD which makes use of singular value decomposition [20,21]. Below, we describe this adapted version of the algorithm. First, the C-terminal overlaps of the moving and the fixed segment need to be translated to the new origin that will be used as pivot for the optimal rotation. This new origin is the pivot vector m at Cα position i in the moving segment. The new vector coordinates of the moving and the fixed segments are put in two matrices (respectively M and F), with the coordinates of the vectors positioned column wise: M = [m- m| m- m| m- m] F = [f- m| f- m| f- m] Then, the correlation matrix Σ is calculated using M and F : Σ = FM Any real n × m matrix A can be written as the product of an orthogonal n × n matrix U, a diagonal n × m matrix D and an orthogonal m × m matrix V[22]. Such a factorization is called a singular value decomposition of A. The positive diagonal elements of D are called the singular values. Hence, Σ can be written as: Σ = UDV The optimal rotation Γ is then calculated as follows: Γ = USV The value of the diagonal 3 × 3 matrix S is determined by the product det(U)det(V), which is either 1 or -1. If this product is -1 then S = diag(1, 1, -1), else S is the 3 × 3 unit matrix. The matrix S ensures that Γ is always a pure rotation, and not a rotation-inversion [21]. In order to apply to all the vectors that are downstream from the pivot point i, these vectors are first translated to the origin of the rotation (ie. pivot point m), left multiplied by Γ and finally translated back to the original origin: where i

Adding angle constraints to FCCD

It is straightforward to constrain the (θ, τ) angles to a given probability distribution. For each rotation matrix Γ, the resulting new pseudo bond angles and dihedral angles can easily be calculated. The new angles can for example be accepted or rejected using a simple rejection sampling Monte Carlo scheme, comparing the probabilities of the previous pair (θ, τ) with that of the next pair (θ, τ). If P (θ, τ) > P (θ, τ) the change is accepted, otherwise it is accepted with a chance proportional to P (θ, τ) / P (θ, τ). A similar approach was used by Canutescu & Dunbrack [8], and we describe its performance in combination with FCCD in the following section. More advanced methods could take the probability of the sequence of angles into account as well, for example using a Hidden Markov Model of the backbone [23]. The pseudo code in Table 3 illustrates accepting/rejecting rotations using an unspecified 'accept' function, whose details will depend on the application.

FCCD's performance

In order to evaluate the general efficiency of the method, we selected random fragments of various sizes from a representative database of protein structures, and used these fragments as fixed segments. Hence, the evaluation described below is not limited to loops, but extends to random protein segments. This is a relevant test, since local moves in a typical MCMC simulation are indeed performed on random segments. The fixed segments were sampled from a dataset of fold representatives (see Methods). First we selected a random fold representative, and subsequently extracted a random continuous fragment of suitable length. The lengths varied from 10 to 30 with a step size of 5. It should be noted that the length of the segment here refers to the number of Cα atoms between the ends that need to be bridged. The moving segments were generated using random dihedral and bond angles in regions accessible to proteins (see previous section). This was done by sampling the (θ, τ) pairs according to a probability distribution derived from a set of representative protein structures (see Methods). The bond length was fixed at 3.8 Å, in tune with the consensus Cα-Cα distance in protein structures. The last bond angle in the moving segment was chosen equal to the last bond angle in the fixed loop to make a final RMSD of 0.0 Å possible. The RMSD threshold was 0.1 Å. The maximum number of iterations was set to 1000, where one iteration is a sweep over all positions. We ran the FCCD program on 1000 different fixed segments. Table 1 summarizes the results.
Table 1

Performance of the FCCD algorithm for various segment lengths. The first and second number in columns 2–4 refer to unconstrained and constrained FCCD, respectively. Columns 2 and 3 respectively show the average time and number of iterations needed for closing a single segment successfully. The percentage of loops successfully closed in under 1000 iterations is shown in the last column.

Segment lengthAverage time (ms)Average iterations% Closed
54.5/51.714.0/27.099.90/86.50
105.2/28.310.5/16.899.40/98.20
155.6/28.67.8/12.199.60/99.40
206.2/27.16.3/9.099.80/99.40
257.6/31.75.5/7.699.00/99.90
307.1/31.04.4/6.399.70/99.40
Performance of the FCCD algorithm for various segment lengths. The first and second number in columns 2–4 refer to unconstrained and constrained FCCD, respectively. Columns 2 and 3 respectively show the average time and number of iterations needed for closing a single segment successfully. The percentage of loops successfully closed in under 1000 iterations is shown in the last column. A first observation is the effect of the angle constraints. These slow down FCCD with a factor of 10 for small segments (5 residues) and roughly a factor of 5 for larger segments (10 residues or more). Nonetheless FCCD including constraints remains quite speed efficient: small five residue segments are on average closed in about 50 ms, while larger segments (from 10 to 30 residues) are closed considerably faster (on average in about 30 ms). The explanation for this is of course that it is easier to close large segments because they have more DOF. Hence, FCCD, like CCD, is fast and easily handles large segments efficiently. Overall, the success rate of FCCD is excellent, and very little affected by constraints. For 5 residue segments, adding constraints diminishes the number of successfully closed segments from 99.9% to 86.5%. This effect is however much less pronounced for larger segments: more than 98% percent of the moving/fixed segment pairs can be successfully closed. In short, FCCD is both speed efficient and has a high success rate, even in the presence of constraints.

Evaluation of FCCD's sampling space

Does FCCD potentially generate realistic protein conformations? FCCD could be used to propose possible conformations that are subsequently evaluated by an energy function. In this context, it is of course imperative to generate realistic conformations. To answer this question, we evaluate FCCD's ability to generate closed segments that are close to real protein loops. We used 30 real loops with lengths of 4, 8 and 12 residues as fixed segments. The loop length refers to the number of residues between the N- and C-terminal overlaps. FCCD was applied using (θ, τ) constraints and an RMSD threshold of 0.1 Å. The maximum number of iterations was set to 1000. For each loop, we attempted to generate closed segments from 1000 random moving segments within the allowed number of iterations. The moving segments were generated as described in the previous section. For all 30 loop cases, we then identified the closed segment that resembled the input loop best as judged by the RMSD. For the calculation of the RMSD, we included the N-and C-terminal overlaps. The results are shown in Table 2, and the best fitting loops for each loop size are shown in Figure 3.
Table 2

Minimum RMSD (out of 1000 tries) between a fixed segment derived from a protein structure and a closed segment generated by FCCD. The length of the loops is shown between parentheses in the upper row.

Loop (4)RMSDLoop (8)RMSDLoop (12)RMSD
1dvj, A, 20–230.591cru, A, 85–922.311cru, A, 358–3693.37
1dys, A, 47–500.671ctq, A, 144–1512.221ctq, A, 26–372.40
1egu, A, 404–4070.611d8w, A, 334–3412.041d4o, A, 88–993.20
1ej0, A, 74–770.611ds1, A, 20–272.201d8w, A, 43–542.74
1i0h, A, 123–1260.731gk8, A, 122–1292.201ds1, A, 282–2933.16
1id0, A, 405–4080.661i0h, A, 145–1522.421dys, A, 291–3022.90
1qnr, A, 195–1980.541ixh, 106–1131.981egu, A, 508–5193.06
1qop, A, 44–470.581lam, 420–4272.161f74, A, 11–223.12
1tca, 95–980.761qop, B, 14–212.171q1w, A, 31–423.04
1thf, D, 121–1240.563chb, D, 51–581.971qop, A, 175–1862.97

Average RMSD0.63Average RMSD2.17Average RMSD3.00
Figure 3

Loops generated by FCCD (blue) that are close to real protein loops (green). The loops with lowest RMSD to a given loop of length 4 (top), 8 and 12 (bottom) are shown (loops 1qnr, A, 195–198, 3chb, D, 51–58 and 1ctq, A, 26–37). The N- terminus is at the left hand side.

Minimum RMSD (out of 1000 tries) between a fixed segment derived from a protein structure and a closed segment generated by FCCD. The length of the loops is shown between parentheses in the upper row. The accept function rejects or accepts the proposed rotation, based on the resulting (θ, τ) pair. The svd function performs singular value decomposition, and calc_rmsd calculates the RMSD between two lists of vectors. SABMark identifiers of the 236 structures used as fold representatives Loops generated by FCCD (blue) that are close to real protein loops (green). The loops with lowest RMSD to a given loop of length 4 (top), 8 and 12 (bottom) are shown (loops 1qnr, A, 195–198, 3chb, D, 51–58 and 1ctq, A, 26–37). The N- terminus is at the left hand side. It is clear that FCCD readily generates closed segments that are reasonably close to the real loops, with an average RMSD of about 0.6, 2.2 and 3.0 Å for loops of 4, 8 and 12 residues, respectively. The highest minimum RMSD values for these loop lengths are 0.76, 2.42 and 3.37 Å, respectively, indicating that FCCD in general can come up with a reasonably close conformation. Using more initial moving segments will obviously increase the chance of encountering a close conformation. Additionally, one can also expect an even better performance with a more refined way to constrain the (θ, τ) angles.

Conclusion

In this article, we introduce an algorithm that solves the loop closure problem for Cα only protein models. The method is conceptually similar to the CCD loop closure method introduced by Canutescu and Dunbrack [8], but optimizes dihedral and bond angles simultaneously, while the former method only optimizes one angle at a time. At the heart of the method lies a modified algorithm to superimpose point sets with minimum RMSD, based on singular value decomposition [20,21]. The algorithm is fast, numerically stable and leads to a solution for the great majority of loop closure problems studied here. Importantly, the method remains efficient even in the presence of constraints on the dihedral and bond angles. FCCD readily handles large gaps, and potentially generates realistic conformations. Compared to other loop closure methods, FCCD is surprisingly easy to implement provided a function is available to calculate the singular value decomposition of a matrix. A possible disadvantage is that FCCD has a tendency to induce large changes to the pseudo angles at the start of the moving segment while angles near the end are less affected, which is also the case for CCD [8]. This can for example be avoided by selecting the pivot points in a random fashion, or by limiting the allowed change in the angles per iteration. Occasionally the method gets stuck, which can be avoided by incorporating stochastic changes away from the encountered local minimum. One can also simply try again with a new random moving segment. We believe that CCD and FCCD despite these disadvantages are among the most efficient loop closure algorithms currently available. The FCCD algorithm proposed here has great potential for use in structure prediction methods that only make use of Cα atoms, or that otherwise do not include all backbone atoms [15,13,14]. FCCD could be used for example to implement local moves in a MCMC procedure. The moving segments could be derived from a fragment database or generated from a probabilistic model of the protein backbone. The latter model could range from a primitive probability distribution over allowed (θ, τ) angle pairs like we used here to a Hidden Markov Model that also models the sequence of (θ, τ) angle pairs. We are planning to use the FCCD algorithm in combination with a sophisticated probabilistic model of the protein's backbone, which will steer both the generation of the initial moving loop and the acceptance/rejection of the angles. The performance of FCCD in this context will be the subject of a future publication.

Methods

Implementation

The FCCD algorithm was implemented in C, using the LAPACK [24] function dgesvd for the calculation of the singular value decomposition. Handling PDB files and calculating the (θ, τ) angles [16] was done using Biopython's Bio.PDB module [25]. We used a 2.5 GHz Pentium processor to calculate the benchmarks. A reference implementation of FCCD in Python is available as supplementary information.

Structure databases

For the calculation of the (θ, τ) probability distribution and the generation of random protein fragments, we used the SABMark 1.63 Twilight Zone database [26]. SABMark Twilight Zone contains 2230 high quality protein structures, divided over 236 different folds. All protein pairs have a BLAST E-value below 1, and thus presumably belong to different superfamilies. A dataset of fold representatives was generated by selecting a single structure at random for each fold (see Table 4).
Table 4

SABMark identifiers of the 236 structures used as fold representatives

1ew6a_1ail__1l1la_1kid__1n8yc11gzhb11e5da11ep3b21ihoa_1m0wa1
1dhs__1gpua22lefa_1nsta_1eaf__1iiba_1d5ra21foha31gpua31crza2
3pvia_1i6pa_1e4ft11kx5d_2pth__1lu9a21dkla_1fsga_1m2oa32dpma_
1ajsa_1fxoa_3tgl__1bx4a_1mtyg_1duvg21qopb_1iata_1k2yx21f0ka_
1ayl_11toaa_8abp__1nh8a11bi5a22mhr__1a2pa_3lzt__1dkia_1e7la2
1bf4a_1bb8__1kpf__1mu5a21lfda_1gpea21jqca_1a2va21jfma_1ll7a2
1cjxa11lo7a_1fm0e_1fs1b21o0wa21dtja_1k0ra31evsa_1jpdx21qd1a1
1d5ya31h3fa21iq0a31tig__1xxaa_1ck9a_1gyxa_1e5qa21ivsa21qbea_
3grs_31f08a_1c7ka_1lkka_1dq3a31uox_112asa_1bob__1m4ja_1dv5a_
1f5ma_1k2ea_1ei1a21jdw__1ln1a_2pola21f0ia11rl6a11fvia21j7la_
1is2a11e8ga21qr0a12dnja_1kuua_1qh5a_1ii7a_1b8pa21j7na31chua3
1f00i31grj_11nkd__1mwxa31jp4a_1ih7a21eula21gnla_1maz__2por__
4htci_1es7b_1tocr11d1la_1fd3a_1i8na_1h8pa14sgbi_1fltv_1quba1
1d4va31tpg_21iuaa_1fv5a_1mdya_1zmec11fjgn_1eska_1i50i21fbva4
1dmc__1e53a_1ezvb11jeqa11k3ea_1rec__1lm5a_1k82a11jaja_1m0ka_
1c0va_1kqfc_1ocrk_1h67a_2cpga_1ljra11brwa11hs7a_2cbla21jmxa2
1hyp__1cuk_21ecwa_1l9la_1g7da_1jkw_11dgna_1iqpa11pa2a_1ko9a1
1f1za11ks9a12sqca21d2ta_1h3la_1wer__1b3ua_1n1ba21poc__1e79i_
1m1qa_1enwa_1g4ma11e5ba_1qhoa21kv7a21l4ia21c8da_1amm_11ca1_2
1phm_21d7pm_1jjcb21flca11gr3a_1mjsa_1a8d_11lf6a21fqta_1jb0e_
1jh2a_1lcya11mgqa_1hcia11b3qa21jlxa11dar_11exma21ejea_1agja_
1e79d22rspa_1h0ha11gtra12erl__1btn__1lf7a_1jmxa51crua_1m1xa4
1hx0a11goia11ciy_21daba_3tdt__1gg3a11pmi__1bdo__1h3ia21gppa_
1f39a_1k6wa11jqna_1lu9a11m6ia11o94a3
The loops used to evaluate FCCD's sampling space were derived from Canutescu & Dunbrack [8]. We shifted two loops (1d8w, A, 46–57 and 1qop, A, 178–189) by three residues to ensure that all loops had three flanking residues on each side.

Calculation of the (θ, τ) probability distribution

The bond angle θ was subdivided in 18 bins and the dihedral angle τ in 36 bins, in both cases starting at 0 degrees and with a bin width of 10 degrees. All (θ, τ) angles were extracted from all structures in the SABMark Twilight Zone database that consisted of a polypeptide chain without breaks. In total, 257534 angle pairs were extracted. Each such (θ, τ) angle pair was assigned to a bin pair, and the number of angle pairs assigned to each bin pair was stored in a 18 × 36 count matrix. Finally, the normalized count matrix was used to assign a probability to any given (θ, τ) angle pair.

List of abbreviations

CCD: Cyclic Coordinate Descent DOF: Degrees Of Freedom • FCCD: Full Cyclic Coordinate Descent MCMC: Markov Chain Monte Carlo • RMSD: Root Mean Square Deviation

Authors' contributions

TH conceived the FCCD algorithm. WB implemented FCCD in the C language, and introduced various refinements and optimizations. Both authors read and approved the article.

Additional File 1

The file FCCD.py contains an implementation of the FCCD algorithm. The program was implemented in the interpreted, object oriented language Python . The Numeric Python package , a Python module that implements many advanced mathematical operations efficiently in C and FORTRAN, provided implementations of singular value decomposition and various matrix operations. In addition, the Biopython toolkit, a set of Bioinformatics modules implemented in Python, was used to represent atomic coordinates as vector objects [25]. The core of the FCCD implementation comprises only 50 lines of Python code. Numeric Python and Biopython (version 1.4b) are needed to execute the sample code. Click here for file
  17 in total

1.  HMMSTR: a hidden Markov model for local sequence-structure correlations in proteins.

Authors:  C Bystroff; V Thorsson; D Baker
Journal:  J Mol Biol       Date:  2000-08-04       Impact factor: 5.469

2.  Proteins wriggle.

Authors:  Michael Cahill; Sean Cahill; Kevin Cahill
Journal:  Biophys J       Date:  2002-05       Impact factor: 4.033

3.  Cyclic coordinate descent: A robotics algorithm for protein loop closure.

Authors:  Adrian A Canutescu; Roland L Dunbrack
Journal:  Protein Sci       Date:  2003-05       Impact factor: 6.725

4.  PDB file parser and structure class implemented in Python.

Authors:  Thomas Hamelryck; Bernard Manderick
Journal:  Bioinformatics       Date:  2003-11-22       Impact factor: 6.937

5.  A kinematic view of loop closure.

Authors:  Evangelos A Coutsias; Chaok Seok; Matthew P Jacobson; Ken A Dill
Journal:  J Comput Chem       Date:  2004-03       Impact factor: 3.376

Review 6.  Development of novel statistical potentials for protein fold recognition.

Authors:  N-V Buchete; J E Straub; D Thirumalai
Journal:  Curr Opin Struct Biol       Date:  2004-04       Impact factor: 6.809

Review 7.  Coarse-grained models for proteins.

Authors:  Valentina Tozzini
Journal:  Curr Opin Struct Biol       Date:  2005-04       Impact factor: 6.809

8.  PDB-based protein loop prediction: parameters for selection and methods for optimization.

Authors:  H W van Vlijmen; M Karplus
Journal:  J Mol Biol       Date:  1997-04-11       Impact factor: 5.469

9.  Comparison of systematic search and database methods for constructing segments of protein structure.

Authors:  K Fidelis; P S Stern; D Bacon; J Moult
Journal:  Protein Eng       Date:  1994-08

10.  Using known substructures in protein model building and crystallography.

Authors:  T A Jones; S Thirup
Journal:  EMBO J       Date:  1986-04       Impact factor: 11.598

View more
  9 in total

1.  Analysis of loop boundaries using different local structure assignment methods.

Authors:  Manoj Tyagi; Aurélie Bornot; Bernard Offmann; Alexandre G de Brevern
Journal:  Protein Sci       Date:  2009-09       Impact factor: 6.725

2.  A benchmark study of loop modeling methods applied to G protein-coupled receptors.

Authors:  Lee H Wink; Daniel L Baker; Judith A Cole; Abby L Parrill
Journal:  J Comput Aided Mol Des       Date:  2019-05-23       Impact factor: 3.686

3.  Near-native protein loop sampling using nonparametric density estimation accommodating sparcity.

Authors:  Hyun Joo; Archana G Chavan; Ryan Day; Kristin P Lennox; Paul Sukhanov; David B Dahl; Marina Vannucci; Jerry Tsai
Journal:  PLoS Comput Biol       Date:  2011-10-20       Impact factor: 4.475

4.  ModeRNA: a tool for comparative modeling of RNA 3D structure.

Authors:  Magdalena Rother; Kristian Rother; Tomasz Puton; Janusz M Bujnicki
Journal:  Nucleic Acids Res       Date:  2011-02-07       Impact factor: 16.971

5.  Sampling realistic protein conformations using local structural bias.

Authors:  Thomas Hamelryck; John T Kent; Anders Krogh
Journal:  PLoS Comput Biol       Date:  2006-08-21       Impact factor: 4.475

Review 6.  Conformational sampling in template-free protein loop structure modeling: an overview.

Authors:  Yaohang Li
Journal:  Comput Struct Biotechnol J       Date:  2013-02-25       Impact factor: 7.271

7.  A self-organizing algorithm for modeling protein loops.

Authors:  Pu Liu; Fangqiang Zhu; Dmitrii N Rassokhin; Dimitris K Agrafiotis
Journal:  PLoS Comput Biol       Date:  2009-08-21       Impact factor: 4.475

8.  Improvements to robotics-inspired conformational sampling in rosetta.

Authors:  Amelie Stein; Tanja Kortemme
Journal:  PLoS One       Date:  2013-05-21       Impact factor: 3.240

9.  An all-atom model of the chromatin fiber containing linker histones reveals a versatile structure tuned by the nucleosomal repeat length.

Authors:  Hua Wong; Jean-Marc Victor; Julien Mozziconacci
Journal:  PLoS One       Date:  2007-09-12       Impact factor: 3.240

  9 in total

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