Skip to content
forked from crnolan/behapy

Behavioural neuroscience data wrangling and analysis tools

License

Notifications You must be signed in to change notification settings

dylanablack/behapy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

behapy

Behavioural neuroscience data wrangling and analysis tools

Installation

Execute the following from the project folder in a shell with conda on the path:

conda env create -f environment.yaml
conda activate behapy
pip install -e .

Examples

There is a MedPC event reading example in the examples subfolder. This example by default assumes MedPC data files are in the same folder as the notebook file.

Processing steps

Converting source data to bids

tdt2bids session_fn experiment_fn source_dat

Visualise the data for QC.

ppd .

Preprocess the data.

Process the data using the preprocess executable from within BIDSROOT.

preprocess . 

About

Behavioural neuroscience data wrangling and analysis tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%