Skip to content

Python library to run structure based model (SBM) simulations using the OpenMM toolkit

License

Notifications You must be signed in to change notification settings

vuqv/sbm-openmm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBMOpenMM

Description

SBMOpenMM is a Python library to run protein structure-based model (SBM) simulations using OpenMM toolkit. The library offers flexibility for creating SBM force fields that can be customised to capture different aspects of protein SBM potential energy exploration.

Considering an input structure, the library automatizes the creation of forces to specify it as the only minimum configuration in the potential energy function. Bonds, angles and torsions are maintained close to their equilibrium configuration, while native contact interactions are allowed to form and break using regular or modified Lennard-Jones potentials. This allows complete and local protein unfolding, restricting the interactions only to the evolutionarily relevant chemical contacts, to explore more thoroughly the relevant configurational space of protein folding and function.

Different granularities for the models can be selected as All-heavy-Atom and alpha-carbon representations. These basic models can also be extended to multi-basin potentials employing more than one input configuration. Here, shared native contacts are modeled with special Gaussian functions to allow for more than one equilibrium distance.

The library offers methods to tailor forcefield parameter for each force term. Combining these basic methods and force implementations, SBMOpenMM offers easy set up of more complex force field definition that can aid in a better exploration of different biophysical phenomena.

Installation

Requirements

The library was written and tested with python 3.6 and has only two other python dependencies:

From Source code

The source code can be obtained from GitHub or by directly downloading it from the following link:

Download SBMOpenMM source code

After unziping the source code file and changing to the source directory, execute:

python setup.py install

This should build and install SBMOpenMM into your python environment.

Using pip

Using the correct python 3.6 (or higher) environment, execute:

pip install SBMOpenMM

Documentation

Documentation for the SBMOpenMM library functions can be found in the following link:

SBMOpenMM Documentation

Tutorials

Tutorials are available for learning how to set up SBM simulations using SBMOpenMM. These are shown inside GitHub as executed jupyter notebooks. If you prefer to run them yourself, please go to the "tutorials" folder inside the sbm-openmm package.

Basic tutorials

01 - Coarse grained SBM simulations

02 - Coarse grained SBM simulations

03 - Estimating the folding temperature

04 - Estimating free energy profiles

05 - Setting up a multi-basin SBM

Applied tutorials

01 - Protein Folding

About

Python library to run structure based model (SBM) simulations using the OpenMM toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.8%
  • Python 16.2%