View source: R/check_several.R
check_several | R Documentation |
Check for molecules overlapping in m/z,
based on isotope fine structures from isopattern
or on centroids/intensoids from envelope
.
check_several(pattern, dmz, ppm = TRUE)
pattern |
Output from |
dmz |
m/z window. In combination with |
ppm |
Should m/z window be set in ppm ( |
Overlaps in m/z among molecules are screened for within the m/z tolerance defined by the arguments dmz
and ppm
.
Dataframe with 4 columns, with number of rows equal to the length of argument pattern
compound |
Chemical formula of the compound |
warning |
Overlap detected? |
to? |
If overlap: with wich other compound(s)? Refers to row number, recycled for peak_number. |
peak_number |
If overlap: with which peak(s) of the other compound(s)? Refers to peak number. |
Martin Loos, Christian Gerber
isopattern
envelope
data(isotopes) data(chemforms) pattern<-isopattern( isotopes, chemforms, threshold=0.1, plotit=TRUE, charge=FALSE, emass=0.00054858, algo=1 ) check_several(pattern,dmz=0.001,ppm=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.