Abstract
Background
One of the most challenging aspects of biomolecular systems is the understanding of the coevolution in and among the molecule(s).
A complete, theoretical picture of the selective advantage, and thus a functional annotation, of (co-)mutations is still lacking. Using sequence-based and information theoretical inspired methods we can identify coevolving residues in proteins without understanding the underlying biophysical properties giving rise to such coevolutionary dynamics. Detailed (atomistic) simulations are prohibitively expensive. At the same time reduced molecular models are an efficient way to determine the reduced dynamics around the native state. The combination of sequence based approaches with such reduced models is therefore a promising approach to annotate evolutionary sequence changes.
Results
With the R package BioPhysConnectoR we provide a framework to connect the information theoretical domain of biomolecular sequences to biophysical properties of the encoded molecules - derived from reduced molecular models. To this end we have integrated several fragmented ideas into one single package ready to be used in connection with additional statistical routines in R. Additionally, the package leverages the power of modern multi-core architectures to reduce turn-around times in evolutionary and biomolecular design studies. Our package is a first step to achieve the above mentioned annotation of coevolution by reduced dynamics around the native state of proteins.
Conclusions
BioPhysConnectoR is implemented as an R package and distributed under GPL 2 license. It allows for efficient and perfectly parallelized functional annotation of coevolution found at the sequence level.
Background
One of the biggest challenges in the post-genome era [1] is to understand how proteins evolve, fold, and structurally encode their function. Understanding the underlying coupling of protein sequence evolution and bio-mechanics is the first step to develop new drugs and annotate molecular evolution in physical space. Exploring the accessible sequence space of a protein provides insights into its evolutionary history and phylogenetic relations. Mutual information (MI), an information-theoretical approach, is widely used to detect coevolution [2-9] at the sequence level within a protein or among several molecules. Such statistical methods allow high-throughput investigations, but the biophysical/-chemical implications of protein sequence changes are not revealed by these methods.
In general a sequence change is fixated in molecular evolution, if it has proven to be useful in the physical realm by benefitial biophysical properties and functions. Interactions between proteins as well as functional aspects of monomers are largely conserved throughout evolution, which implies coevolution among residues. Such coevolution contributes to maintain crucial interactions between these coevolving residues. To explore the physical realm, molecular dynamics (MD) simulations and related methods are routinely employed. Their applicability is restricted to just a few mutants due to severe computational demands of MD. To overcome this drawback a number of coarse-grained models have been developed in recent years [10-12]. In contrast to MD simulations, these models allow high-throughput screening of natural and unnatural mutations.
Hamacher [13] developed a protocol to integrate both the information from sequence-driven methods and the mechanical aspects derived by biophysical interaction theories, eventually bridging the gap between statistical bioinformatics and molecular dynamics/biophysics. Connecting both points of view proved to be essential for the construction of molecular interaction networks [12] and helps to understand thermodynamical properties and evolutionary changes [14]. The purpose of BioPhysConnectoR is to provide evolutionary biologists and other bioinformatics researchers with these protocols and allow for future development of new protocols to integrate information space and physical space in a holistic picture of molecular evolution.
Implementation
The BioPhysConnectoR package is an add-on package to the statistical software R version 2.8+ [15]. BioPhysConnectoR includes source code from the bio3d[16] package and uses functions from the matrixcalc[17] and the snow[18] package. To address runtime features we integrated native C/C++-routines for more complex computational tasks that are callable from within the R environment. We provide low-level routines to account for specific tasks as well as high-level routines to process complete protocols. These can be customized via various arguments. BioPhysConnectoR includes utilities to perform the following tasks:
1. An alignment given in fasta format can be read and information theoretical measures such as MI and entropy can be computed. It is possible to compute a null model [19] to estimate the statistical relevance of the derived MI values.
2. It is possible to read a pdb file and compute the Hessian as well as the covariance matrix for a coarse-grained anisotropic network model (ANM) [10,11], thus computing reduced dynamical properties of the molecule. This is done in the ANM in a harmonic approximation of the full, atomistic potential. The actual computation is performed by a singular value decomposition (SVD). Additionally B-factors can be extracted from the covariance matrix.
3. In silico experiments can be performed by changing the underlying protein sequence or "breaking" amino acid contacts for the computation of biophysical properties. For given alignments, the outcome can be combined with the respective MI or joint entropy values.
4. The self-consistent pair contact probability (SCPCP) [20] method is included as an additional method to derive B-factors and further biophysical properties from a coarse-grained approach.
5. Some additional matrix routines are implemented.
Methods
Information-theoretical approach
As a measure for coevolution among residues we use MI [2-9], defined as [21]:
(1) |
where x and y are realizations of the random variables Xi and Yj drawn from a set , taken from a multiple sequence alignment as columns i and j - resulting in an MI matrix (MIij). For proteins we are concerned with the symbol set of the 20 standard amino acids AA, which can be expanded to include the gap character and an extra character for non-standard amino acids . The probabilities pi(x), pj(y), and pij(x, y) are obtained as the relative frequencies of amino acids within the columns of a multiple sequence alignment.
Biophysical approach
Reduced molecular models [10,11] are obtained by using only a coarse-grained representation of amino acids, such that each amino acid is represented by a bead at the center of its respective Cα atom.
Interactions between amino acids in contact with one another are modeled as harmonic springs, with one spring constant, K, weighting the strength of interactions between adjacent amino acids in the sequence (i and i + 1), and individual "sequence-dependent" spring constants, κij, controlling other interactions. The total potential for a protein in any conformation is thus
(2) |
where si, i+1 is the distance of the Cα atoms at adjacent positions (i.e. covalently attached pairs) at a time point in a test conformation, and is the distance of the same atoms in the native structure. C contains all pairs of residue positions i and j with non-covalent contacts that are within a given cutoff. The amino acid-specific statistical contact potential matrices of Miyazawa and Jernigan (MJ) [22] and Keskin et. al. (KE) [23] were used for the non-covalent spring constants, κij to provide for sequence specificity [11]. Using MJ and KE, the ANM was shown to improve the correspondence to experimental results [11,12]. Other weighting schemes for amino acids contacts can be provided by the user as arguments to the respective function in BioPhysConnectoR.
For the investigation of the mechanics of the molecule, we construct the Hessian matrix of the potential V. Via SVD we compute the eigenmodes and -frequencies to derive the covariance matrix M. The entry reads:
(3) |
for α, β = x, y, z. The eigenvalues of the Hessian are denoted with λk and the respective eigenvectors with . i, j are the indices of the residues.
M includes all mechano-dynamical information obtainable by the model in eq. 2. The covariance matrix turns out to be the inverse of the Hessian in this model. Considering three translational and three rotational degrees of freedom, the sum over k leaves out the first six eigenvalues that vanish. Thus we effectively compute the Moore-Penrose pseudo-inverse [24,25]. The isotropic B-factors can directly be derived from this matrix as
(4) |
Introducing mutations leads to changes in the physical realm and thus to a covariance matrix Mmut different from the "wild-type" one Mwt. The impact of a specific mutation on the biomechanical behavior of the molecule can be estimated determining the Frobenius norm (FN) of the respective covariance matrices as follows
(5) |
Such elastic network models were extended to include thermodynamics - including phase transitions indicating folding/unfolding events. The extension we implemented is the SCPCP approximation first proposed by Micheletti et al. [20] and later used by Hamacher et al. [12] to investigate binding free energies of ribosomal subunits. The SCPCP can produce non-harmonic effects beyond properties one usually would expect in simple models. In particular it can show finite-size equivalents of "phase transitions", e.g. protein unfolding.
Results and Discussion
In this section we present an example application of the BioPhysConnectoR package to the HIV-1 protease [PDB:1KZK]. The molecule is a homo-dimer with 99 amino acids in each chain. We show the work flow of the employed protocol in Figure 1. To illustrate the usage of the BioPhysConnectoR routines we provide a code example (see Figure 2) as well. The pdb file serves as input for the computation of the biophysical properties. To gain insight into evolutionary features, we use data provided by Chen et al. [26]. The nucleotide sequences were translated into amino acid sequences. As we are concerned with about 45160 sequences, we do not need to consider finite size effects [19] in the MI results.
The alignment is read and MI values are computed. We then pick those residue pairs with the highest MI values that are non-covalently in contact within the cutoff of 13Å. The pdb is read and the Cα atoms of the first chain are selected. We compute the covariance matrix Mwt for this system. Afterwards we "break" the contact for each previously selected amino acid pair (a, b), one at a time, and compute a respective new covariance matrix Mmut, (a, b). The corresponding change in the mechanical behavior can be annotated by the Frobenius norm f (see eq. 5) between these two matrices.
We plotted the MI value of each residue pair (a, b) against the Frobenius norm f(a, b) when breaking this specific contact in Figure 3. The figure shows the separation into four cases as discussed in [13]. We classify entries by the proximity to the four points located at angles 45°, 135°, 225°, 315° respectively. Pairs with low MI values have undergone little coevolution and thus coevolve less than those with higher values. If these pairs show also small FN scores, their contact has no relevant meaning. The low coevolution can be explained by the rather unimportant impact the interaction of such a pair has on the overall molecular dynamics. On the other hand, high FN values indicate large changes in the covariance matrix within the modeling framework we implemented. These changes in the covariance matrix suggest in turn relevant changes in the mechanics of the molecule when "breaking" this specific contact. Details of this protocol can be found in [13]. Note that our protocol allows the annotation of the non-correlating MI-FN-value pairs: usually one would not expect correlation. Instead one is interested why particular high MI appears for pairings. One out of several biophysical aspects stems from the dynamics of around the native state - computable by BioPhysConnectoR. Additional effects might include e.g. electrostatics or binding partner recognition capabilities.
We tested the efficiency of the code for this particular example using different numbers of cores (see Figure 4) in the parallelization provided by the snow package. Figure 4 suggests efficient parallelization up to 8 cores in accordance with Amdahl's law [27].
Furthermore we determined the temperature factors (or B-factors), using the ANM and the SCPCP. The results are shown in Figure 5. As can be concluded from this graphic, the ANM detects larger flexible regions than the SCPCP.
Future Trends & Intended Use
R[15] is a widely used and powerful environment for interactive analysis of statistical data in bioinformatics offering lots of additional software packages (e.g. from the Bioconductor[28] software project). We implemented the BioPhysConnectoR package in R to make the routines and underlying concepts accessible to a wide community allowing fast and parallelized network-based analysis of protein structures. Work is in progress to develop more efficient algorithms to compute covariance matrices for mutated systems and for biomolecular design [29] in the elastic network framework.
Conclusions
In the BioPhysConnectoR package we provide routines to compare an original protein system to subsequently altered ones with mutated amino acid sequences or "broken" non-covalent contacts. Using sequence alignments we are able to score sequence changes and coevolution by the bio-mechanical ramifications of these changes. We can then use the biophysical modeling to annotate signals of coevolution in the sequence data. We include several options to alter the protocol of [13]: I) parametrization of bonds and contacts can be changed; II) including the well-known MJ and KE weighting scheme [22,23]; individual interactions in the structure can be altered; III) details on how to analyze mechanical changes can be modified by computing FNs just for subsets of residues; IV) dynamical and thermodynamical properties can be computed. Changes in the molecular mechanics for different scenarios (including mutations) can then be computed e.g. by the FN of the respective covariance matrices. The evolutionary connection of residues (indicated by high MI values) can be annotated by biophysical properties of the encoded molecule. In addition, a thermodynamical, reduced model is included to correlate the variability of protein sequences and thermodynamical implications. The package can furthermore be combined with state of the art optimization schemes to design molecules [29,30].
Availability and requirements
Project name: BioPhysConnectoR
Project home page: http://bioserver.bio.tu-darmstadt.de/software/BioPhysConnectoR and CRAN at http://cran.r-project.org/
Operating system: cross-platform
Programming language: R and C/C++
Requirements: The R packages snow and matrixcalc are automatically installed from the CRAN repository.
License: GPL 2 license
Any restrictions to use by non-academics: none
Authors' contributions
KH supplied the protocol for connecting sequence information and biophysical properties as well as for computing the SCPCP. The R implementation (including the C/C++ code) was carried out by FH and in parts by PW. All authors participated in writing the manuscript. All authors read and approved the final version of the manuscript.
Contributor Information
Franziska Hoffgaard, Email: hoffgaard@bio.tu-darmstadt.de.
Philipp Weil, Email: weil@bio.tu-darmstadt.de.
Kay Hamacher, Email: hamacher@bio.tu-darmstadt.de.
Acknowledgements
KH was supported by the Fonds der chemischen Industrie through a grant for junior faculty. The authors are grateful to anonymous referees for their suggestions.
References
- Lengauer T. Bioinformatics: From the Pre-genomic to the Post-genomic Era. ERCIM News. 2000;43:6–7. [Google Scholar]
- Korber BTM, Farber RM, Wolpert DH, Lapedes AS. Covariation of mutations in the V3 loop of human immunodeficiency virus type 1 envelope protein: An information theoretic analysis. PNAS. 1993;90:7176–7180. doi: 10.1073/pnas.90.15.7176. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Pollock DD, Taylor WR, Goldman N. Coevolving protein residues: maximum likelihood identification and relationship to structure. J Mol Biol. 1999;287:187–198. doi: 10.1006/jmbi.1998.2601. [DOI] [PubMed] [Google Scholar]
- Hild KE, Erdogmus D, Principe J. Blind source separation using Renyi's mutual information. Signal Process Lett. 2001;8:174–176. doi: 10.1109/97.923043. [DOI] [Google Scholar]
- Pham DT. Blind separation of instantaneous mixture of sources via the Gaussian mutual information criterion. Signal Process. 2001;81:855–870. doi: 10.1016/S0165-1684(00)00260-7. [DOI] [Google Scholar]
- Boba P, Weil P, Hoffgaard F, Hamacher K. Co-evolution in HIV enzymes. BIOINFORMATICS2010. 2010. pp. 39–47.
- Ramani AK, Marcotte EM. Exploiting the Co-evolution of Interacting Proteins to Discover Interaction Specifity. J Mol Biol. 2003;327:273–284. doi: 10.1016/S0022-2836(03)00114-1. [DOI] [PubMed] [Google Scholar]
- Almeida LB. Linear and nonlinear ICA based on mutual information. Method Signal Process. 2004;84:231–245. doi: 10.1016/j.sigpro.2003.10.008. [DOI] [Google Scholar]
- Gloor GB, Martin LC, Wahl LM, Dunn SD. Mutual Information in Protein Multiple Sequence Alignments Reveals Two Classes of Coevolving Positions. Biochemistry. 2005;44:7156–7165. doi: 10.1021/bi050293e. [DOI] [PubMed] [Google Scholar]
- Atilgan A, Durrell S, Jernigan R, Demirel M, Keskin O, Bahar I. Anisotropy of fluctuation dynamics of proteins with an elastic network model. Biophys J. 2001;80:505–515. doi: 10.1016/S0006-3495(01)76033-X. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Hamacher K, McCammon JA. Computing the Amino Acid Specificity of Fluctuations in Biomolecular Systems. J Chem Theory Comput. 2006;2(3):873–878. doi: 10.1021/ct050247s. [DOI] [PubMed] [Google Scholar]
- Hamacher K, Trylska J, McCammon JA. Dependency Map of Proteins in the Small Ribosomal Subunit. PLoS Computational Biology. 2006;2:e10. doi: 10.1371/journal.pcbi.0020010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Hamacher K. Relating Sequence Evolution of HIV1-Protease to Its Underlying Molecular Mechanics. Gene. 2008;422:30–36. doi: 10.1016/j.gene.2008.06.007. [DOI] [PubMed] [Google Scholar]
- Hamacher K. Temperature dependence of fluctuations in HIV1-protease. Eur Biophys J. 2009. [DOI] [PubMed]
- R Development Core Team. R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing, Vienna, Austria; 2008. http://www.R-project.org ISBN 3-900051-07-0. [Google Scholar]
- Grant BJ, Rodrigues APC, ElSawy KM, McCammon JA, Caves LSD. Bio3d: an R package for the comparative analysis of protein structures. Bioinformatics (Oxford, England) 2006;22(21):2695–2696. doi: 10.1093/bioinformatics/btl461. http://www.ncbi.nlm.nih.gov/pubmed/16940322 [PMID: 16940322] [DOI] [PubMed] [Google Scholar]
- Novomestky F. matrixcalc. 2008. http://cran.r-project.org/
- Tierney L, Rossini AJ, Li N. Snow: A Parallel Computing Framework for the R System. Int J of Parallel Computing. 2009;37:78–90. doi: 10.1007/s10766-008-0077-2. [DOI] [Google Scholar]
- Weil P, Hoffgaard F, Hamacher K. Estimating Sufficient Statistics in Co-Evolutionary Analysis by Mutual Information. Comp Biol Chem. 2009;33:440–444. doi: 10.1016/j.compbiolchem.2009.10.003. [DOI] [PubMed] [Google Scholar]
- Micheletti C, Banavar JR, Maritan A. Conformations of Proteins in Equilibrium. Physical Review Letters. 2001;87(8):088102–1. doi: 10.1103/PhysRevLett.87.088102. [DOI] [PubMed] [Google Scholar]
- MacKay DJC. Information Theory, Inference, and Learning Algorithms. Cambridge University Press; 2003. [Google Scholar]
- Miyazawa S, Jernigan RL. Residue-Residue Potentials with a Favorable Contact Pair Term and an Unfavorable High Packing Density Term, for Simulation and Threading. J Mol Biol. 1996;256:623–644. doi: 10.1006/jmbi.1996.0114. [DOI] [PubMed] [Google Scholar]
- Keskin O, Bahar I, Badretdinov A, Ptitsyn O, Jernigan R. Empirical solvent-mediated potentials hold for both intra-molecular and inter-molecular inter-residue interactions. Prot Sci. 1998;7:2578–2586. doi: 10.1002/pro.5560071211. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Moore EH. Bull Am Math Soc. 1920. pp. 394–395.
- Penrose R. A generalized inverse for matrices. Proc Cambr Philos Soc. 1955;51:406–413. doi: 10.1017/S0305004100030401. [DOI] [Google Scholar]
- Chen L, Perlina A, Lee CJ. Positive Selection Detection in 40,000 Human Immunodeficiency Virus (HIV) Type 1 Sequences Automatically Identifies Drug Resistance and Positive Fitness Mutations in HIV Protease and Reverse Transcriptase. J Virol. 2004;78(7):3722–3732. doi: 10.1128/JVI.78.7.3722-3732.2004. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Amdahl G. Validity of the Single Processor Approach to Achieving Large-Scale Computing Capabilities. AFIPS Conference Proceedings. 1967;30:483–485. [Google Scholar]
- Gentleman RC, Carey VJ, Bates DM, Bolstad B, Dettling M, Dudoit S, Ellis B, Gautier L, Ge Y, Gentry J, Hornik K, Hothorn T, Huber W, Iacus S, Irizarry R, Leisch F, Li C, Maechler M, Rossini AJ, Sawitzki G, Smith C, Smyth G, Tierney L, Yang JYH, Zhang J. Bioconductor: Open software development for computational biology and bioinformatics. Genome Biology. 2004;5:R80. doi: 10.1186/gb-2004-5-10-r80. http://genomebiology.com/2004/5/10/R80 [DOI] [PMC free article] [PubMed] [Google Scholar]
- Hamacher K. Information Theoretical Measures to Analyze Trajectories in Rational Molecular Design. J Comp Chem. 2007;28(16):2576–2580. doi: 10.1002/jcc.20759. [DOI] [PubMed] [Google Scholar]
- Hamacher K. Adaptive Extremal Optimization by Detrended Fluctuation Analysis. J Comp Phys. 2007;227(2):1500–1509. doi: 10.1016/j.jcp.2007.09.013. [DOI] [Google Scholar]
- Urbanek S. multicore. 2009. http://www.rforge.net/multicore
- Humphrey W, Dalke A, Schulten K. VMD - Visual Molecular Dynamics. Journal of Molecular Graphics. 1996;14:33–38. doi: 10.1016/0263-7855(96)00018-5. [DOI] [PubMed] [Google Scholar]