All Projects → williamgilpin → Pypdb

williamgilpin / Pypdb

Licence: mit
A Python API for the RCSB Protein Data Bank (PDB)

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pypdb

pymolshortcuts
The repository pymolschortucts contains the a collection of shortcuts that are loaded on startup of PyMOL. These shortcuts enable websearches from within PyMOL as well as many other convienent functions that make work in PyMOL more productive..
Stars: ✭ 34 (-75.54%)
Mutual labels:  pdb
Biojava
📖🔬☕️ BioJava is an open-source project dedicated to providing a Java library for processing biological data.
Stars: ✭ 434 (+212.23%)
Mutual labels:  pdb
Ihm Dictionary
📖 mmCIF support for hybrid/integrative models
Stars: ✭ 12 (-91.37%)
Mutual labels:  pdb
VSCoding-Sequence
VSCode Extension for interactively visualising protein structure data in the editor
Stars: ✭ 41 (-70.5%)
Mutual labels:  pdb
Biopandas
Working with molecular structures in pandas DataFrames
Stars: ✭ 329 (+136.69%)
Mutual labels:  pdb
Pdbpp
pdb++, a drop-in replacement for pdb (the Python debugger)
Stars: ✭ 693 (+398.56%)
Mutual labels:  pdb
teamcity-symbol-server
TeamCity Symbol Server plugin
Stars: ✭ 16 (-88.49%)
Mutual labels:  pdb
Mcmd
Monte Carlo and Molecular Dynamics Simulation Package
Stars: ✭ 52 (-62.59%)
Mutual labels:  pdb
Nvim Gdb
Neovim thin wrapper for GDB, LLDB, PDB/PDB++ and BashDB
Stars: ✭ 341 (+145.32%)
Mutual labels:  pdb
Gtools
gevent tools
Stars: ✭ 7 (-94.96%)
Mutual labels:  pdb
pdbtbx
A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files in Rust.
Stars: ✭ 13 (-90.65%)
Mutual labels:  pdb
Mdtraj
An open library for the analysis of molecular dynamics trajectories
Stars: ✭ 317 (+128.06%)
Mutual labels:  pdb
Pdb Tutorial
A simple tutorial about effectively using pdb
Stars: ✭ 720 (+417.99%)
Mutual labels:  pdb
hPDB
PDB parser in Haskell
Stars: ✭ 20 (-85.61%)
Mutual labels:  pdb
10 Simple Hacks To Speed Up Your Data Analysis In Python
Some useful Tips and Tricks to speed up the data analysis process in Python.
Stars: ✭ 45 (-67.63%)
Mutual labels:  pdb
RosettaDesign
RosettaDesign using PyRosetta
Stars: ✭ 19 (-86.33%)
Mutual labels:  pdb
Reclassex
ReClassEx
Stars: ✭ 542 (+289.93%)
Mutual labels:  pdb
Pdbr
pdb + Rich library
Stars: ✭ 96 (-30.94%)
Mutual labels:  pdb
Pytest Pudb
Pytest PuDB debugger integration
Stars: ✭ 45 (-67.63%)
Mutual labels:  pdb
Blink
A tool which allows you to edit source code of any MSVC C++ project live at runtime
Stars: ✭ 808 (+481.29%)
Mutual labels:  pdb

PyPDB

A Python 3 toolkit for performing searches with the RCSB Protein Data Bank (PDB). This can be used to perform advanced searches for PDB IDs matching various criteria, as well as to look up information associated with specific PDB IDs. This tool allows standard operations that can be perfomed from within the PDB website (BLAST, PFAM lookup, etc.) to be performed from within Python scripts.

Examples of each function and its associated output can be found in demos/demos.ipynb.

If you use this module for any published work, please consider citing the accompanying paper

  Gilpin, W. "PyPDB: A Python API for the Protein Data Bank." 
  Bioinformatics, Oxford Journals, 2015.

As of November 2020, pypdb is undergoing significantly refactoring in order to accomodate changes to the RCSB PDB API and extend functionality. We regret any breaking changes that occur along the way. The previous version of pypdb is available here; however, it will no longer function to to the RCSB API being changed.

We very much welcome contributors and pull requests

Installation

Install using pip:

$ pip install pypdb

To install the development version, which contains the latest features and fixes, install directly from GitHub using

$ pip install git+git://github.com/williamgilpin/pypdb

If you need to install directly from setup.py,

$ python setup.py install

Test the installation, and check that the code successfully connects to the PDB, navigate to the root directory and run

$ pytest 

This code has been designed and tested for Python 3.

Usage

This package can be used to get lists of PDB IDs associated with specific search terms, experiment types, structures, and other common criteria.

Given a list of PDBs, this package can be used to fetch any data associated with those PDBs, including their dates of deposition, lists of authors and associated publications, their sequences or structures, their top BLAST matches, and other query-specific attributes like lists of a ligands or chemical structure.

A set of demos is included in the iPython notebook demos.ipynb. A static version of this notebook (for viewing) is available as demos.html

Issues and Feature Requests

If you run into an issue, or if you find a workaround for an existing issue, we would very much appreciate it if you could post your question or code as a GitHub issue.

If posting a feature request, please check that your request is possible using the current GUI on current RCSB website. If so, please perform your search, and then click the link that says JSON in the upper right hand corner of the Advanced Search box. Please post that JSON code with your feature request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].