You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add matching functions for CompDb and IonDb databases.
CompDb: only matchMz,Mass2MzParam is supported because no m/z values are available. Additional parameter columns should allow to specify which annotation columns to extract. The result will have a data.frame as target, not a CompDb.
IonDb: support matchMz,Mass2MzParam, matchMz,MzParam and matchMz,MzRtParam using either the compounds or ions annotation.
The text was updated successfully, but these errors were encountered:
Add matching functions for
CompDb
andIonDb
databases.CompDb
: onlymatchMz,Mass2MzParam
is supported because no m/z values are available. Additional parametercolumns
should allow to specify which annotation columns to extract. The result will have adata.frame
astarget
, not aCompDb
.IonDb
: supportmatchMz,Mass2MzParam
,matchMz,MzParam
andmatchMz,MzRtParam
using either thecompounds
orions
annotation.The text was updated successfully, but these errors were encountered: