KeggReactionEntry: KEGG Reaction entry class.

KeggReactionEntryR Documentation

KEGG Reaction entry class.

Description

This is the entry class for KEGG Reation database.

Super classes

biodb::BiodbEntry -> biodb::BiodbTxtEntry -> biodbKegg::KeggEntry -> KeggReactionEntry

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
KeggReactionEntry$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('kegg.reaction')

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

# Terminate instance.
mybiodb$terminate()


pkrog/biodbKegg documentation built on Oct. 1, 2022, 6:27 p.m.