Sin descripción

Martynas Dervinis eed27ea710 Update 'README.md' hace 1 año
nnx_derived_data 1a5b5872f6 Initial commit hace 2 años
nnx_raw_derived_data 1a5b5872f6 Initial commit hace 2 años
LICENSE 1a5b5872f6 Initial commit hace 2 años
README.md eed27ea710 Update 'README.md' hace 1 año
convert2nwb.py cf77fe94e2 Fixed minor issues in localFunctions hace 2 años
localFunctions.py cf77fe94e2 Fixed minor issues in localFunctions hace 2 años
nwbAnimalParams.py b764133132 Updated README hace 2 años
nwbParams.py b764133132 Updated README hace 2 años
nwbSessionParams.py b4c6109a9c Upload following testing hace 2 años

README.md

convert2nwbEcephysPyNnx

Python functions to convert extracellular electrophysiology recordings and associated behavioural data to Neurodata Without Borders (NWB) file format: Neuronexus 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/convert2nwbEcephysPyNnx
cd convert2nwbEcephysPyNnx
gin get-content

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

PyNWB installation instructions are available here. Other dependencies include h5py, numpy, scipy, pathlib, os, re, datetime, dateutil which often come preinstalled.

Once you have downloaded and installed all the required dependencies you can execute convert2nwb script in Python. This should convert the example data into NWB format and store it inside the nnx_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 Python scritps.

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