ChebiEntry: ChEBI entry class.

ChebiEntryR Documentation

ChEBI entry class.

Description

This is the entry class for ChEBI database.

Super classes

biodb::BiodbEntry -> biodb::BiodbXmlEntry -> ChebiEntry

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
ChebiEntry$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

# Create an instance with default settings:
mybiodb <- biodb::newInst()

# Create a connector to ChEBI
conn <- mybiodb$getFactory()$createConn('chebi')

# Get an entry
e <- conn$getEntry('15440')

# Terminate instance.
mybiodb$terminate()


pkrog/biodbChebi documentation built on March 29, 2022, 8:40 a.m.