Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_010554 (Proteus mirabilis HI4320) |
1e-33 |
100 |
|
hypothetical protein |
NC_011993 (Escherichia coli LF82) |
1e-11 |
50 |
|
hypothetical protein |
NC_017634 (Escherichia coli NRG 857C) |
1e-11 |
50 |
|
hypothetical protein |
NC_005126 (Photorhabdus luminescens TTO1) |
6e-11 |
65 |
|
hypothetical protein |
NC_011745 (Escherichia coli ED1a) |
6e-08 |
66 |
|
hypothetical protein |
NC_014304 (Erwinia billingiae Eb661) |
3e-07 |
47 |
|
hypothetical protein |
NC_017641 (Escherichia coli UMNK88) |
8e-07 |
59 |
|
hypothetical protein |
NC_008800 (Yersinia enterocolitica 8081) |
3e-04 |
55 |
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='NC_010554_P1' AND ph.id_pai_orf='38' 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