| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | pathogenicity island protein | NC_022113 (Staphylococcus aureus 55/2053)
 | 6e-55 | 98 | 
|  | hypothetical protein | NC_017342 (Staphylococcus aureus TCH60)
 | 6e-55 | 98 | 
|  | pathogenicity island protein | NC_007622 (Staphylococcus aureus RF122)
 | 7e-55 | 97 | 
|  | pathogenicity island protein | NC_021670 (Staphylococcus aureus Bmb9393)
 | 1e-54 | 97 | 
|  | pathogenicity island protein ORF12 | NC_013450 (Staphylococcus aureus ED98)
 | 1e-54 | 97 | 
|  | mobile element-associated protein, putative | NC_022222 (Staphylococcus aureus 6850)
 | 1e-53 | 97 | 
|  | hypothetical protein | NC_002952 (Staphylococcus aureus MRSA252)
 | 1e-44 | 100 | 
|  | hypothetical protein | NC_009782 (Staphylococcus aureus Mu3)
 | 1e-44 | 100 | 
|  | hypothetical protein | NC_002758 (Staphylococcus aureus Mu50)
 | 1e-44 | 100 | 
|  | hypothetical protein | NC_002745 (Staphylococcus aureus N315)
 | 1e-44 | 100 | 
|  | mobile element-associated protein | NC_007622 (Staphylococcus aureus RF122)
 | 1e-44 | 100 | 
|  | hypothetical protein | NC_017347 (Staphylococcus aureus T0131)
 | 1e-44 | 99 | 
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_002952_P1' AND ph.id_pai_orf='14' 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