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

Function to identify the axon initial segment from dendrites using electrophysiological recording
94 descargas
Actualizado 6 oct 2015

Ver licencia

*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

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Electrophysiology en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.2.0.0

Updated description

1.1.0.0

Updated filter settings for extracellular recordings
Screenshot added

1.0.0.0