run.Deconvolution {mzkit} R Documentation

Do ms1 deconvolution of the rawdata

Description

Usage

run.Deconvolution(rawdata,
    outputdir = ./,
    mzdiff = 0.005,
    peak.width = [3, 90]);

Arguments

rawdata

a directory path that contains the mzXML or mzML rawdata files.

outputdir

a directory path for save the peaktable result file and the temp cache files.

mzdiff

the mass tolerance error for create the mz bins from the ms1 rawdata, the XIC data is generated based on this parameter value

peak.width

the rt range of the peak data

Details

Authors

xieguigang

Value

this function returns nothing

Examples


[Package mzkit version 3.2.56.56444 Index]