Skip to content

Commit f3503ce

Browse files
authored
Merge pull request #175 from markovmodel/revision-cw
revision cw
2 parents 3ab8161 + 040c423 commit f3503ce

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

manuscript/manuscript.tex

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ \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~\cite{dror2012biomolecular} for a review).
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

@@ -256,7 +256,7 @@ \subsection{Hidden Markov state models}
256256
The estimation of an MSM requires the dynamics between microstates to be Markovian.
257257
However, in case of a poor dimension reduction and/or discretization or short trajectories,
258258
we cannot anticipate this to be the case.
259-
We illustrate this point in Notebook~07.
259+
We illustrate this point in notebook~07.
260260

261261
An alternative, which is much less sensitive to poor discretization,
262262
is to estimate a hidden Markov model (HMM)~\cite{hmm-baum-welch-alg,hmm-tutorial,jhp-spectral-rate-theory,noe-proj-hid-msm,bhmm-preprint}.
@@ -279,7 +279,7 @@ \subsection{Hidden Markov state models}
279279

280280
An HMM estimation always yields a model with a small number of (hidden) states
281281
where each state is considered to be metastable and,
282-
thus, the number of hidden states is a new hyper-parameter which needs to be chosen carefully (see Notebook~07).
282+
thus, the number of hidden states is a new hyper-parameter which needs to be chosen carefully (see notebook~07).
283283
As the HMMs---like MSMs---approximate the full phase-space dynamics,
284284
we can similarly compute the metastable kinetics, apply TPT, visualize the network, and obtain physical observables.
285285

@@ -376,10 +376,10 @@ \subsection{Feature selection}
376376
Throughout this tutorial, we utilize the VAMP-2 score, which maximizes the kinetic variance contained in the features~\cite{kinetic-maps}.
377377
We should always evaluate the score in a cross-validated manner to ensure that we neither include too few features (under-fitting) or too many features (over-fitting)~\cite{gmrq,vamp-preprint}.
378378
To choose among three different molecular features reflecting protein structure,
379-
we compute the (cross-validated) VAMP-2 score (Notebook 00).
379+
we compute the (cross-validated) VAMP-2 score (notebook 00).
380380
Although we cannot MSM optimize lag times with a variational score\cite{husic2017note}, such as VAMP-2,
381381
it is important to ensure that properties that we optimize are robust as a function of lag time.
382-
Consequently, we compute the VAMP-2 score at several lag times (Notebook 00).
382+
Consequently, we compute the VAMP-2 score at several lag times (notebook 00).
383383
We find that the relative rankings of the different molecular features are highly robust as a function of lag time.
384384
We show one example of this ranking and the absolute VAMP-2 scores for lag time~$0.5$~ns in Fig.~\ref{fig:io-to-tica}b.
385385
We find that backbone torsions contain more kinetic variance than the backbone heavy atom positions or the distances between them (Fig.~\ref{fig:io-to-tica}b).
@@ -594,7 +594,7 @@ \subsection{Modeling large systems}
594594
This problem may be mitigated by choosing a more specific set of features.
595595

596596
Additional technical challenges for large systems include high demands on memory and computation time;
597-
we explain how to deal with those in the tutorials (Notebook 00 and 02).
597+
we explain how to deal with those in the tutorials (notebook~01).
598598

599599
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}.
600600
We further examine some symptoms that may indicate problematic or difficult datasets, and demonstrate how to deal with them in Notebook (08).
@@ -603,7 +603,8 @@ \subsection{Advanced Methods}
603603

604604
The present tutorial presents the basics of modern Markov state modeling with PyEMMA.
605605
However, recent years have seen many extensions of the methodology---many of which are available within PyEMMA.
606-
We encourage interested readers to look into these methods in the software documentation and to make use of the specific Jupyter notebooks distributed with PyEMMA.
606+
We encourage interested readers to look into these methods in the software documentation
607+
and to make use of the specific Jupyter notebooks distributed with PyEMMA (\url{http://emma-project.org}).
607608

608609
Conventional Markov state modeling often relies on large simulation datasets to ensure proper convergence of thermodynamic and kinetic properties.
609610
In one extension, Multi-ensemble Markov models (MEMMs)~\cite{dtram,tram},
@@ -669,7 +670,10 @@ \section{Funding Information}
669670
%%%%%%%
670671
% Authors should acknowledge funding sources here. Reference specific grants.
671672
%%%%%%%
672-
TH acknowledges financial support by SFB/TRR 186. SO acknowledges a postdoctoral fellowship from the Alexander von Humboldt Foundation.
673+
TH acknowledges financial support from Deutsche Forschungsgemeinschaft (SFB/TRR 186, Project A12).
674+
FN and BEH acknowledge funding from European Commission (ERC CoG 772230 "ScaleCell").
675+
FN acknowledges funding from Deutsche Forschungsgemeinschaft (SFB 1114, Projects A04 and C03, NO 825/2-2).
676+
SO acknowledges a postdoctoral fellowship from the Alexander von Humboldt Foundation.
673677

674678
\bibliography{literature}
675679

0 commit comments

Comments
 (0)