Imports the compounds table of a CompDB source as an
annotation_source.
Inheritance
A CompoundDb_source object inherits the following struct classes:
[CompoundDb_source] -> [annotation_source] -> [struct_class]
References
Rainer J, Vicini A, Salzer L, Stanstrup J, Badia J, Neumann S, Stravs M, Verri Hernandes V, Gatto L, Gibb S, Witting M (2022). "A Modular and Expandable Ecosystem for Metabolomics Data Annotation in R." Metabolites, 12, 173. doi:10.3390/metabo12020173 https://doi.org/10.3390/metabo12020173, https://www.mdpi.com/2218-1989/12/2/173.
Examples
M <- CompoundDb_source(
tag = character(0),
data = data.frame(),
source = "ANY")