Interface JoinBroadPeaksOptions

interface JoinBroadPeaksOptions {
    broadRatio?: number;
    broadWidth?: number;
    optimization?: OptimizationOptions;
    shape?: Shape1D;
}

Properties

broadRatio?: number

broadRatio

Default

0.0025
broadWidth?: number

width limit to join peaks.

Default

0.25
optimization?: OptimizationOptions

it's specify the kind and options of the algorithm use to optimize parameters.

shape?: Shape1D

it's specify the kind of shape used to fitting.