SmallMoleculeFeature Class
An R6Class generator object
prefixcharacter [optional]
header_prefixcharacter [optional]
smf_idinteger
sme_id_refslist( integer ) [optional]
sme_id_ref_ambiguity_codeinteger [optional]
adduct_ioncharacter [optional]
isotopomerParameter [optional]
exp_mass_to_chargenumeric
chargeinteger
retention_time_in_secondsnumeric [optional]
retention_time_in_seconds_startnumeric [optional]
retention_time_in_seconds_endnumeric [optional]
abundance_assaylist( numeric ) [optional]
optlist( OptColumnMapping ) [optional]
commentlist( Comment ) [optional]
new()Create a new SmallMoleculeFeature.
SmallMoleculeFeature$new(
smf_id,
exp_mass_to_charge,
charge,
prefix = "SMF",
header_prefix = "SFH",
sme_id_refs = NULL,
sme_id_ref_ambiguity_code = NULL,
adduct_ion = NULL,
isotopomer = NULL,
retention_time_in_seconds = NULL,
retention_time_in_seconds_start = NULL,
retention_time_in_seconds_end = NULL,
abundance_assay = NULL,
opt = NULL,
comment = NULL,
...
)smf_idThe small molecule feature id.
exp_mass_to_chargeThe experimental mass to charge of the feature.
chargeThe charge of the feature.
prefix'SMF'.
header_prefix'SFH'.
sme_id_refsReferences by id to SmallMoleculeEvidences.
sme_id_ref_ambiguity_codeAmbiguity code for SME id refs.
adduct_ionThe adduct ion.
isotopomerThe isotopomer.
retention_time_in_secondsThe feature's retention time in seconds.
retention_time_in_seconds_startThe feature's retention time start in seconds.
retention_time_in_seconds_endThe feature's retention time end in seconds.
abundance_assayThe abundances over all assays.
optOptional columns and values.
commentComments.
...local optional variable arguments.