Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_020829 (Pseudomonas denitrificans ATCC 13867) |
3e-68 |
72 |
|
hypothetical protein |
NC_019936 (Pseudomonas stutzeri RCH2) |
2e-61 |
67 |
|
hypothetical protein |
NC_017532 (Pseudomonas stutzeri DSM 4166) |
4e-61 |
67 |
|
hypothetical protein |
NC_018028 (Pseudomonas stutzeri CCUG 29243) |
4e-58 |
70 |
|
hypothetical protein |
NC_009656 (Pseudomonas aeruginosa PA7) |
1e-57 |
92 |
|
hypothetical protein |
NC_009434 (Pseudomonas stutzeri A1501) |
3e-52 |
58 |
|
hypothetical protein |
NC_021505 (Pseudomonas putida NBRC 14164) |
8e-39 |
50 |
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='EF611303' AND ph.id_pai_orf='5' 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