An open API service indexing awesome lists of open source software.

https://github.com/pdbeurope/pdb-residue-interactions

Residue contacts viewer in Protein Contacts Atlas
https://github.com/pdbeurope/pdb-residue-interactions

Last synced: 8 months ago
JSON representation

Residue contacts viewer in Protein Contacts Atlas

Awesome Lists containing this project

README

          

# PDB Residue Interactions

[![NPM version](http://img.shields.io/npm/v/pdb-residue-interactions.svg)](https://www.npmjs.org/package/pdb-residue-interactions)

This is a component based on the residue contacts viewer in [Protein Contacts Atlas](https://www.mrc-lmb.cam.ac.uk/rajini/index.html). It displays, in graphical form, the atomic contacts between each of the secondary structural elements (helices and sheets) in a protein. The broader the connection between each of the secondary structural elements, the more atomic contacts are involved in the interface. Hovering over these connections will display the exact number of atomic contacts in this interaction.

![PDB Residue Interactions](/images/pdb-residue-interactions.png)

## Getting Started
**Refer [PDB Residue Interactions Wiki](https://github.com/PDBeurope/pdb-residue-interactions/wiki) for detailed documentation and examples**

**Building & Running locally**
```JS
npm install
npm run build
npm run serve
```