Skip to contents

Creates ranges around given m/z and retention time based on given data and allowed deviance.

Usage

createRanges(msData, dbData, ppm, rtdev)

Arguments

msData

MsExperiment() object

dbData

target database, output of createTargetList()

ppm

allowed deviance in ppm around given m/z value

rtdev

allowed deviance in seconds of retention time. Defines the search window in the time dimension.

Value

A list containing the m/z and retention time ranges for all given target compounds

Author

Pablo Vangeenderhuysen