Axon_Initial_Segmen​t_Identifier(path,i​c_signal,ec_signal)

Function to identify the axon initial segment from dendrites using electrophysiological recording
94 Downloads
Updated 6 Oct 2015

View License

*function [fileNames]=Axon_Initial_Segment_Identifier(path,ic_signal,ec_signal);
Loads a folder of combined patch and extra cellular recordings and returns names of recordings corresponding to the axon initial segment
The recordings used for the script are 100 ms long with a 20 ms pre-trigger duration sampled at 100 kHz.
Requires the use of abfload.m
http://www.mathworks.com/matlabcentral/fileexchange/22114-abf2load/content/abfload.m
>>> Input Variables >>>
NAME TYPE DESCRIPTION
path string Path to folder e.g. '/Users/User/Desktop/folderName/'
ic_signal integer Number in .abf file for the intracellular signal
ec_signal integer Number in .abf file for the extracellular signal
<<< Output Variables <<<
NAME TYPE DESCRIPTION
fileNames char Names of .abf files corresponding to the AIS
aisICrec cell The IC signals corresponding to the AIS
aisECrec cell The EC signals corresponding to the AIS
ICrec cell All filtered mean IC signal recordings
ECrec cell All filtered mean EC signal recordings
Class double A binary vector with the classifications of AIS True/False
Thres double A vector containing the location of the threshold
:::Abbreviations:::
EC Extracellular
IC Intracellular
AP Action potential
AIS Axon initial segment

Cite As

Anders Victor (2024). Axon_Initial_Segment_Identifier(path,ic_signal,ec_signal) (https://www.mathworks.com/matlabcentral/fileexchange/53161-axon_initial_segment_identifier-path-ic_signal-ec_signal), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Electrophysiology in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Updated description

1.1.0.0

Updated filter settings for extracellular recordings
Screenshot added

1.0.0.0