| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | Kanamycin nucleotidyltransferase | NC_017340 (Staphylococcus aureus 04-02981)
 | 7e-113 | 100 | 
|  | Kanamycin nucleotidyltransferase | NC_022226 (Staphylococcus aureus CN1)
 | 7e-113 | 100 | 
|  | kanamycin nucleotidyltransferase | NC_002952 (Staphylococcus aureus MRSA252)
 | 7e-113 | 100 | 
|  | kanamycin nucleotidyltransferase | NC_009782 (Staphylococcus aureus Mu3)
 | 7e-113 | 100 | 
|  | kanamycin nucleotidyltransferase | NC_002758 (Staphylococcus aureus Mu50)
 | 7e-113 | 100 | 
|  | kanamycin nucleotidyltransferase | NC_002745 (Staphylococcus aureus N315)
 | 7e-113 | 100 | 
|  | kanamycin nucleotidyltransferase | NC_017341 (Staphylococcus aureus JKD6008)
 | 2e-108 | 100 | 
|  | kanamycin nucleotidyltransferase (Neo(R)) | NC_017343 (Staphylococcus aureus ECT-R 2)
 | 2e-105 | 100 | 
|  | kanamycin nucleotidyltransferase | NC_021554 (Staphylococcus aureus CA-347)
 | 2e-105 | 99 | 
|  | aminoglycoside nucleotidyltransferase | NC_012491 (Brevibacillus brevis NBRC 100599)
 | 3e-60 | 50 | 
|  | aminoglycoside nucleotidyltransferase | NC_006582 (Bacillus clausii KSM-K16)
 | 2e-57 | 48 | 
|  | kanamycin nucleotidyltransferase | NC_017542 (Paenibacillus polymyxa M1)
 | 9e-55 | 49 | 
|  | aminoglycoside nucleotidyltransferase | NC_014622 (Paenibacillus polymyxa SC2)
 | 9e-55 | 49 | 
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_002758_R1' AND ph.id_pai_orf='11' 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