Skip to content

Commit 9e5d19f

Browse files
committed
more literature changes
1 parent 5485622 commit 9e5d19f

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

manuscript/literature.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,3 +767,11 @@ @article{wu2015projected
767767
year={2015},
768768
publisher={AIP Publishing}
769769
}
770+
771+
@Misc{mdtutorial,
772+
author = {Efrem Braun and Justin Gilmer and Heather B. Mayes and David L. Mobley and Jacob I. Monroe and Samarjeet Prasad and Daniel M. Zuckerman},
773+
title = {Best Practices for Foundations in Molecular Simulations [Article v1.0]},
774+
year = {2018},
775+
url = "https://github.com/MobleyLab/basic_simulation_training",
776+
note = "Accessed November 15, 2018."
777+
}

manuscript/manuscript.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,16 @@ \section{Introduction}
8686

8787
\subsection{Scope}
8888

89-
In this tutorial, we assume that the reader is familiar with MD simulation and standard analysis of MD simulations of peptides and proteins, such as computation of torsion angles and distances (see~\cite{dror2012biomolecular} for a review).
89+
In this tutorial, we assume that the reader is familiar with MD simulation and standard analysis of MD simulations of peptides and proteins, such as computation of torsion angles and distances (see Ref.~\cite{dror2012biomolecular} for a review on the MD simulation of biomolecules, and Ref.~\cite{mdtutorial} for a tutorial on MD simulations).
9090

9191
We further assume that the reader is familiar with the basic ideas and theory underlying Markov modeling and will only give a brief reminder of the basic concepts in Section 2.
9292

93-
For those seeking further resources, ``\emph{Markov State Models: From an Art to a Science}''~\cite{msm-brooke} provides a recent overview,
94-
while ``\emph{Markov models of molecular kinetics: Generation and validation}''~\cite{msm-jhp} describes the basic MSM theory and methodology in detail.
93+
For those seeking further resources, the recent perspective ``\emph{Markov State Models: From an Art to a Science}''~\cite{msm-brooke} provides a timeline of methods advances with relevant citations,
94+
while ``\emph{Markov models of molecular kinetics: Generation and validation}''~\cite{msm-jhp} describes the basic MSM theory and methodology and provides the underlying mathematics in detail.
9595
Additionally, two textbooks have been published that focus on computational methods and applications~\cite{msm-book} and mathematical theory~\cite{schuette-sarich-book}.
9696

9797
In addition to publications on the theory and application of Markov state modeling~\cite{schuette-msm,buchete-msm-2008,noe-tmat-sampling,bowman-msm-2009,noe-folding-pathways,sarich-msm-quality,noe-fingerprints,noe-dy-neut-scatt,Chodera2014,ben-rev-msm,simon-mech-mod-nmr,oom-feliks,simon-amm},
98-
we also recommend the literature on TICA~\cite{tica,tica3,tica2,kinetic-maps},
98+
we also recommend the literature on TICA~\cite{tica,tica3,kinetic-maps,mdtutorial},
9999
transition path theory (TPT)~\cite{weinan-tpt,metzner-msm-tpt},
100100
hidden Markov state models (HMMs)~\cite{noe-proj-hid-msm,jhp-spectral-rate-theory,bhmm-preprint},
101101
and variational techniques~\cite{noe-vac,vamp-preprint,gmrq},
@@ -183,7 +183,7 @@ \subsection{Variational approach and TICA}
183183
\begin{itemize}
184184
\item Featurization -- The Cartesian coordinates characterizing each frame of the MD trajectory are transformed into an intuitive basis such as the protein's dihedral angles or contact distance pairs.
185185
\item Dimensionality reduction -- Optionally, a basis set transformation can be performed that produces a linear (or nonlinear) combination of the features in the previous step.
186-
Frequently, time-lagged independent component analysis (TICA)~\cite{tica,tica3,tica2,kinetic-maps} is used to transform the features into a set of slow coordinates.
186+
Frequently, time-lagged independent component analysis (TICA)~\cite{tica,tica3,kinetic-maps} is used to transform the features into a set of slow coordinates.
187187
\item Clustering -- This is the step at which the state decomposition occurs.
188188
The features or TICs are grouped into a set of states using a clustering algorithm such as $k$-means.
189189
\item Transition matrix approximation -- At this stage, transitions are counted at a pre-specified lag time, and the estimation and validation described in the previous section are performed.
@@ -387,7 +387,7 @@ \subsection{Feature selection}
387387

388388
\subsection{Dimensionality reduction}
389389

390-
Subsequently, we perform TICA~\cite{tica,kinetic-maps} in order to reduce the dimension from the feature space,
390+
Subsequently, we perform TICA~\cite{tica,tica3,kinetic-maps} in order to reduce the dimension from the feature space,
391391
which typically contains many degrees of freedom,
392392
to a lower dimensional space that can be discretized with higher resolution and better statistical efficiency.
393393
TICA is a special case of the variational principle~\cite{noe-vac,nueske-vamk} and is designed to find a projection preserving the long-timescale dynamics in the dataset.
@@ -593,7 +593,6 @@ \subsection{Modeling large systems}
593593

594594
Additional technical challenges for large systems include high demands on memory and computation time;
595595
we explain how to deal with those in the tutorials (notebook~01).
596-
597596
More details on how to model complex systems with the techniques presented here are described, e.g., by~\cite{plattner_protein_2015,plattner_complete_2017}.
598597
We further examine some symptoms that may indicate problematic or difficult datasets, and demonstrate how to deal with them in notebook~08.
599598

@@ -610,6 +609,7 @@ \subsection{Advanced Methods}
610609
MEMMs consequently enable users to combine enhanced sampling methods such as umbrella sampling or replica exchange
611610
with conventional molecular dynamics simulations to more efficiently study rare event kinetics~\cite{trammbar}.
612611
MEMMs are implemented in PyEMMA.
612+
Since the many publications associated with the development of these methods are beyond the scope of this tutorial, we refer the reader to Sec.~8.3 of Ref.~\cite{msm-brooke} and the references therein.
613613

614614
Another issue often faced during Markov state modeling is a lack of quantitative agreement with complementary experimental data.
615615
This issue is not intrinsic to the Markov state modeling approach as such,

0 commit comments

Comments
 (0)