Graphical models for protein structure: Difference between revisions

Content deleted Content added
added the, added hyphen, consistency of oxford commas, etc.
Line 1:
{{No footnotes|date=June 2010}}
[[Graphical model]]s have become powerful frameworks for [[protein structure prediction]], [[protein–protein interaction]], and [[Thermodynamic free energy|free energy]] calculations for protein structures. Using a graphical model to represent the protein structure allows the solution of many problems including secondary structure prediction, protein -protein interactions, protein-drug interaction, and free energy calculations.
 
There are two main approaches to useusing graphical models in protein structure modeling. The first approach uses [[Discrete mathematics|discrete]] variables for representing the coordinates or the [[dihedral angle]]s of the protein structure. The variables are originally all continuous values and, to transform them into discrete values, a discretization process is typically applied. The second approach uses continuous variables for the coordinates or dihedral angles.
 
==Discrete graphical models for protein structure==
Line 18:
:<math>p(X = x|\Theta) = p(X_b = x_b)p(X_s = x_s|X_b,\Theta), \,</math>
 
where <math>\Theta</math> represents any parameters used to describe this model, including sequence information, temperature etc. Frequently the backbone is assumed to be rigid with a known conformation, and the problem is then transformed to a side-chain placement problem. The structure of the graph is also encoded in <math>\Theta</math>. This structure shows which two variables are conditionally independent. As an example, side chain angles of two residues far apart can be independent given all other angles in the protein. To extract this structure, researchers use a distance threshold, and only a pair of residues which are within that threshold are considered connected (i.e. have an edge between them).
 
Given this representation, the probability of a particular side chain conformation ''x''<sub>''s''</sub> given the backbone conformation ''x''<sub>''b''</sub> can be expressed as
Line 26:
where ''C''(''G'') is the set of all cliques in ''G'', <math>\Phi</math> is a [[function (mathematics)|potential function]] defined over the variables, and ''Z'' is the [[partition function (mathematics)|partition function]].
 
To completely characterize the MRF, it is necessary to define the potential function <math>\Phi</math>. To simplify, the cliques of a graph are usually restricted to only the cliques of size 2, which means the potential function is only defined over pairs of variables. In [[Goblin System]], thisthese pairwise functions are defined as
 
:<math>\Phi(x_s^{i_p},x_b^{j_q}) = \exp ( -E(x_s^{i_p},x_b^{j_q})/K_BT)</math>
Line 32:
where <math>E(x_s^{i_p},x_b^{j_q})</math> is the energy of interaction between rotamer state p of residue <math>X_i^s</math> and rotamer state q of residue <math>X_j^s</math> and <math>k_B</math> is the [[Boltzmann constant]].
 
Using a PDB file, this model can be built over the protein structure. From this model, free energy can be calculated.
 
===Free energy calculation: belief propagation===
Line 46:
 
==Continuous graphical models for protein structures==
Graphical models can still be used when the variables of choice are continuous. In these cases, the probability distribution is represented as a [[multivariate probability distribution]] over continuous variables. Each family of distribution will then impose certain properties on the graphical model. [[Multivariate Gaussian distribution]] is one of the most convenient distributions in this problem. The simple form of the probability, and the direct relation with the corresponding graphical model makes it a popular choice among researchers.
 
===Gaussian graphical models of protein structures===