annotator.default: Generate peak annotation from peaklist

Description Usage Arguments Value Author(s) Examples

View source: R/createMassBank.R

Description

Generates the PK$ANNOTATION entry from the peaklist obtained. This function is overridable by using the "annotator" option in the settings file.

Usage

1
annotator.default(annotation, formulaTag)

Arguments

annotation

A peak list to be annotated. Contains columns: "cpdID","formula","mzFound" ,"scan","mzCalc","dppm", "dbe","mz","int","formulaCount","parentScan","fM_factor","dppmBest", "formulaMultiplicity","intrel","mzSpec"

type

The ion type to be added to annotated formulas ("+" or "-" usually)

Value

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.

Author(s)

Michele Stravs, Eawag <stravsmi@eawag.ch>

Examples

1
2
3
4
## Not run: 
annotation <- annotator.default(annotation)

## End(Not run)

RMassBank documentation built on Nov. 8, 2020, 6:06 p.m.