Description Usage Arguments Value
Report I-V relationship of a list of abf objects, with specific current/conductance.
1 2 3 4 5 6 7 8 9 | SpIVSummary(abf, intv = NULL, conductance = FALSE, memprops = NULL,
current_channel = GetFirstCurrentChan(abf),
voltage_channel = GetFirstVoltageChan(abf), group = NA,
unit = FALSE, ...)
SpIGVSummary(abf, intv = NULL, memprops = NULL,
current_channel = GetFirstCurrentChan(abf),
voltage_channel = GetFirstVoltageChan(abf), group = NA,
unit = FALSE, raw = FALSE, ...)
|
abf |
a list of abf objects. |
intv |
OPTIONAL, a list of intervals. |
conductance |
Only used in SpIVSummary(), if TRUE, same as calling SpIGVSummary() |
memprops |
membrane properties, if NULL memprops will be calculated from StepMemtestSummary(). |
current_channel |
current channel id, 1-based. |
voltage_channel |
voltage channel id, 1-based. |
group |
OPTIONAL, add a "Group" column to the returned data.frame. |
unit |
whether to add unit columns to the returned data.frame. |
... |
passed to StepmemtestSummary(), see |
raw |
whether to return raw wide data.frame. |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.