| Hit (GenBank Accn) |      
      Product |  
      Source Genome |  
      
      Eval. | 
      Ident.(%) | 
    
|  
                   
                | 
               Secreted protein EspB | 
               NC_013941 (Escherichia coli CB9615) | 
               1e-74 | 
               100 | 
|  
                   
                | 
               hypothetical protein | 
               NC_002655 (Escherichia coli EDL933) | 
               1e-74 | 
               100 | 
|  
                   
                | 
               Secreted protein EspB | 
               NC_017656 (Escherichia coli RM12579) | 
               1e-74 | 
               100 | 
|  
                   
                | 
               protein EspB | 
               NC_002695 (Escherichia coli Sakai) | 
               1e-74 | 
               100 | 
|  
                   
                | 
               hypothetical protein EspB | 
               NC_013008 (Escherichia coli TW14359) | 
               1e-74 | 
               100 | 
|  
                   
                | 
               protein EspB | 
               NC_017906 (Escherichia coli Xuzhou21) | 
               1e-74 | 
               100 | 
|  
                   
                | 
               T3SS effector protein EspB | 
               NC_013716 (Citrobacter rodentium ICC168) | 
               2e-68 | 
               64 | 
|  
                   
                | 
               protein EspB | 
               NC_011353 (Escherichia coli EC4115) | 
               1e-66 | 
               100 | 
|  
                   
                | 
               translocon EspB | 
               NC_011601 (Escherichia coli E2348/69) | 
               9e-65 | 
               61 | 
|  
                   
                | 
               translocator EspB | 
               NC_013361 (Escherichia coli 11368) | 
               3e-61 | 
               70 | 
|  
                   
                | 
               translocon EspB | 
               NC_013353 (Escherichia coli 12009) | 
               3e-61 | 
               70 | 
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_002695_P2' AND ph.id_pai_orf='20' 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