Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_004431 (Escherichia coli CFT073) |
1e-21 |
100 |
|
IS2 ORF2 |
NC_017319 (Shigella flexneri 2002017) |
8e-15 |
90 |
|
insertion sequence 2 OrfB protein |
NC_010658 (Shigella boydii CDC 3083-94) |
1e-12 |
73 |
|
hypothetical protein |
NC_017541 (Klebsiella pneumoniae KCTC 2242) |
2e-12 |
71 |
|
IS2 ORF2 |
NC_017319 (Shigella flexneri 2002017) |
1e-11 |
69 |
|
transposase (fragment) |
NC_014311 (Ralstonia solanacearum PSI07) |
1e-10 |
75 |
|
IS2 orfB |
NC_017644 (Escherichia coli NA114) |
5e-09 |
73 |
|
hypothetical protein |
NC_021232 (Klebsiella pneumoniae SB3432) |
1e-08 |
73 |
|
partial transposase for insertion sequence element ISRM1 |
NC_003047 (Sinorhizobium meliloti 1021) |
2e-07 |
55 |
|
isrso10-transposase orfb protein |
NC_012695 (Burkholderia pseudomallei MSHR346) |
2e-07 |
60 |
|
truncated transposase |
NC_011416 (Escherichia coli SE11) |
6e-07 |
70 |
|
integrase catalytic subunit |
NC_010002 (Delftia acidovorans SPH-1) |
1e-06 |
47 |
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_004431_P2' AND ph.id_pai_orf='59' 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