chromatography
    Preparing search index...

    Interface CalculateForMFOptions

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

    Properties

    cache?: boolean

    Retrieve result from cache if it exists.

    false

    force?: boolean

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

    false

    ionizations?: string

    List of allowed ionisations.

    '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.

    1
    
    threshold?: number

    Minimal height for peaks.

    0.5