Skip to main content

A Python package to get ramachandranplot for any pdb.

Project description

Ramachandranplot

Python3 implementation of the Ramachandran plot

Package does work with Python2.7 but it is recommended to use Python3

For easy installation use pip:

pip install ramachandranplot

Usage:

import os
import ramachandarnplot as rama
pdb = "example.pdb" #path of pdb file any pdb which is required to be ploted.
rama.plot_ramachandran(pdb)

Example output:

Example output

Dependencies:

Running ramachandarnplot requires matplotlib, numpy and biopython

To install these on a standard Linux system:

pip install python3-matplotlib
pip install python3-biopython
pip install python3-numpy

For the standard PSI and PHI preferences see:

Lovell et al. Structure validation by Calpha geometry: phi,psi and Cbeta deviation. 2003; DOI: 10.1002/prot.10286

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ramachandranplot-1.0.5.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

ramachandranplot-1.0.5-py3-none-any.whl (544.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page