PDBeurope / pdb-raw-exp-data

Polymer component displaying related raw experimental data when available

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDBe Raw Experimental Data web component

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.

Quick start

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>

Examples

Electron Microscopy example (3J7N)

Diffraction example (4WEQ)

Authors

  • Mihaly Varadi - Initial work - mvaradi

License

This project is licensed under the EMBL-EBI License - see the LICENSE file for details

About

Polymer component displaying related raw experimental data when available

License:Other


Languages

Language:HTML 100.0%