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
- Host: GitHub
- URL: https://github.com/pdbeurope/pdb-residue-interactions
- Owner: PDBeurope
- Created: 2020-09-14T10:06:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T10:20:56.000Z (about 5 years ago)
- Last Synced: 2025-01-28T05:15:19.701Z (9 months ago)
- Language: TypeScript
- Size: 129 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDB Residue Interactions
[](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.

## 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
```