Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
HrpT protein |
NC_005773 (Pseudomonas syringae 1448A) |
6e-27 |
100 |
|
type III secretion protein HrpT |
NC_007005 (Pseudomonas syringae B728a) |
1e-25 |
89 |
|
type III secretion protein |
NC_004578 (Pseudomonas syringae DC3000) |
5e-18 |
80 |
|
protein HrpT |
NC_016830 (Pseudomonas fluorescens F113) |
1e-08 |
50 |
|
type III secretion protein |
NC_015379 (Pseudomonas brassicacearum NFM421) |
2e-08 |
48 |
|
putative type III secretion lipoprotein |
NC_020209 (Pseudomonas poae RE*1-1-14) |
5e-07 |
41 |
|
type III secretion system lipoprotein |
NC_004547 (Pectobacterium atrosepticum SCRI1043) |
1e-05 |
42 |
|
type III secretion lipoprotein |
NC_012912 (Dickeya zeae Ech1591) |
2e-05 |
44 |
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='AF069652' AND ph.id_pai_orf='1' 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