| Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
|
outer-membrane type III secretion protein HrcC |
NC_004578 (Pseudomonas syringae DC3000) |
0.0 |
82 |
|
|
outer-membrane type III secretion protein HrcC |
NC_007005 (Pseudomonas syringae B728a) |
0.0 |
83 |
|
|
type III outer membrane protein HrcC |
NC_005773 (Pseudomonas syringae 1448A) |
0.0 |
84 |
|
|
YscC/HrcC family type III secretion outer membrane protein |
NC_009439 (Pseudomonas mendocina ymp) |
0.0 |
68 |
|
|
type III secretion protein |
NC_015379 (Pseudomonas brassicacearum NFM421) |
5e-166 |
50 |
|
|
protein HrcC |
NC_016830 (Pseudomonas fluorescens F113) |
1e-165 |
50 |
|
|
putative type III secretion protein |
NC_012660 (Pseudomonas fluorescens SBW25) |
8e-144 |
47 |
|
|
putative type III secretion protein |
NC_020209 (Pseudomonas poae RE*1-1-14) |
3e-143 |
47 |
|
|
type III secretion outer membrane protein RscC |
NC_017911 (Pseudomonas fluorescens A506) |
1e-142 |
45 |
|
|
type III secretion outermembrane pore forming protein (YscC,MxiD,HrcC, InvG) |
NC_014500 (Dickeya dadantii 3937) |
9e-140 |
44 |
|
|
type III secretion system protein |
NC_013971 (Erwinia amylovora ATCC 49946) |
7e-138 |
44 |
|
|
type III secretion system outer membrane pore HrcC |
NC_013961 (Erwinia amylovora CFBP1430) |
7e-138 |
44 |
|
|
HrcC |
NC_018525 (Pectobacterium carotovorum PCC21) |
5e-131 |
41 |
|
|
type III secretion system protein |
NC_004547 (Pectobacterium atrosepticum SCRI1043) |
1e-130 |
41 |
|
|
type III secretion outer membrane pore, YscC/HrcC family |
NC_012917 (Pectobacterium carotovorum PC1) |
1e-129 |
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='AY597277' AND ph.id_pai_orf='34' 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