\begin{figure}
\begin{center}
- \subfloat[][]{\includegraphics[width=2in]{figures/schematic/pathway}%
- \label{fig:folding:pathway}}
+ \subfloat[][]{
+ \begin{tikzpicture}[->,node distance=1.5cm]
+ \tikzstyle{every state}=[draw=white]
+ \node[state] (U) {$U$};
+ \node[state] (I1) [right of=U] {$I_1$};
+ \node[state] (I1X) [below of=I1] {$I_1^X$};
+ \node[state] (I2) [right of=I1] {$I_2$};
+ \node[state] (I2X) [below of=I2] {$I_2^X$};
+ \node[state] (N) [right of=I2] {$N$};
+
+ \path[<->] (U) edge (I1)
+ (I1) edge (I1X)
+ (I1) edge (I2)
+ (I2) edge (I2X)
+ (I2) edge (N);
+ \end{tikzpicture}\label{fig:folding:pathway}}
% \hspace{.25in}%
\subfloat[][]{\includegraphics[width=2in]{figures/schematic/dill97-fig4}%
\label{fig:folding:landscape}}
- \caption{(a) The pathway model of protein folding, in which the
- protein proceeds through a well defined series of metastable
- transition states. Reproduced from \citet{TODO}. (b) The landscape
- model of protein folding, in which the protein diffuses through a
- multi-dimensional free energy landscape. Separate folding
- attempts may take many distinct routes through this landscape on
- the way to the folded state. Reproduced from \citet{dill97}.
+ \caption{(a) A ``double T'' example of the pathway model of protein
+ folding, in which the protein proceeds through a series of
+ metastable transition states $I_1$ and $I_2$ with two ``dead end''
+ states $I_1^X$ and $I_2^X$. Adapted from \citet{bedard08}. (b)
+ The landscape model of protein folding, in which the protein
+ diffuses through a multi-dimensional free energy landscape.
+ Separate folding attempts may take many distinct routes through
+ this landscape on the way to the folded state. Reproduced from
+ \citet{dill97}.
\label{fig:folding}}
\end{center}
\end{figure}
eprint = "http://www.nature.com/nsmb/journal/v4/n1/pdf/nsb0197-10.pdf",
note = "Pretty folding funnel figures.",
}
+
+@Article{bedard08,
+ author = "Sabrina B{\'e}dard and Mallela M. G. Krishna and
+ Leland Mayne and S. Walter Englander",
+ title = "Protein folding: independent unrelated pathways or
+ predetermined pathway with optional errors.",
+ journal = PNAS,
+ year = 2008,
+ month = may,
+ day = 20,
+ volume = 105,
+ number = 20,
+ pages = "7182--7187",
+ keywords = "Biochemistry",
+ keywords = "Guanidine",
+ keywords = "Kinetics",
+ keywords = "Micrococcal Nuclease",
+ keywords = "Models, Biological",
+ keywords = "Models, Chemical",
+ keywords = "Models, Theoretical",
+ keywords = "Protein Conformation",
+ keywords = "Protein Denaturation",
+ keywords = "Protein Folding",
+ keywords = "Protein Structure, Secondary",
+ keywords = "Proteins",
+ keywords = "Proteomics",
+ keywords = "Reproducibility of Results",
+ keywords = "Thermodynamics",
+ abstract = "The observation of heterogeneous protein folding
+ kinetics has been widely interpreted in terms of
+ multiple independent unrelated pathways (IUP model),
+ both experimentally and in theoretical calculations.
+ However, direct structural information on folding
+ intermediates and their properties now indicates that
+ all of a protein population folds through essentially
+ the same stepwise pathway, determined by cooperative
+ native-like foldon units and the way that the foldons
+ fit together in the native protein. It is essential to
+ decide between these fundamentally different folding
+ mechanisms. This article shows, contrary to previous
+ supposition, that the heterogeneous folding kinetics
+ observed for the staphylococcal nuclease protein
+ (SNase) does not require alternative parallel pathways.
+ SNase folding kinetics can be fit equally well by a
+ single predetermined pathway that allows for optional
+ misfolding errors, which are known to occur
+ ubiquitously in protein folding. Structural, kinetic,
+ and thermodynamic information for the folding
+ intermediates and pathways of many proteins is
+ consistent with the predetermined pathway-optional
+ error (PPOE) model but contrary to the properties
+ implied in IUP models.",
+ ISSN = "1091-6490",
+ doi = "10.1073/pnas.0801864105",
+ url = "http://www.pnas.org/content/105/20/7182.full",
+ eprint = "http://www.pnas.org/content/105/20/7182.full.pdf",
+}