class Bio::KEGG::BRITE
Note¶ ↑
This class is not completely implemented, but obsolete as the original database BRITE has changed it's meaning.
Constants
- DELIMITER
- TAGSIZE
Public Class Methods
new(entry)
click to toggle source
Calls superclass method
Bio::NCBIDB.new
# File lib/bio/db/kegg/brite.rb, line 25 def initialize(entry) super(entry, TAGSIZE) end