Skip to content

Instantly share code, notes, and snippets.

View danhalligan's full-sized avatar

Dan Halligan danhalligan

  • LifeArc
  • Edinburgh, UK
View GitHub Profile
@danhalligan
danhalligan / README.md
Last active August 29, 2015 14:06
Rough d3 volcano plot

This is an attempt to produce an interactive volcano plot from a csv data file using d3. A volcano plot displays significance against substance, to allow visual discrimination of data points with strongly significant & large effects (located in the top left/ top right hand corners) from those with small or insignificant effects.

The idea here is that hovering over a point displays the feature name, and clicking on a data point generates a table of information for that feature.