Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.16 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.16 KB

3D_Visual_pdb_py

3D vizualisation of pdb files with python

Description :

Small python program for 3D representation of proteins using mayavi.


Requirements :

System :

  • Linux : This program works on a Linux environment.

Python packages :

In order to be able to run this program of course you need to have python3 but also some python packages :

  • pandas
  • NumPy
  • SciPy
  • Mayavi

Data files :

You need a pdb file as input to run the program.

Script files :

coor_atoms.py

This script is used to read the pdb files and turns the extracted informations into pandas data frame.

coming soon

Usage :

  1. First clone this repository :
$git clone  

or download it.

  1. To run the program use the following command line :
$python3 

Result :


Ball and stick representation :

Screenshot

Space filling representation :

Screenshot

Ribbon representation :

Screenshot

Lines representation :

Screenshot

Distance representation (less than 4A) :

Screenshot


Hocine Meraouna