Description Usage Arguments Value Author(s) Examples
View source: R/createMassBank.R
Generates the PK$ANNOTATION entry from the peaklist obtained. This function is overridable by using the "annotator" option in the settings file.
1 | annotator.default(annotation, formulaTag)
|
annotation |
A peak list to be annotated. Contains columns:
|
type |
The ion type to be added to annotated formulas ("+" or "-" usually) |
The annotated peak table. Table colnames()
will be used for the
titles (preferrably don't use spaces in the column titles; however no format is
strictly enforced by the MassBank data format.
Michele Stravs, Eawag <stravsmi@eawag.ch>
1 2 3 4 | ## Not run:
annotation <- annotator.default(annotation)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.