Class: Sample

mwGUI.Sample

new Sample(the_id)

Load various samples for testing:

  • from PDB: 1ZNI, 1HHO, and 3CRO (here in pre-loaded JSON files)
  • from EMDB
  • from ImageJ: lena-std.tif and T1-Head
Parameters:
Name Type Description
the_id number

DOM element ID

Author:
  • Jean-Christophe Taveau

Methods

(static) handleEvent(event)

Handle click events

Parameters:
Name Type Description
event object

The DOM event

Author:
  • Jean-Christophe Taveau