Description Usage Arguments Details Value
Remove baseline of a channel.
1 2 3 4 5 | RmblAbf(abf, channel, method = c("interval", "episode", "holding"), intv,
episode, by_epoch = TRUE, dac = GetWaveformEnabledDAC(abf), ...)
RemoveBaselineAbf(abf, channel, method = c("interval", "episode",
"holding"), intv, episode, by_epoch = TRUE, dac, ...)
|
abf |
an abf object. |
channel |
a channel to perform baseline removal |
method |
method to use. See details. |
intv |
used in interval method. An interval to evaluate baseline level. |
episode |
used in episode method. The episode to evaluate baseline. |
by_epoch |
used in episode method, see |
dac |
used in holding and episode method, waveform dac channel. |
... |
used in episode method, passed to baseline_als, see |
Avaiable methods for baseline removal are holding, interval and episode.
The interval method evaluate mean baseline level from the given episode between intv,
then subtract the value to every episode.
The episode method calculates baseline by calling baseline_als()
.
The holding method simply read holding level from DAC setting and subtract the
value to every episode. This is usually desirable only for waveform channel.
an abf object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.