Parentsearch | R Documentation |
Make a list of all MS2 scans with the defined parent masses at a given retention time
Parentsearch(xcmsRaws, mz, rt, ppm = 5, rtw = 200)
xcmsRaws |
list of xcmsRaw objects |
mz |
parent mz values (mumeric vector) |
rt |
parent retention time (in seconds, numeric vector), needs to be same length as mz |
ppm |
parent mz tolerance in ppm |
rtw |
parent rt tolerance in seconds |
a data.frame with metadata for MS2 scans that match the request
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.