ESI for Data Visualisation Chapter
---
Written by Nicola Knight
--- 
Some files must be run on a server e.g. wamp otherwise the interactivity will not function due to the use of server-side javascript
---
These first plots use d3.v4
----
Tambjamine force layout - with threhold of 0.85 similarity
----
*tamb_force_threshold.html - similarity >0.85 linked, has colouring for links and selection of compound with structure.
*tamb_force_threshold.json - json data for tamb_force_threshold.html - only link with similarity >0.85

----
Plot of PAG & Tambjamine Compounds - Coloured by compound group
----
*PAG_Tamb_plot.html - PAG & Tamb compounds - coloured by compound group with on click display of structures
*PAG_Tamb_script.js - javascript file for PAG_Tamb_plot.html

----
Plot of tambjamines compounds - ALOGPs vs Log(1/EC50) 
 - with onclick display of structure and similarity highlighting
----
*tamb_plot.html - Tambjamine plot - ALOGPs vs Log(1/EC50) - with compound selection and similarity highlighting, can also download lefthand graph
*tamb_script.js - javascript file for tamb_plot.html

----
style.css - style file for all visualisations above
----

------
Other plots
------
Plots below use - d3.v3 which has been superceeded
----
Simple plot and hover/on.click functionality
----
svg_tambjamine_onclick_v1.html - ALOGPs vs Log(1/EC50) graph, on hover InChI, click to display structure
uses - mainstyle.css, data/tambjaminewithsmiles.csv
--
test.html - testing of initial hover + click functionality - also with export (doesn't get the structure image)
test_script.js - javascript file for test.html
uses style.css

----
Responsive axis selection
----
svg_tambjamine_properties_reorder.html - allows selection of axes for graph, has onhover InChI and onclick structures.
uses - mainstyle.css, data/tambjaminewithsmiles.csv








