RTindexing: Retention time indexing

Description Usage Arguments Value See Also

Description

Perform retention time correction in MSdata-class object. Function takes a given list of internal standards, corresponding peaks are found in data set and basing on their RT shift the shifts for the rest of peaks are calculated. The resulting data set is realigned.

Usage

1
2
3
## S4 method for signature 'MSdata'
RTindexing(object, targets.list, mz.window = 0.02,
  rt.window = 30)

Arguments

object

MSdata-class object. For correct processing there should be "RT" and "MZ" columns in peak data (peakData(object))

targets.list

File path to simple table of the internal standards. Table should have three columns: compoundID, mass-charge and retention time (with or without header).

mz.window

Peak corresponding to standard compound is searched in this range of MZs around standard MZ value.

rt.window

Peak corresponding to standard compound is searched in this range of RTs around standard RT value.

Value

MSdata-class object with recalculated RT values in peak data

See Also

MZindexing


flajole/MSdata documentation built on May 16, 2019, 1:17 p.m.