Skip to content

OG 2019 - Project 09: Visualizing brain connectomics using D3.js

License

Notifications You must be signed in to change notification settings

brainhack-ch/conn-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conn-viz

OG 2019 - Project 09: Visualizing brain connectomics using D3.js

Video

Open-source visualization tool for connectomics that uses D3.js to display connectivity data summary using 3D brain model rendering, chord diagram, histograms and scatterplot. Uses JSON format (networkx) to specify edges ID, labels, and properties (metrics). Uses CSV format to store coordinates of nodes. Uses Three.js for 3D brain rendering.

Contributors:

  • Augustin Joëssel
  • Tan Pei Lei
  • Renaud Marquis
  • Nils Schaetti

TODO:

  • add chord diagram including interactive highlight with mouse hover linked with 3D brain render and scatterplot
  • load your own data / atlas menu
  • optionally replace existing vs add new connectivity data/atlas: multiscale parcellations, multimodal brain connectivity, e.g. EEG / fMRI / DWI
  • fix histograms with optimized binning (Freedman–Diaconis rule) to visualize distribution of selected metrics, optionally with slider for binning adjustment
  • global menu for threshold value linked with 3D brain render and chords
  • add volumetric rendering of atlas regions
  • color coding of nodes based on node-specific metrics, e.g. volumetric measures

About

OG 2019 - Project 09: Visualizing brain connectomics using D3.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages