Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
tRNA-Phe |
NC_003198 (Salmonella enterica CT18) |
4e-29 |
100 |
|
tRNA-Phe |
NC_016863 (Salmonella enterica UK-1) |
2e-21 |
98.1 |
|
- |
NC_010554 (Proteus mirabilis HI4320) |
3e-20 |
98 |
|
- |
NC_010554 (Proteus mirabilis HI4320) |
3e-20 |
98 |
|
- |
NC_010554 (Proteus mirabilis HI4320) |
3e-20 |
98 |
|
tRNA-Phe |
NC_008800 (Yersinia enterocolitica 8081) |
5e-19 |
98 |
|
- |
NC_004547 (Pectobacterium atrosepticum SCRI1043) |
3e-18 |
95.9 |
|
- |
NC_004547 (Pectobacterium atrosepticum SCRI1043) |
3e-18 |
95.9 |
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_003198_P9' AND ph.id_pai_orf='1' AND match_level='N'
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