Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
transposase-like protein |
NC_016801 (Corynebacterium diphtheriae C7 (beta)) |
4e-48 |
100 |
|
IS3 orfB |
NC_004741 (Shigella flexneri 2457T) |
3e-11 |
41 |
|
IS3 ORF2 |
NC_008258 (Shigella flexneri 8401) |
3e-11 |
41 |
|
integrase catalytic subunit |
NC_010511 (Methylobacterium sp. 4-46) |
6e-10 |
42 |
|
hypothetical protein |
NC_020064 (Serratia marcescens FGI94) |
1e-08 |
42 |
|
IS3 ORF2 |
NC_017319 (Shigella flexneri 2002017) |
6e-05 |
41 |
|
IS3 ORF2 |
NC_004851 (Shigella flexneri 301) |
6e-05 |
41 |
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_016801_P1' AND ph.id_pai_orf='22' 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