| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | transposase | NC_004461 (Staphylococcus epidermidis ATCC 12228)
 | 4e-33 | 100 | 
|  | Transposase | NC_022226 (Staphylococcus aureus CN1)
 | 6e-10 | 56 | 
|  | transposase for IS1272 | NC_017347 (Staphylococcus aureus T0131)
 | 1e-09 | 62 | 
|  | putative transposase | NC_003923 (Staphylococcus aureus MW2)
 | 1e-09 | 62 | 
|  | putative transposase for IS1272 | NC_009641 (Staphylococcus aureus Newman)
 | 1e-09 | 62 | 
|  | truncated transposase | NC_017340 (Staphylococcus aureus 04-02981)
 | 1e-09 | 54 | 
|  | transposase | NC_009782 (Staphylococcus aureus Mu3)
 | 1e-09 | 54 | 
|  | transposase | NC_002758 (Staphylococcus aureus Mu50)
 | 1e-09 | 54 | 
|  | transposase | NC_002745 (Staphylococcus aureus N315)
 | 1e-09 | 54 | 
|  | putative transposase | NC_009641 (Staphylococcus aureus Newman)
 | 2e-09 | 54 | 
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='NC_004461_R1' AND ph.id_pai_orf='23' 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