CmpWaveform: Compare epoch waveform setting to a channel data.

Description Usage Arguments Value

Description

Compare epoch waveform setting to a channel data.

Usage

1
2
3
CmpWaveform(abf, episode = GetAllEpisodes(abf),
  channel = GetFirstVoltageChan(abf), epoch = GetMultiStepEpoch(abf,
  dac), dac = GetWaveformEnabledDAC(abf), delta = NULL, min_win)

Arguments

abf

an abf object.

episode

the episodes to compare.

channel

the channel to compare, default assumes voltage clamp.

epoch

the epoch to compare.

dac

the dac channel to evaluate waveform.

delta

allowed max deviation, default compares to median deviation.

min_win

OPTIONAL, minimum interval window size of the result.

Value

a list of intervals of which pass comparison.


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