SpIVSummary: Report I-V relationship of a list of abf objects, with...

Description Usage Arguments Value

Description

Report I-V relationship of a list of abf objects, with specific current/conductance.

Usage

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, ...)

Arguments

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 help for details.

raw

whether to return raw wide data.frame.

Value

a data.frame


Crystal-YWu/abftools documentation built on May 10, 2019, 8:22 a.m.