KeggEnzymeEntry: KEGG Enzyme entry class.

KeggEnzymeEntryR Documentation

KEGG Enzyme entry class.

Description

This is the entry class for the KEGG Enzyme class.

Super classes

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

Methods

Public methods

Inherited methods

Method clone()

The objects of this class are cloneable with this method.

Usage
KeggEnzymeEntry$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.enzyme')

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

# Terminate instance.
mybiodb$terminate()


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