Axon_Initial_Segment_Identifier(path,ic_signal,ec_signal)
*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
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.