Check this video https://youtu.be/h_W9FyHKokA
File to convert NWB to RAVE (Alpha version)
https://raw.githubusercontent.com/beauchamplab/rave/dev-0.1.6.1/inst/third_party/NWB/nwb_import.R
The goal of this project is to create “R” code that will allow our ECOG package, RAVE, to read in (as a start) voltage traces from NWB files.
Support importing NWB format and load Subject
, epoch
, and LFP
into RAVE
preprocess pipeline.
Create scripts to import subject
, analogtraces
, cortical surface
, electrode
, and trial
NWB Converter to RAVE (Test script)
https://github.com/bendichter/nwbext_ecog
nwbext_ecog
In terminal,
pip install git+https://github.com/bendichter/nwbext_ecog
Open links below and install them according to your platform.
In R, hdf5r provides IO for HDF5 files. To install it,
install.packages('hdf5r')
RAVE
:Open Rstudio, type the following command
install.packages('devtools')
# Install RAVE dev version
devtools::install_github('beauchamplab/rave@dev-0.1.6')
# Install builtin modules
devtools::install_github('beauchamplab/ravebuiltins')