A ReactJS component for visualizing neural activity data
npm install --save neural-activity-visualizer-react
import React from 'react';
import Visualizer from 'neural-activity-visualizer-react';
function Example {
const source = "https://object.cscs.ch/v1/AUTH_c0a333ecf7c045809321ce9d9ecdfdea/Migliore_2018_CA1/exp_data/abf-int-bAC/Ivy_960711AHP3/96711008.abf";
return (
<Visualizer source={source} />
)
}
Explore the demo app: https://neo-viewer.netlify.app/
By default, the visualizer uses the Neo file server at https://neo-viewer.brainsimulation.eu/. This is fine for testing and light use, but for better performance you may wish to deploy your own server on a more powerful machine.
Instructions for doing this are here.
See here.
This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under Specific Grant Agreements No. 720270, No. 785907 and No. 945539 (Human Brain Project SGA1, SGA2 and SGA3).