Matlab functions to convert extracellular electrophysiology recordings and associated behavioural data to Neurodata Without Borders (NWB) file format

Martynas Dervinis d31a12da47 Update 'README.md' пре 1 година
npx_derived_data c607c1de63 Initial commit пре 1 година
npx_raw_derived_data c607c1de63 Initial commit пре 1 година
LICENSE c607c1de63 Initial commit пре 1 година
README.md d31a12da47 Update 'README.md' пре 1 година
cleanUp.m c607c1de63 Initial commit пре 1 година
concatenateMat.m c607c1de63 Initial commit пре 1 година
convert2nwb.m 472c666bc2 Removed electrodes entry from the unit table пре 1 година
nwbAnimalParams.m c607c1de63 Initial commit пре 1 година
nwbParams.m a2e574c7dc Updated nwbParams file пре 1 година
nwbSessionParams.m c607c1de63 Initial commit пре 1 година

README.md

convert2nwbEcephysMatNpx

Matlab functions to convert extracellular electrophysiology recordings and associated behavioural data to Neurodata Without Borders (NWB) file format: Neuropixels example.

In order to download this repository, you will have to install GIN client. You can find the installation instructions here.

To download the repository execute the following lines in your command line:

gin get dervinism/convert2nwbEcephysMatNpx
cd convert2nwbEcephysMatNpx
gin get-content

Alternatively, you can download the repository through the web browser. In this case, large files may require to be downloaded individually.

In order to execute the Matlab code, you will also need to download the matnwb repository and add it to your Matlab path.

Once you have downloaded and installed all the required dependencies you can execute convert2nwb script in Matlab. This should convert the example data into NWB format and store it inside the npx_derived_data_nwb folder. If you want to adapt the code for your own puprposes, have a look at the code and the comments inside Matlab scritps and functions.

Keywords: Neurodata Without Borders; NWB; matnwb; extracellular electrophysiology; ecephys; Neuropixels; silicone probe; extracellular electrode; spiking; FAIR principles; open science.