This repository analyzes rat hippocampal recordings from the HC-3 dataset (Buzsáki lab), focusing on identifying place cells and quantifying spatial tuning during linear track navigation. It includes preprocessing, multiple statistical methods for place cell detection, and group-level analyses across four rats.
-
Source: Buzsáki lab – CRCNS HC-3 open dataset
-
Subjects:
ec012,ec013,ec014,ec016 -
Experiment Type: Linear track recordings
-
Modalities:
- Spike times:
.res.N - Waveforms:
.spk.N - Position tracking:
.whl
- Spike times:
00-PlaceCells.ipynb— Identify place cells using spatial information and ANOVA01-Estimated__Method.ipynb— Evaluate detection method performance and thresholds02-ExampleNeurons.ipynb— Visualize and summarize example neuron responsesPREPROCESS_POSITION.ipynb— Preprocess behavioral position data from.whlfilesREPORT_SESSION.ipynb— Generate session-level summariesREPORT_UNIT.ipynb— Analyze and visualize unit-level spatial tuning
We implemented and compared the following detection strategies:
- Spatial Information (SI) Thresholding
- Spatial Information Permutation Test
- ANOVA Permutation Test
Figure_RAT_GROUP.ipynb— Group-level summary statistics across ratsFigure_RAT_PCA.ipynb— Principal component analysis of unit tuning featuresFigure_RAT_STATS_DISTRIBUTION.ipynb— Visualize distributions of key statistical metrics (SI, F-values, etc.)