addMB {RMassBank} | R Documentation |
Adds the peaklist of a MassBank-Record to the specs of an msmsWorkspace
addMB(w, cpdID, fileName, mode)
w |
The msmsWorkspace that the peaklist should be added to. |
cpdID |
The compoundID of the compound that has been used for the record |
fileName |
The path to the record |
mode |
The ionization mode that has been used to create the record |
The msmsWorkspace
with the additional peaklist from the record
Erik Mueller
## Not run: addMB("filepath_to_records/RC00001.txt") ## End(Not run)