pdb-residue-interactions

A component based on the residue contacts viewer in Protein Contacts Atlas. It displays, in graphical form, the atomic contacts between each of the secondary structural elements (helices and sheets) in a protein.

Usage no npm install needed!

<script type="module">
  import pdbResidueInteractions from 'https://cdn.skypack.dev/pdb-residue-interactions';
</script>

README

PDB Residue Interactions

NPM version

This is a component based on the residue contacts viewer in Protein Contacts Atlas. 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

Getting Started

Refer PDB Residue Interactions Wiki for detailed documentation and examples

Building & Running locally

npm install
npm run build
npm run serve