This repository is the codebase for a Polymer component that displays "raw" (i.e. unprocessed) experimental data when available for a specific PDB entry. The web component is used by the Protein Data Bank in Europe (PDBe) on its entry pages.
1.) Download this repository
git clone https://github.com/PDBeurope/pdb-raw-exp-data.git
2.) Import the component and its dependency
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="raw-exp-data.html">
3.) Add the web component for a specified PDB entry
<raw-exp-data style="max-width: 50%;" pdbid="4WEQ"></raw-exp-data>
Electron Microscopy example (3J7N)
Diffraction example (4WEQ)
- Mihaly Varadi - Initial work - mvaradi
This project is licensed under the EMBL-EBI License - see the LICENSE file for details