| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | hypothetical protein | NC_003923 (Staphylococcus aureus MW2)
 | 1e-46 | 100 | 
|  | Type I restriction-modification system restriction subunit | NC_022226 (Staphylococcus aureus CN1)
 | 1e-42 | 100 | 
|  | type I site-specific deoxyribonuclease restriction subunit | NC_010079 (Staphylococcus aureus TCH1516)
 | 1e-42 | 100 | 
|  | hypothetical protein | NC_017351 (Staphylococcus aureus 11819-97)
 | 1e-34 | 99 | 
|  | hypothetical protein | NC_002951 (Staphylococcus aureus COL)
 | 1e-34 | 99 | 
|  | Type I restriction-modification system,restriction subunit R | NC_021059 (Staphylococcus aureus M1)
 | 1e-34 | 99 | 
|  | type I restriction-modification system endonuclease | NC_022443 (Staphylococcus aureus SA40)
 | 1e-34 | 99 | 
|  | 50S ribosomal protein L7/L12 | NC_017342 (Staphylococcus aureus TCH60)
 | 1e-34 | 99 | 
|  | hypothetical protein | NC_016941 (Staphylococcus aureus MSHR1132)
 | 1e-31 | 100 | 
|  | Type I restriction modification system subunit | NC_018608 (Staphylococcus aureus 08BA02176)
 | 2e-21 | 66 | 
|  | Type I restriction-modification system restriction subunit | NC_017673 (Staphylococcus aureus 71193)
 | 2e-21 | 66 | 
|  | type I restriction-modification enzyme, R subunit | NC_017333 (Staphylococcus aureus ST398)
 | 2e-21 | 66 | 
|  | hypothetical protein | NC_016941 (Staphylococcus aureus MSHR1132)
 | 6e-21 | 65 | 
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_003923_R1' AND ph.id_pai_orf='9' 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