View source: R/Functions_peakPicking.R
makeRTlist2 | R Documentation |
find and then merge peaks, given a set of mz values in a dataframe
and a set of xcmsRaw objects. Wrapper for getpeaks2()
.
makeRTlist2(df, rawdata, ppm = 5, retainColumns = NULL, ...)
df |
a data.frame that contains a mz column with mz values of interest |
rawdata |
a list of xcmsRaw objects |
ppm |
ppm tolerance for EIC construction |
retainColumns |
keep and copy these columns from the original df when making the result data.frame |
... |
arguments passed to getpeaks2() |
a data.frame like getpeaks2()
, that will also retain
the mz
column of the input df
, and optionally additional as
defined in retainColumns
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.