GCMS_linears {mzkit} R Documentation

Create reference linears for GCMS sim data

Description

Usage

GCMS_linears(contentTable, mslIons, calfiles,
    peakwidth = [13],
    rtshift = 30,
    maxDeletions = 2);

Arguments

maxDeletions

the max number of the outlier points that removes from the points data of linear fitting.

peakwidth

the rt range of the ion peak in TIC data

rtshift

the max rt shift value between the raw sample reference data and the rt value in msl ions information.

calfiles

a collection of the reference sample data files theirs file path.

Details

Authors

xieguigang

Value

a collection of data linears

Examples


[Package mzkit version 3.2.56.56444 Index]