Skip to content

vladdez/ERPExplorer.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERPExplorer

Stable Dev Build Status Coverage

About ERPExplorer.jl

It is a collection of functions for interactive ERP (event-related potential) visualization.

EEG data is a multidimensional data with at least 3 dimensions: time, voltage and sensors (channels). It is extremely difficult to present multidimensional data. ERPExplorer.jl will allow you to interactively explore EEG data and find meaningful insights.

Currently ERPExplorer.jl has 6 functions:

  • click_topoplot() - shows the name of the sensor on topoplot after clicking on it;
  • slider_topoplot() - topoplot with voltage changing over time by moving the slider position;
  • menu_butterfly_topoplot() - combination of butterfly plot and topoplot with the possibility to select the sensor by choosing it in the menu;
  • click_butterfly_topoplot() - combination of butterfly plot and topoplot with possibility to select sensor by clicking on the topoplot;
  • slider_butterfly_topoplot() - combination of butterfly plot and topoplot with voltage changing over time by moving the slider position;
  • toggle_butterfly_topoplot() - combination of butterfly plot and topoplot with a button to toggle between solid and nulticolor mode.

Gallery

Tutorials

Function How it looks like
Topoplot
click_butterfly_topoplot topo_butter_clicking
toggle_butterfly_topoplot topo_butter_toggle
menu_butterfly_topoplot topo_butter_menu

Citing

See CITATION.bib for the relevant reference(s).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages