Method find_identical_gene Classpackage MT::Seq::ORF Function Finds identical genes in 2 genomes. The returned array is an array of CDS numbers of genome 1 Description --------------------------------------------------- Requirements modules SubOpt.pm applications none data none Parameters essential first pointer G instance1 G's instance second pointer G instance2 G's instance option none Returns first array identical array of identical genes Usage array identical = &find_identical_gene(pointer G instance1, pointer G instance2); Input file none 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 29 August 2001 - Kazuharu Arakawa