LipidmapsStructureEntry {biodbLipidmaps} | R Documentation |
Lipidmaps Structure entry class.
Lipidmaps Structure entry class.
Entry class for Lipidmaps Structure.
biodb::BiodbEntry
-> biodb::BiodbCsvEntry
-> LipidmapsStructureEntry
new()
New instance initializer. Entry classes must not be instantiated directly. Instead, you must use the getEntry() method of the connector class.
LipidmapsStructureEntry$new(...)
...
All parameters are passed to super class' initializer.
Nothing.
clone()
The objects of this class are cloneable with this method.
LipidmapsStructureEntry$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Create an instance with default settings: mybiodb <- biodb::newInst() # Create a connector conn <- mybiodb$getFactory()$createConn('lipidmaps.structure') # Get an entry e <- conn$getEntry('LMFA00000001') # Terminate instance. mybiodb$terminate()