| Hit (GenBank Accn) | Product | Source Genome | Eval. | Ident.(%) | 
|  | PTS system transporter subunit IIA | NC_004668 (Enterococcus faecalis V583)
 | 2e-58 | 100 | 
|  | PTS system xyloside-specific transporter subunit IIA | NC_009089 (Clostridium difficile 630)
 | 2e-27 | 55 | 
|  | PTS system transporter subunit IIA | NC_013315 (Clostridium difficile CD196)
 | 3e-26 | 55 | 
|  | PTS system transporter subunit IIA | NC_013316 (Clostridium difficile R20291)
 | 3e-26 | 55 | 
|  | PTS system transporter subunit IIA | NC_012225 (Brachyspira hyodysenteriae WA1)
 | 1e-19 | 44 | 
|  | PTS system transporter subunit IIA | NC_017243 (Brachyspira intermedia PWS/A)
 | 2e-19 | 43 | 
|  | PTS system fructose IIA component family protein | NC_018221 (Enterococcus faecalis D32)
 | 6e-15 | 41 | 
|  | PTS system transporter subunit IIA | NC_017316 (Enterococcus faecalis OG1RF)
 | 6e-15 | 41 | 
|  | PTS system transporter subunit IIA | NC_004668 (Enterococcus faecalis V583)
 | 6e-15 | 41 | 
|  | Phosphotransferase system, mannose/fructose-specific component IIA | NC_021023 (Enterococcus sp. 7L76)
 | 7e-15 | 41 | 
|  | PTS system, IIA component | NC_019770 (Enterococcus faecalis Symbioflor 1)
 | 8e-15 | 42 | 
|  | phosphoenolpyruvate-dependent sugar phosphotransferase system EIIA, mannose specific | NC_013504 (Lactobacillus johnsonii FI9785)
 | 8e-13 | 41 | 
|  | PTS system transporter subunit IIA mannose specific | NC_017477 (Lactobacillus johnsonii DPC 6026)
 | 1e-12 | 41 | 
|  | phosphoenolpyruvate-dependent sugar phosphotransferase system EIIA, mannose specific | NC_005362 (Lactobacillus johnsonii NCC 533)
 | 1e-12 | 41 | 
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='AF454824' AND ph.id_pai_orf='79' 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