Description Usage Arguments Details Value
Calculate membrane properties from a step pulse membrane test.
1 2 3 4 5 | StepMemtestAbf(abf, intv_charge = NULL, episode = NULL,
epoch = FindMemtestEpoch(abf, dac = dac, type = "step"),
dac = GetWaveformEnabledDAC(abf),
current_channel = GetFirstCurrentChan(abf), max_iter = 10L,
report_all = TRUE)
|
abf |
an abf object. |
intv_charge |
interval of the CHARGING period. |
episode |
episodes to calculate membrane properties. |
epoch |
epoch of the step pulse. |
dac |
DAC channel of Vcmd |
current_channel |
current channel. |
max_iter |
maximum iterations. |
report_all |
whether to report all calculated episodes or a best fitted one, useful for manual inspection. |
This function calculates membreane properties given a proper step
pulse is applied and recorded in the abf object. Usually all arguments can
be determined automatically. By default episode is determined by
FindStepEpisode(), see help for more
details.
Please also notice that all unit prefixes are converted to "1", thus the returned properties calculated are:
Cm: membrane capacitance (in Farad)
Rs: series resistance (in Ohms)
Rm: membrane resistance (in Ohms)
I0: Max charging current (in A)
Is: Steady current (in A)
tao: RC time constant (in s)
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.