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

Function to identify the axon initial segment from dendrites using electrophysiological recording
96 download
Aggiornato 6 ott 2015

Visualizza la licenza

*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

Cita come

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

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Electrophysiology in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.2.0.0

Updated description

1.1.0.0

Updated filter settings for extracellular recordings
Screenshot added

1.0.0.0