Skip to content

Commit 02fa188

Browse files
committed
link sections to notebooks 01-08
1 parent ff79237 commit 02fa188

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

manuscript/manuscript.tex

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,9 @@ \subsection{Feature selection}
371371
and the more general variational approach for Markov processes (VAMP)~\cite{vamp-preprint}
372372
provide a systematic means to quantitatively compare multiple representations of the simulation data.
373373
In particular, we can use a scalar score obtained using VAMP to directly compare the ability of certain features to capture slow dynamical modes in a particular molecular system.
374+
In Notebook (01), we present in detail how to extract features from MD datasets and how to systematically compare them.
374375

375-
Here, we utilize the VAMP-2 score, which maximizes the kinetic variance contained in the features~\cite{kinetic-maps}.
376+
Throughout this tutorial, we utilize the VAMP-2 score, which maximizes the kinetic variance contained in the features~\cite{kinetic-maps}.
376377
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}.
377378
To choose among three different molecular features reflecting protein structure,
378379
we compute the (cross-validated) VAMP-2 score (Notebook 00).
@@ -398,6 +399,8 @@ \subsection{Dimensionality reduction}
398399
Discrete jumps between the minima can be observed by visualizing the transformation of the first trajectory into these ICs (Fig.~\ref{fig:io-to-tica}d).
399400
We thus assume that our TICA-transformed backbone torsion features describe one or more metastable processes.
400401

402+
We demonstrate how to apply TICA, suggest how to interpret the projected coordinates and compare the results to other dimension reduction techniques in Notebook (02).
403+
401404
\begin{figure}
402405
\includegraphics{figure_3}
403406
\caption{Example analysis of the conformational dynamics of a pentapeptide backbone:
@@ -414,7 +417,8 @@ \subsection{Discretization}
414417
which can greatly facilitate the decomposition of our system into the discrete Markovian states necessary for MSM estimation.
415418
Here, we use the $k$-means algorithm to segment the four dimensional TICA space into $k=75$ cluster centers.
416419
The number of cluster centers has been chosen to optimize the VAMP-2 score in a manner identical to how the feature selection was carried out above,
417-
which is shown in the showcase notebook (00).
420+
which is shown in the showcase Notebook (00).
421+
A detailed comparison between different clustering techniques is provided in Notebook (02).
418422

419423
\subsection{MSM estimation and validation}
420424

@@ -447,6 +451,8 @@ \subsection{MSM estimation and validation}
447451
and shows that the MSM we have estimated at lag time $\tau=0.5$~ns indeed predicts the
448452
long-timescale behavior of our system within error (blue/shaded area).
449453

454+
In Notebook (03), we demonstrate in detail how to estimate and validate MSMs with PyEMMA.
455+
450456
\subsection{Analyzing the MSM}
451457

452458
\begin{figure}
@@ -526,6 +532,8 @@ \subsection{Analyzing the MSM}
526532
The transition network can be additionally visualized by plotting representative structures of the five metastable states $\mathcal{S}_{(1-5)}$ according to their committor probability (Fig.~\ref{fig:tpt-network}).
527533
It is easy to see from this depiction that the dominant pathway from $\mathcal{S}_2$ to $\mathcal{S}_4$ proceeds through $\mathcal{S}_5$.
528534

535+
More details about (spectral) properties of MSMs and how to analyze them with PyEMMA are discussed in Notebook (04) and Notebook (05).
536+
529537
\subsection{Connecting the MSM with experimental data}
530538

531539
\begin{figure}
@@ -560,6 +568,8 @@ \subsection{Connecting the MSM with experimental data}
560568
We see that the predicted relaxation signal has a much larger amplitude for the nonequilibrium initialization,
561569
making it more likely to be experimentally measurable.
562570

571+
Besides a detailed demonstration of the above, Notebook (06) demonstrates how to compute J-couplings and dynamic fingerprints from MSMs.
572+
563573
\subsection{Summary}
564574

565575
In this section, we have summarized how to conduct an MSM-based analysis of biomolecular dynamics data using PyEMMA.
@@ -587,6 +597,7 @@ \subsection{Modeling large systems}
587597
we explain how to deal with those in the tutorials.
588598

589599
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}.
600+
We further demonstrate the symptoms of difficult data situations and how to deal with them in Notebook (08).
590601

591602
\subsection{Advanced Methods}
592603

0 commit comments

Comments
 (0)