Description Usage Arguments Value
Denoise an abf object by applying wavelet shrink
1 2 3 4 5 6  | DnAbf(abf, episode = GetAllEpisodes(abf), channel = 1L,
  by_epoch = TRUE, dac = GetWaveformEnabledDAC(abf),
  thresh.scale = 1, xform = "dwt", ...)
DenoiseAbf(abf, episode, channel = 1L, by_epoch = TRUE, dac,
  thresh.scale = 1, xform = "dwt", ...)
 | 
abf | 
 an abf object.  | 
episode | 
 episode to denoise.  | 
channel | 
 channel to denoise.  | 
by_epoch | 
 wheter to denoise by epoch.  | 
dac | 
 DAC channel that defines epochs.  | 
thresh.scale | 
 controls strength of denoising. See   | 
xform | 
 waveform transform type. See   | 
... | 
 passed to wavShrink()  | 
an abf object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.