guruucsd / lateralized-components

Submission to OHBM 2016 on functional lateralization using the neurovault dataset.
0 stars 2 forks source link

Make interactive similarity matrix with pop-ups that show the compared components side-by-side #21

Open bcipolli opened 8 years ago

bcipolli commented 8 years ago

Right now we dump these all to files, but doing the same thing in an interactive matrix plot would be not-so-hard and way more intuitive / informative.

atsuch commented 8 years ago

@bcipolli How would this work? It would be great to use that kind of plot for dynamic poster if we get dynamic poster slot, but even if we don't, it would be useful for exploring the data...!

bcipolli commented 8 years ago

see: http://cseweb.ucsd.edu/~bcipolli/docs/posters/SfN2015/plots/similarity/MRI_cort_area.ctx..html , code located within https://github.com/bcipolli/ping

It uses the bokeh library (JavaScript wrapped in Python) to generate the plots. The on-hover popups are fully programmable.

bcipolli commented 7 years ago

Definitely should do this. I would gladly lead this.