Method genome_map Classpackage G::Seq::Util; Function Creates a graphical map of the genome. Description This method creates a nice looking map of the genome, showing the partial ATGC contents and genes in either direct and complement strands. A is shown in red, T is shown in green, G is shown in yellow, and C is shown in blue. Requirements modules SubOpt.pm GD.pm applications none data none Parameters essential first pointer Genome G's instance option name boolean print gene name default: 1 output string ["g" or"show" ] default: "show" Returns NULL Usage NULL = &genome_map(pointer G instance, -output=>'show', -name=>1); Input file none Output file image file in Gif format 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 06 Sept 2001 - Kazuharu Arakawa