Skip to content

Latest commit

 

History

History
88 lines (66 loc) · 1.73 KB

index.rst

File metadata and controls

88 lines (66 loc) · 1.73 KB

MSMBuilder

Statistical models for Biomolecular Dynamics

MSMBuilder is an application and python library. It builds statistical models for high-dimensional time-series. The particular focus of the package is on the analysis of atomistic simulations of biomolecular dynamics such as protein folding and conformational change.

To get started via Anaconda Python, use:

conda install -c omnia msmbuilder

MSMBuilder includes algorithms for constructing dynamical models:

As well as methods for analysis and validation of the models:

New users should check out:

MSMBuilder is most effective as a library. Intermediate users should familiarize themselves with:

MSMBuilder is developed by primarily by researchers at Stanford University, and we welcome contributions. The development all takes place on Github. MSMBuilder is licensed under the GNU LGPL (v2.1 or later).

.. toctree::
    :maxdepth: 2
    :hidden:

    background
    installation
    tutorial
    examples/index
    featurization
    feature_selection
    preprocessing
    decomposition
    cluster
    msm
    gmrq
    tpt
    ratematrix
    hmm
    datasets
    io
    apipatterns
    plugins
    faq
    changelog
    publications
    contributing