adlist

adlist(struct)

# S4 method for RHermesExp
adlist(struct)

Arguments

struct

An RHermesExp object

Value

The current data.frame of adducts in struct.

See also

Other Getters: DB(), IL(), Ident(), MS2Data(), PL(), SOI()

Author

Roger Gine

Examples

struct <- readRDS(system.file("extdata", "exampleObject.rds", package = "RHermes")) adlist(struct)
#> adduct Charge Mult massdiff Ion_mode Formula_add Formula_ded #> 1 M+H 1 1 1.007276 positive H1 FALSE #> 3 M+Na 1 1 22.989218 positive Na1 FALSE #> 4 M+K 1 1 38.963158 positive K1 FALSE