loadMSLibrary | R Documentation |
Loads, parses, verifies and curates MS library data, e.g. obtained from MassBank.
loadMSLibrary(file, algorithm, ...)
file |
A |
algorithm |
A character string describing the algorithm that should be
used: |
... |
Any parameters to be passed to the selected MS library loading algorithm. |
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.
A MSLibrary
object containing the loaded library data.
The MSLibrary
output class and its methods and the algorithm specific functions:
loadMSLibraryMSP
, loadMSLibraryMoNAJSON
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.