Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_008463 (Pseudomonas aeruginosa UCBPP-PA14) |
5e-28 |
100 |
|
hypothetical protein |
NC_009656 (Pseudomonas aeruginosa PA7) |
2e-27 |
99 |
|
hypothetical protein |
NC_013421 (Pectobacterium wasabiae WPP163) |
2e-09 |
41 |
|
hypothetical protein |
NC_007508 (Xanthomonas campestris 85-10) |
7e-09 |
42 |
|
hypothetical protein |
NC_010170 (Bordetella petrii DSM 12804) |
1e-08 |
41 |
|
hypothetical protein |
NC_010002 (Delftia acidovorans SPH-1) |
1e-08 |
41 |
|
hypothetical protein |
NC_008782 (Acidovorax sp. JS42) |
3e-08 |
41 |
|
hypothetical protein |
NC_017532 (Pseudomonas stutzeri DSM 4166) |
5e-08 |
41 |
|
hypothetical protein |
NC_015740 (Pseudomonas stutzeri ATCC 17588) |
5e-06 |
42 |
|
hypothetical protein |
NC_016147 (Pseudoxanthomonas spadix BD-a59) |
5e-05 |
43 |
|
hypothetical protein |
NC_015733 (Pseudomonas putida S16) |
0.035 |
41 |
|
hypothetical protein |
NC_004547 (Pectobacterium atrosepticum SCRI1043) |
0.10 |
42 |
|
hypothetical protein |
NC_010170 (Bordetella petrii DSM 12804) |
0.37 |
41 |
|
hypothetical protein |
NC_011992 (Acidovorax ebreus TPSY) |
0.49 |
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='AY273869' AND ph.id_pai_orf='36' 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