Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
transcriptional regulator |
NC_005810 (Yersinia pestis 91001) |
2e-40 |
100 |
|
hypothetical protein |
NC_008150 (Yersinia pestis Antiqua) |
2e-40 |
100 |
|
transcriptional regulator |
NC_003143 (Yersinia pestis CO92) |
2e-40 |
100 |
|
phage transcriptional regulator, AlpA |
NC_008825 (Methylibium petroleiphilum PM1) |
4e-11 |
41 |
|
phage transcriptional regulator AlpA |
NC_015740 (Pseudomonas stutzeri ATCC 17588) |
4e-11 |
41 |
|
phage transcriptional regulator AlpA |
NC_015733 (Pseudomonas putida S16) |
7e-10 |
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_003143_P4' AND ph.id_pai_orf='7' 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