Short name for the database. (e.g. ‘ec’, ‘hsa’, ‘eco’, …) korg and keggorg are alias for abbrev method.
Array containing all alias names for the database. (e.g. [“H.sapiens”, “hsa”], [“E.coli”, “eco”], …)
Short name for the database. (e.g. ‘ec’, ‘hsa’, ‘eco’, …) korg and keggorg are alias for abbrev method.
Create a container object for database definitions.
# File lib/bio/db/kegg/keggtab.rb, line 73 def initialize(db_name, db_type, db_path, db_abbrev) @name = db_name @type = db_type @path = db_path @abbrev = db_abbrev @aliases = Array.new end
Generated with the Darkfish Rdoc Generator 2.