MS1deconv {mzDeco} R Documentation

A debug function for test peak finding method

Description

Usage

MS1deconv(raw,
    massdiff = 0.01,
    peak.width = [12],
    q = 0.65,
    sn.threshold = 1,
    nticks = 6,
    joint = TRUE);

Arguments

raw

the file path of a single rawdata file. [as string]

massdiff

[as double]

Details

Authors

BioNovoGene

Value

this function returns data object of type PeakFeature[].

clr value class

Examples


[Package mzDeco version 1.0.0.0 Index]