Metadata-Version: 2.4
Name: ProteinPlot
Version: 2.0.0
Summary: Library for managing .pdb extension, plotting
Home-page: https://protplot.readthedocs.io/en/latest/
Author: Poku-Racz-Denes
Author-email: denes.dome@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: jupyter
Requires-Dist: plotly
Requires-Dist: seaborn
Requires-Dist: python
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Welcome to ProteinPlot's documentation!
============================================

Welcome to the documentation for **ProteinPlot**, a University package for analysing PDB entries in python

Introduction
------------

ProteinPlot helps in the analysis of PDB entries. The given files from the databank of rcsb.org is loaded into pandas dataframes and in this way manipulations have become easier

Features
--------

- PDB entry reading into pandas df
- Structure alignment
- Structure comparison
- Ramachadran plots
- 2D and 3D figures

Installation
------------

Install via pip:

.. code-block:: bash

   pip install ProteinPlot
   
Quick Start
-----------

Here's a basic example:

.. code-block:: bash

  jupyter-lab
  
.. code-block:: python

   from ProteinPlot import protplot

   example = protplot.read_pdb('6vxx')
