Add custom annotations to an mmo object
AddCustomAnnot.Rd
Match features to a custom DB by m/z (ppm) and RT (minutes) tolerances and attach a list-column of candidate compound IDs per feature.
Arguments
- mmo
An
mmo
object created byGetMZmineFeature()
.- DB_file
CSV path with at least columns
compound
,mz
,rt
.- mztol
m/z tolerance in ppm (default 5).
- rttol
RT tolerance in minutes (default 0.5).