Example: Three.js for MD data

Double-click on a nucleotide to inspect it.

Exercises

  1. Colour the nucleotides by strand id, instead of type.
  2. If nucleotide type is "G", set the radius to 0.3. Otherwise the radius should be 0.2
  3. [Advanced] Use python to export or generate your own data (a csv file of 3D points), then load it into this webapp (making any modifications neccesary).