DnAbf: Denoise an abf object by applying wavelet shrink

Description Usage Arguments Value

Description

Denoise an abf object by applying wavelet shrink

Usage

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

Arguments

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 wavShrink() for details.

xform

waveform transform type. See wavShrink() for details.

...

passed to wavShrink()

Value

an abf object.


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