| Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
|
hypothetical protein |
NC_007005 (Pseudomonas syringae B728a) |
1e-148 |
64 |
|
|
membrane-bound lytic murein transglycosylase D |
NC_004578 (Pseudomonas syringae DC3000) |
3e-135 |
64 |
|
|
lytic murein transglycosylase |
NC_005773 (Pseudomonas syringae 1448A) |
3e-133 |
63 |
|
|
membrane-bound lytic murein transglycosylase D MltD |
NC_008027 (Pseudomonas entomophila L48) |
6e-83 |
52 |
|
|
membrane-bound lytic murein transglycosylase |
NC_017911 (Pseudomonas fluorescens A506) |
7e-83 |
52 |
|
|
3 membrane-bound lytic murein transglycosylase D |
NC_020209 (Pseudomonas poae RE*1-1-14) |
5e-82 |
53 |
|
|
3 membrane-bound lytic murein transglycosylase D |
NC_012660 (Pseudomonas fluorescens SBW25) |
7e-82 |
53 |
|
|
membrane-bound lytic murein transglycosylase D |
NC_021237 (Pseudomonas fluorescens CHA0) |
2e-81 |
51 |
|
|
membrane-bound lytic murein transglycosylase |
NC_004129 (Pseudomonas protegens Pf-5) |
2e-81 |
51 |
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='AY597278' AND ph.id_pai_orf='39' 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