codon_usage_printer Class G::Seq::Codon; Function Prints the result of codon usage. Description By recieving the returned result from codon_usage, this method ouputs the result. Requirements modules SubOpt.pm &codon_usage GD.pm G::Messenger applications none data none Parameters essential first pointer codon_usage struct of codon_usage option output string [stdout or f] default=stdout filename string file_name default=codon_usage.csv Returns none Usage &codon_usage_printer(pointer codon_usage,-filename=>'codon_usage.csv',-output=>'stdout'); Input file none Output file csv file in text format References none Comments none Authors This method was written by Koya Mori(mory@g-language.org) at Institute for Advanced Biosciences Keio Univ. History Written 22 July 2001 - Koya Mori