Parentsearch {Mosaic}R Documentation

Parentsearch

Description

Make a list of all MS2 scans with the defined parent masses at a given retention time

Usage

Parentsearch(xcmsRaws, mz = c(499.11085), rt = c(366.65), ppm = 5,
  rtw = 200)

Details

@param xcmsRaws list of xcmsRaw objects @param mz parent mz values (mumeric vector) @param rt parent retention time (in seconds, numeric vector), needs to be same length as mz @param ppm parent mz tolerance in ppm @param rtw parent rt tolerance in seconds


[Package Mosaic version 0.7.0 Index]