This repository contains analyses of the morphology and electrophysiology of inhibitory neurons (INHs) in a column of rat barrel cortex.
All scripts are in the scripts/ folder:
step1_dataset_overview.m– Visualize the morphology and electrophysiology in the datasetstep2_ephys_datasets.m– Preprocess raw recordings and assemble standardized datasets.step3_ephys_features.m– Compute electrophysiological features using sparse principal componentsstep4_morph_features.m– Calculate a rich set of morphological featuresstep5_plot_features.m– Plot morphological and electrophysiological features
Figures are saved in the results/ folder.
Unit tests are located in the tests/ folder. To run all tests:
results = runtests('tests');
table(results)