SmallMoleculeSummary Class
An R6Class generator object
prefixcharacter [optional]
header_prefixcharacter [optional]
sml_idinteger
smf_id_refslist( integer ) [optional]
database_identifierlist( character ) [optional]
chemical_formulalist( character ) [optional]
smileslist( character ) [optional]
inchilist( character ) [optional]
chemical_namelist( character ) [optional]
urilist( character ) [optional]
theoretical_neutral_masslist( numeric ) [optional]
adduct_ionslist( character ) [optional]
reliabilitycharacter [optional]
best_id_confidence_measureParameter [optional]
best_id_confidence_valuenumeric [optional]
abundance_assaylist( numeric ) [optional]
abundance_study_variablelist( numeric ) [optional]
abundance_variation_study_variablelist( numeric ) [optional]
optlist( OptColumnMapping ) [optional]
commentlist( Comment ) [optional]
new()Create a new SmallMoleculeSummary.
SmallMoleculeSummary$new(
sml_id,
prefix = "SML",
header_prefix = "SMH",
smf_id_refs = NULL,
database_identifier = NULL,
chemical_formula = NULL,
smiles = NULL,
inchi = NULL,
chemical_name = NULL,
uri = NULL,
theoretical_neutral_mass = NULL,
adduct_ions = NULL,
reliability = NULL,
best_id_confidence_measure = NULL,
best_id_confidence_value = NULL,
abundance_assay = NULL,
abundance_study_variable = NULL,
abundance_variation_study_variable = NULL,
opt = NULL,
comment = NULL,
...
)sml_idThe small molecule summary id.
prefix'SML'.
header_prefix'SMH'.
smf_id_refsReferences by id to SmallMoleculeFeatures.
database_identifierThe database identifiers.
chemical_formulaThe chemical formulas.
smilesThe SMILES strings.
inchiThe INCHI identifiers.
chemical_nameThe chemical names.
uriExternal URIs.
theoretical_neutral_massThe theoretical neutral masses.
adduct_ionsThe adduct ions.
reliabilityThe reliability according to the system defined in the Metadata section.
best_id_confidence_measureThe best id confidence measure Parameter.
best_id_confidence_valueThe best id confidence value.
abundance_assayThe abundances over all assays.
abundance_study_variableThe abundances over study variables.
abundance_variation_study_variableThe abundances variation over study variables.
optOptional columns and values.
commentComments.
...local optional variable arguments.