Skip to contents

An annotation source for importing an annotation table from the format created by the msPurity package.

Usage

mspurity_source(source, tag = "msPurity", ...)

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 "msPurity".

...

Additional slots and values passed to struct_class.

Value

A mspurity_source object. This object has no output slots.

Details

This object makes use of functionality from the following packages:

  • msPurity

Inheritance

A mspurity_source object inherits the following struct classes:

[mspurity_source] -> [annotation_source] -> [struct_class]

References

Lawson, Nigel T, Weber, M. RJ, Jones, R. M, Chetwynd, J. A, Blanco R, Alejandro G, Guida D, Riccardo, Viant, R. M, Dunn, B W (2017). "msPurity: Automated Evaluation of Precursor Ion Purity for Mass Spectrometry-Based Fragmentation in Metabolomics." Analytical Chemistry, 89, 2432-2439. doi:10.1021/acs.analchem.6b04358 https://doi.org/10.1021/acs.analchem.6b04358.

See also

Examples

M = mspurity_source( tag = character(0), data = data.frame(id=NA),
source = "ANY")