Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.5 KB

File metadata and controls

39 lines (25 loc) · 1.5 KB

AnalyzeTrain

Repository for analyzing the train task.

Data Template

Overview

This repository analyses data from the train task, a spatial navigation and memory task from the Jacobs lab, recorded with single-unit activity from human epilepsy patients.

Requirements

This repository requires Python >= 3.7.

As well as typical scientific Python packages, dependencies include:

The full list of dependencies is listed in requirements.txt.

Repository Layout

Add any details about repository layout here.

This repository is set up in the following way:

  • code/ contains custom code and utilities
  • notebooks/ contains notebooks for exploring analyses
  • scripts/ contains stand alone scripts

Data

The datasets analyzed in this project are from human subjects with implanted microwires.

Data notes:

  • Datasets for this project are organized into the NWB format.
  • Basic preprocessing and data conversion is done in the ConvertTrain repository.
  • Spike sorting, to isolate putative single-neurons, has been performed on this data.