ms1_xic_bins {mzkit} R Documentation

Create XIC rawdata file for run peaktable exports

Description

Usage

ms1_xic_bins(files,
    mzdiff = 0.005,
    outputdir = './XIC/',
    n.threads = 32);

Arguments

files

the LCMS rawdata files, could be in format of mzXML or mzML.

mzdiff

a numeric vector for create ion m/z feature bins

outputdir

a character vector of local filesystem directory path for save the XIC temp result data files.

n.threads

thread number for read the rawdata files.

Details

Authors

xieguigang

Value

this function returns nothing

Examples


[Package mzkit version 3.2.56.56444 Index]