peak_alignments {deconvolution} R Documentation

Make peak group alignments and export peaktable

Description

Usage

peak_alignments(peak.groups, features.mz,
    tolerance = "da:0.005",
    peak.width = "3,15",
    baseline = 0.65,
    joint = FALSE,
    dtw = FALSE);

Arguments

peak.groups

[as XICPool]

features.mz

[as double]

Details

Authors

hpc

Value

this function returns a vector of the xcms2 peaks data, andalso the RtShift value is attached in the value vector via R# object attribute named rt.shift.

clr value class

Examples


[Package deconvolution version 1.0.0.0 Index]