Method ecell_name2kegg_compound Classpackage G:Seq::Ecell Function Matches the ecell name with KEGG compound by original scoring system. Description ----------------------------------------- Requirements applications KEGG data KEGG Compound database file(ftp://kegg.genome.ad.jp/molecules/ligand/compound) Parameters essential first string coumpoundfile second string ecell_name option none Returns first string max_name second string max_formula third int max_score fourth string max_id Usage &ecell_name2kegg_compound(string compoundfile, string ecell_name); Input file Compound file Output file none References none Comments none Authors This method was written by Kazuharu Arakawa(gaou@g-language.org) at Institute for Advanced Biosciences Keio Univ. History Written 30 August 2001 - Kazuharu Arakawa