Interface CalculateForMFOptions

interface CalculateForMFOptions {
    cache?: boolean;
    force?: boolean;
    ionizations?: string;
    seriesName?: string;
    slotWidth?: number;
    threshold?: number;
}

Properties

cache?: boolean

Retrieve result from cache if it exists.

Default

false

force?: boolean

Force replacement of existing series. If false, trying to add an already existing series will throw an error.

Default

false

ionizations?: string

List of allowed ionisations.

Default

'H+'

seriesName?: string

Name of the series where the result will be stored. Defaults to an automatically generated name.

slotWidth?: number

Width of the slot around the mass of targetMF.

Default

1

threshold?: number

Minimal height for peaks.

Default

0.5