This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #522 from markovmodel/ipython_and_docs
Added new ipython notbooks and tests. Updated Changelog and docs index.
- Loading branch information
Showing
5 changed files
with
85 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,52 @@ | ||
========================== | ||
IPython Notebook Tutorials | ||
========================== | ||
================= | ||
IPython Tutorials | ||
================= | ||
|
||
These IPython (http://ipython.org) notebooks show the usage of the PyEMMA API in | ||
action and also describe the workflow of Markov model building. | ||
|
||
|
||
You can obtain a copy of all notebooks and most of the used data | ||
`here <https://github.com/markovmodel/PyEMMA_IPython/archive/devel.zip>`_. | ||
Note that the trajectory of the D.E. Shaw BPTI simulation trajectory is not included | ||
in this archive, since we're not permitted to share this data. Thus the corresponding | ||
notebooks can't be run without obtaining the simulation trajectory independently. | ||
|
||
Pentapeptide | ||
============================= | ||
Application walkthroughs | ||
======================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
generated/md2msm_penta_peptide | ||
generated/pentapeptide_msm | ||
|
||
generated/MSM_BPTI | ||
|
||
generated/trypsin_benzamidine_hmm | ||
|
||
|
||
By means of application examples, these notebooks give an overview of following methods: | ||
|
||
* Featurization and MD trajectory input | ||
* Time-lagged independent component analysis (TICA) | ||
* Clustering | ||
* Markov state model (MSM) estimation and validation | ||
* Computing Metastable states and structures, coarse-grained MSMs | ||
* Hidden Markov Models (HMM) | ||
* Transition Path Theory (TPT) | ||
|
||
BPTI | ||
============================= | ||
|
||
Methods | ||
======= | ||
|
||
In this section we will give you in-depth tutorials on specific methods or concepts. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
generated/MSM_BPTI | ||
generated/feature_selection | ||
|
||
generated/model_selection_validation | ||
|
||
generated/tpt | ||
|
||
|
Submodule pyemma-ipython
updated
165 files