Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_017162 (Acinetobacter baumannii 1656-2) |
1e-118 |
100 |
|
hypothetical protein |
NC_010611 (Acinetobacter baumannii ACICU) |
1e-118 |
100 |
|
hypothetical protein |
NC_021726 (Acinetobacter baumannii BJAB07104) |
1e-118 |
100 |
|
hypothetical protein |
NC_021729 (Acinetobacter baumannii BJAB0868) |
1e-118 |
100 |
|
hypothetical protein |
NC_017847 (Acinetobacter baumannii MDR-TJ) |
1e-118 |
100 |
|
hypothetical protein |
NC_017171 (Acinetobacter baumannii MDR-ZJ06) |
1e-118 |
100 |
|
hypothetical protein |
NC_017387 (Acinetobacter baumannii TCDC-AB0715) |
1e-118 |
100 |
|
hypothetical protein |
NC_018706 (Acinetobacter baumannii TYTH-1) |
1e-118 |
100 |
|
hypothetical protein |
NC_011586 (Acinetobacter baumannii AB0057) |
3e-118 |
99 |
|
hypothetical protein |
NC_011595 (Acinetobacter baumannii AB307-0294) |
3e-118 |
99 |
|
hypothetical protein |
NC_010410 (Acinetobacter baumannii AYE) |
3e-118 |
99 |
|
hypothetical protein |
NC_020547 (Acinetobacter baumannii D1279779) |
6e-118 |
99 |
|
hypothetical protein |
NC_010400 (Acinetobacter baumannii SDF) |
6e-118 |
99 |
|
hypothetical protein |
NC_021733 (Acinetobacter baumannii BJAB0715) |
3e-117 |
99 |
|
hypothetical protein |
NC_016603 (Acinetobacter calcoaceticus PHEA-2) |
7e-106 |
86 |
|
hypothetical protein |
NC_014259 (Acinetobacter oleivorans DR1) |
2e-104 |
85 |
|
hypothetical protein |
NC_005966 (Acinetobacter sp. ADP1) |
7e-37 |
44 |
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_021729_R1' AND ph.id_pai_orf='87' 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