Giter Site home page Giter Site logo

bio2byte / bio2byte-mdutils Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.32 MB

Templates and analysis scripts for MD simulations of post-translationally modified peptides

License: MIT License

Makefile 0.02% Jupyter Notebook 92.31% Shell 2.24% Python 5.44%

bio2byte-mdutils's Introduction

Bio2byte :: Molecular dynamics utilities

by David Bickel and Wim Vranken

This repository contains an assembly of templates, scripts, and Jupyter notebooks for running and analyzing large-scale MD simulations.

Contents

├── notebooks/                              # Jupyter notebook templates
│   ├── bmrb_comparison.ipynb
│   ├── build_peptides.ipynb
│   ├── constava_adjacent.ipynb
│   ├── constava.ipynb
│   ├── dihedral_timeseries.ipynb
│   ├── dssp_summary.ipynb
│   ├── hbond_plots.ipynb
│   ├── pca_comparison.ipynb
│   ├── pca_replica_correff.ipynb
│   ├── ramachandran.ipynb
│   ├── rama_effect_propagation.ipynb
│   ├── rama_rmsd.ipynb
│   └── README.md
├── slurm/                                  # SLURM script templates
│   ├── conformational_variability.slrm
│   ├── dihedral_pca.slrm
│   ├── dihedrals.slrm
│   ├── mediated_hbonds.slrm
│   ├── prepare_mdsystems.slrm
│   ├── process_trajectories.slrm
│   ├── replica_correlation.slrm
│   └── README.md
├── templates/                              # MD simulation templates
│   ├── forcefields/
│   ├── template_ff99sb/
│   └── README.md
├── src/                                    # Python code for analyses
│   └── bio2byte/mdutils
└── README.md (this file)

Building and installing the repository

If you just want to use the templates or copy some code from the notebooks, there is no need to install the package. Just go through the directories and copy what you need.

If you though, want to use the prewritten scripts, SLURM scripts and notebooks as they are, you will need to build this package and install it. Here, is how:

# Create a virtual environment (optional but recommended)
python -m venv mdutils
source mdutils/bin/activate

# Get a copy of the repository on your local machine
git clone https://github.com/Bio2Byte/bio2byte-mdutils.git

# Enter the repository
cd bio2byte-mdutils

# Build the repository
make build

# Install the repository
make install

Installing the repository will give you access to a couple of commands to help you with your MD analyses (also see Usage):

Command Description
mdutils-process-trajectory Processes MD trajectories (center protein, PBC image, remove solvent)
mdutils-hbonds-wrapper Calculates solute hydrogen bonds as well as solvent mediated hydrogen bonds
mdutils-hbonds Calculates hydrogen bonds in a MD trajectory
mdutils-centroid Estimates the centroid structure of a MD ensemble
mdutils-dihedral Calculates phi/psi dihedral angels in a MD ensemble
mdutils-dihedral-pca Performes a PCA on the phi/psi backbone dihedrals
mdutils-replica-correlation Calculates correlation coefficients between replicas along N principal components
mdutils-ionic-contacts Calculates "ionic contacts" in the MD ensemble
mdutils-protein-contacts Calculates protein contacts in the MD ensemble
mdutils-constava-wrapper Infers residue-wise conformational states from the MD ensemble

Citation

The scripts in this repository were generated over the course of a large-scale simulation project. When citing this repository, please cite the associated publication:

Bickel, D. & Vranken, W. F. Effects of phosphorylation on protein backbone dynamics and conformational preferences. bioRxiv (2024) doi:10.1101/2024.02.15.580491.

License

This repository is licensed under MIT license.

Contact

ORCID - David Bickel - [email protected]

ORCID - Wim Vranken - [email protected]

bio2byte-mdutils's People

Contributors

aethertier avatar

Stargazers

 avatar

Watchers

Jose Gavaldá-García avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.