| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | transposase, IS110 family protein | NC_018661 (Escherichia coli 2009EL-2071)
 | 2e-55 | 94 | 
|  | transposase | NC_011601 (Escherichia coli E2348/69)
 | 4e-55 | 94 | 
|  | transposase, IS111A/IS1328/IS1533 | NC_007959 (Nitrobacter hamburgensis X14)
 | 8e-25 | 51 | 
|  | transposase, IS111A/IS1328/IS1533 | NC_015579 (Novosphingobium sp. PP1Y)
 | 1e-23 | 54 | 
|  | hypothetical protein | NC_016822 (Shigella sonnei 53G)
 | 2e-18 | 45 | 
|  | hypothetical protein | NC_007384 (Shigella sonnei Ss046)
 | 2e-18 | 45 | 
SELECT   distinct ph.genome_accn, ph.id_genome_orf, ph.position_begin_pai, ph.position_end_pai, ph.position_begin_genome, ph.position_end_genome, ph.identity, ph.qcoverage, ph.tcoverage,
                          ph.evalue, ph.score, ph.multi_hsp, ph.multi_strand, ph.source_class, hsp, go.name, go.name_alt, go.pid
          FROM     pai_homolog as ph, genome_orf as go 
          WHERE    ph.pai_accn='AF447814' AND ph.id_pai_orf='5' AND match_level='P'
                   AND go.genome_accn=ph.genome_accn  AND ph.id_genome_orf=go.id_genome_orf
          ORDER BY ph.score desc, ph.evalue asc, ph.identity desc