SmallMoleculeEvidence Class
An R6Class generator object
prefixcharacter [optional]
header_prefixcharacter [optional]
sme_idinteger
evidence_input_idcharacter
database_identifiercharacter
chemical_formulacharacter [optional]
smilescharacter [optional]
inchicharacter [optional]
chemical_namecharacter [optional]
uricharacter [optional]
derivatized_formParameter [optional]
adduct_ioncharacter [optional]
exp_mass_to_chargenumeric
chargeinteger
theoretical_mass_to_chargenumeric
spectra_reflist( SpectraRef )
identification_methodms_levelid_confidence_measurelist( numeric ) [optional]
rankinteger
optlist( OptColumnMapping ) [optional]
commentlist( Comment ) [optional]
new()Create a new SmallMoleculeEvidence.
SmallMoleculeEvidence$new(
sme_id,
evidence_input_id,
database_identifier,
exp_mass_to_charge,
charge,
theoretical_mass_to_charge,
spectra_ref,
identification_method,
ms_level,
rank,
prefix = "SME",
header_prefix = "SEH",
chemical_formula = NULL,
smiles = NULL,
inchi = NULL,
chemical_name = NULL,
uri = NULL,
derivatized_form = NULL,
adduct_ion = NULL,
id_confidence_measure = NULL,
opt = NULL,
comment = NULL,
...
)sme_idThe small molecule evidence id.
evidence_input_idThe evidence input id.
database_identifierThe database identifier.
exp_mass_to_chargeThe experimental mass to charge of the evidence.
chargeThe charge of the evidence.
theoretical_mass_to_chargeThe theoretical mass to charge.
spectra_refThe references to source spectra list( SpectraRef ).
identification_methodThe identification method Parameter.
ms_levelThe ms level used for evidence Parameter.
rankThe database search / id rank.
prefix'SMF'.
header_prefix'SFH'.
chemical_formulaThe chemical formula.
smilesThe SMILES string.
inchiThe INCHI identifier.
chemical_nameThe chemical name.
uriExternal URI.
derivatized_formThe derivatized form of the molecule.
adduct_ionThe adduct ion.
id_confidence_measureThe confidence measure used.
optOptional columns and values.
commentComments.
...local optional variable arguments.