Loads, parses, verifies and curates MS library data, e.g. obtained from MassBank.
loadMSLibrary(file, algorithm, ...)
A MSLibrary
object containing the loaded library data.
loadMSLibrary
is a generic function that will loads MS library data by one of the supported algorithms. The actual
functionality is provided by algorithm specific functions such as loadMSLibraryMSP
and loadMSLibraryMoNAJSON
. While these
functions may be called directly, loadMSLibrary
provides a generic interface and is therefore usually preferred.
The MSLibrary
output class and its methods and the algorithm specific functions:
loadMSLibraryMSP
, loadMSLibraryMoNAJSON