Export spectra to CEF format for comparison with the NIST library through MassHunter interface.
export2CEF(Experiment, export.id = NULL,
id.database = mslib, store.path = getwd())
A 'MetaboSet' S4 object containing the experiment.
If NULL, all the spectra in the experiment will be exported. Otherwise, only the AlignID in export.id will be exported
The mass-spectra library used in the experiment.
The path where the converted files are to be exported.