PeakSearchingByCwt Type

Executes peak searching by continuous wavelet transformation (CWT).

References:

[1] Bioinformatics (2006) 22 (17): 2059-2065. doi: 10.1093/bioinformatics/btl355

Constructors

Constructor Description

PeakSearchingByCwt(original)

Full Usage: PeakSearchingByCwt(original)

Parameters:

original : PeakSearchingByCwt

PeakSearchingByCwt()

Full Usage: PeakSearchingByCwt()

Instance members

Instance member Description

this.EqualityContract

Full Usage: this.EqualityContract

Returns: Type
Modifiers: abstract

Returns: Type

this.Equals

Full Usage: this.Equals

Parameters:
    obj : obj

Returns: bool
Modifiers: abstract

obj : obj
Returns: bool

this.Equals

Full Usage: this.Equals

Parameters:
Returns: bool
Modifiers: abstract

other : PeakSearchingByCwt
Returns: bool

this.Execute

Full Usage: this.Execute

Parameters:
    input : float[]

Returns: IPeakSearchingResult
Modifiers: abstract

input : float[]
Returns: IPeakSearchingResult

this.GetHashCode

Full Usage: this.GetHashCode

Returns: int
Modifiers: abstract

Returns: int

this.MinimalRelativeGaussianAmplitude

Full Usage: this.MinimalRelativeGaussianAmplitude

Gets the minimal relative gaussian amplitude (relative to the maximum Gaussian amplitude) of the signal, that a peak must have in order to be included in the result. The default value is 0.005 (0.5%).

this.MinimalRidgeLengthInOctaves

Full Usage: this.MinimalRidgeLengthInOctaves

Gets the minimal ridge length in octaves a ridge must have, in order to be considered as an indication of a peak.

this.MinimalSignalToNoiseRatio

Full Usage: this.MinimalSignalToNoiseRatio

Gets the minimal signal to noise ratio a peak must have in order to be included in the result list.

this.MinimalWidthOfRidgeMaximumInOctaves

Full Usage: this.MinimalWidthOfRidgeMaximumInOctaves

Going along a ridge, the maximum of the Cwt coefficient indicates the best fit of the peak with the wavelet. The width of the peak can be derived from this location. The value designates the minimal width of the ridge maximum. Default value is 2 octaves (1 to the left, 1 to the right).

this.NumberOfPointsPerOctave

Full Usage: this.NumberOfPointsPerOctave

The width of the wavelets is varied logarithmically. The value gives the number of points per octave of width variation (octave = factor of two). The default value is 8.

ArgumentOutOfRangeException Points per octave must be >= 4 - NumberOfPointsPerOctave

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

Returns: string

this.Wavelet

Full Usage: this.Wavelet

Gets the wavelet function used for transformation. Default is WaveletRicker.

ArgumentNullException Wavelet

this.``$``

Full Usage: this.``$``

Returns: PeakSearchingByCwt
Modifiers: abstract

Returns: PeakSearchingByCwt

Static members

Static member Description

left <> right

Full Usage: left <> right

Parameters:
Returns: bool

left : PeakSearchingByCwt
right : PeakSearchingByCwt
Returns: bool

left = right

Full Usage: left = right

Parameters:
Returns: bool

left : PeakSearchingByCwt
right : PeakSearchingByCwt
Returns: bool