View source: R/Functions_extract_Scans.R
listMS2scans | R Documentation |
Searches for MS2 scans with a given parent m/z and directly converts the resulting table into a single string
listMS2scans(mz, rt, ppm, rtw, MSData, rtMatch = F)
mz |
expected target (parent) m/z |
rt |
expected target (parent) retention time in seconds |
ppm |
target (parent) m/z tolerance in ppm |
rtw |
target (parent) rt tolerance in seconds |
MSData |
list of xcmsRaw objects |
rtMatch |
assign MS2 scans only to the matching feature with the closest rt |
Also, see Parentsearch
a character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.