Skip to content

Commit 0bb4a7a

Browse files
committed
minor
1 parent 998389c commit 0bb4a7a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

notebooks/00-pentapeptide-showcase.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"\n",
234234
"The goal of the next step is to find a function that maps the usually high-dimensional input space into some lower-dimensional space that captures the important dynamics. The recommended way of doing so is a time-lagged independent component analysis (TICA), <a id=\"ref-4\" href=\"#cite-tica2\">molgedey-94</a>, <a id=\"ref-5\" href=\"#cite-tica\">perez-hernandez-13</a>. We perform TICA (with kinetic map scaling) using the lag time obtained from the VAMP-2 score.\n",
235235
"\n",
236-
"By using the tica() function's default parameters, we will use as many dimensions in order to preserve $95\\%$ of the kinetic variance. By default, tica() also applies a kinetic map scaling.\n",
236+
"By using the tica() function's default parameters, we will use as many dimensions as necessary in order to preserve $95\\%$ of the kinetic variance. By default, tica() also applies a kinetic map scaling.\n",
237237
"This scaling ensures that Euclidean distances in the projected space approximate kinetic distances,\n",
238238
"which is beneficial during the subsequent discretization.\n",
239239
"\n",

notebooks/01-data-io-and-featurization.ipynb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,7 @@
377377
"cell_type": "markdown",
378378
"metadata": {},
379379
"source": [
380-
"As we see, the score for the heavy atom positions is much higher as the one for the $\\phi/\\psi$ torsion angles. The feature with a higher score should be favored for further analysis, because it means that this feature contains more information about slow processes. If you are already digging deeper into your system of interest, you can of course restrict the analysis to features you know they are covering your process of interest no matter of its VAMP score.\n",
381-
"\n",
380+
"As we see, the score for the heavy atom positions is much higher as the one for the $\\phi/\\psi$ torsion angles. The feature with a higher score should be favored for further analysis, because it means that this feature contains more information about slow processes. If you are already digging deeper into your system of interest, you can of course restrict the analysis to a set of features you already know describes your process of interest, regardless of its VAMP score.\n",
382381
"\n",
383382
"Another featurization that is interesting especially for proteins is heavy atom distances:"
384383
]
@@ -934,12 +933,7 @@
934933
"title_cell": "Table of Contents",
935934
"title_sidebar": "Contents",
936935
"toc_cell": false,
937-
"toc_position": {
938-
"height": "calc(100% - 180px)",
939-
"left": "10px",
940-
"top": "150px",
941-
"width": "380px"
942-
},
936+
"toc_position": {},
943937
"toc_section_display": true,
944938
"toc_window_display": true
945939
}

0 commit comments

Comments
 (0)