Skip to contents

An LCMS table extends annotation_table() to represent annotation data for an LCMS experiment. Columns representing m/z and retention time are required for an lcms_table.

Usage

MetFrag_source(source, tag = "MetFrag", ...)

Arguments

source

(ANY) The source of annotation data.

tag

(character) A (short) character string that is used to represent this source e.g. in column names or source columns when used in a workflow. The default is "MetFrag".

...

Additional slots and values passed to struct_class.

Value

A MetFrag_source object. This object has no output slots.

Inheritance

A MetFrag_source object inherits the following struct classes:

MetFrag_source()lcms_table()annotation_table()annotation_source()struct_class()

See also

Other annotation tables: annotation_table, cd_source, ls_source

Examples