LipidmapsStructureEntry: Lipidmaps Structure entry class.

LipidmapsStructureEntryR Documentation

Lipidmaps Structure entry class.

Description

Lipidmaps Structure entry class.

Lipidmaps Structure entry class.

Details

Entry class for Lipidmaps Structure.

Super classes

biodb::BiodbEntry -> biodb::BiodbCsvEntry -> LipidmapsStructureEntry

Methods

Public methods

Inherited methods

Method new()

New instance initializer. Entry classes must not be instantiated directly. Instead, you must use the getEntry() method of the connector class.

Usage
LipidmapsStructureEntry$new(...)
Arguments
...

All parameters are passed to super class' initializer.

Returns

Nothing.


Method clone()

The objects of this class are cloneable with this method.

Usage
LipidmapsStructureEntry$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# 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()


pkrog/biodbLipidmaps documentation built on Dec. 1, 2022, 3:52 p.m.