Usage
getEIC(Run = list(), compound = "Analyte", ms0 = numeric(), sp0 = numeric(),
rt0 = numeric(), drt = 10/60, dsc = 10/2, ri0 = 0,
weight = 2/3, deltaRI = 20, calcRI = NULL)
Arguments
Run
a list containing the information of one run obtained by readCDf
funciton.
compound
a character vector for the name of the target.
ms0
a numeric vector of mass of fragments of the target.
sp0
a numeric vector of intensities of fragments of the target.
rt0
a numeric value of the expected retention time of the target.
drt
a numeric value of the retention time window width in seconds, optional but recommended
dsc
a numeric value of average half peak width based on the TICs, optional but recommended
ri0
a numeric value of the retention index of the target from library, optional but recommended
deltaRI
a numeric value for the penalty on the retention index similarity score
weight
a numeric value in [0,1] interval to calculated a combined weighted similarity scores based on Apex and area under EIC curve
calcRI
a function name to calculate RI based on RI calibration information, can be obtained by getRI
function, optional.