msmbuilder2022 is based on msmbuilder-3.8.0. msmbuilder2022 is developed and maintained by Xuhui Huang's group at University of Wisconsin-Madison. Mr. Bojun Liu is the main contact for msmbuilder2022.
home: https://github.com/msmbuilder/msmbuilder
Now msmbuilder2022
is suggested to be installed with a local clone:
git clone https://github.com/msmbuilder/msmbuilder2022.git
python -m pip install ./msmbuilder2022
We will enable pip install
from pypi
in our next formal release soon!
The old installation mechanism for msmbuilder2022
is with conda
: (only for Python version below 3.10)
$ conda install -c conda-forge testmsm
MSMBuilder is a python package which implements a series of statistical models for high-dimensional time-series. It is particularly focused on the analysis of atomistic simulations of biomolecular dynamics. For example, MSMBuilder has been used to model protein folding and conformational change from molecular dynamics (MD) simulations. MSMBuilder is available under the LGPL (v2.1 or later).
Capabilities include:
Check out the documentation at msmbuilder.org and join the mailing list. For a broader overview of MSMBuilder, take a look at our slide deck.
An example workflow might be as follows:
Set up a system for molecular dynamics, and run one or more simulations for as long as you can on as many CPUs or GPUs as you have access to. There are a lot of great software packages for running MD, e.g [OpenMM] (https://simtk.org/home/openmm), Gromacs, Amber, CHARMM, and many others. MSMBuilder is not one of them.
Transform your MD coordinates into an appropriate set of features.
Perform some sort of dimensionality reduction with tICA or PCA. Reduce your data into discrete states by using clustering.
Fit an MSM, rate matrix MSM, or HMM. Perform model selection using cross-validation with the generalized matrix Rayleigh quotient