Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
transposase |
NC_020163 (Escherichia coli APEC O78) |
2e-24 |
58 |
|
IS911 orfB |
NC_004741 (Shigella flexneri 2457T) |
1e-23 |
60 |
|
transposase |
NC_008253 (Escherichia coli 536) |
2e-23 |
52 |
|
transposase |
NC_013971 (Erwinia amylovora ATCC 49946) |
2e-22 |
54 |
|
hypothetical protein |
NC_010067 (Salmonella enterica RSK2980) |
1e-18 |
50 |
|
ISHde3, transposase |
NC_012751 (Candidatus Hamiltonella defensa T5A) |
3e-15 |
45 |
|
ISHde3, transposase |
NC_012751 (Candidatus Hamiltonella defensa T5A) |
3e-15 |
45 |
|
integrase catalytic subunit |
NC_016935 (Paenibacillus mucilaginosus 3016) |
9e-15 |
44 |
|
hypothetical protein |
NC_017153 (Yersinia pestis D106004) |
2e-14 |
45 |
|
hypothetical protein |
NC_017157 (Yersinia pestis D182038) |
2e-14 |
45 |
|
hypothetical protein |
NC_014017 (Yersinia pestis Z176003) |
2e-14 |
45 |
|
transposase and inactivated derivatives |
NC_008344 (Nitrosomonas eutropha C91) |
2e-11 |
43 |
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='AF241171' AND ph.id_pai_orf='37' 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