Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_020163 (Escherichia coli APEC O78) |
1e-50 |
100 |
|
KpLE2 phage-like element; predicted protein |
NC_012892 (Escherichia coli BL21(DE3)) |
1e-50 |
100 |
|
hypothetical protein |
NC_012971 (Escherichia coli BL21(DE3)) |
1e-50 |
100 |
|
KpLE2 phage-like element hypothetical protein |
NC_017638 (Escherichia coli DH1) |
1e-50 |
100 |
|
hypothetical protein |
NC_011745 (Escherichia coli ED1a) |
1e-50 |
100 |
|
hypothetical protein |
NC_012947 (Escherichia coli Escherichia coli BL21-Gold(DE3)pLysS AG) |
1e-50 |
100 |
|
hypothetical protein |
NC_011750 (Escherichia coli IAI39) |
1e-50 |
100 |
|
KpLE2 phage-like element; protein |
NC_010473 (Escherichia coli K-12) |
1e-50 |
100 |
|
hypothetical protein |
NC_007779 (Escherichia coli K-12) |
1e-50 |
100 |
|
hypothetical protein |
NC_012967 (Escherichia coli REL606) |
1e-50 |
100 |
|
hypothetical protein |
NC_011751 (Escherichia coli UMN026) |
1e-50 |
100 |
|
hypothetical protein |
NC_013361 (Escherichia coli 11368) |
1e-50 |
100 |
|
hypothetical protein |
NC_011742 (Escherichia coli S88) |
1e-50 |
100 |
|
KpLE2 phage-like element |
NC_018650 (Escherichia coli 2009EL-2050) |
1e-49 |
99 |
|
KpLE2 phage-like element |
NC_018661 (Escherichia coli 2009EL-2071) |
1e-49 |
99 |
|
KpLE2 phage-like element |
NC_018658 (Escherichia coli 2011C-3493) |
1e-49 |
99 |
|
KpLE2 phage-like element |
NC_011748 (Escherichia coli 55989) |
1e-49 |
99 |
|
hypothetical protein |
NC_017626 (Escherichia coli 042) |
6e-36 |
100 |
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='AF326777' AND ph.id_pai_orf='33' 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