Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_007168 (Staphylococcus haemolyticus JCSC1435) |
3e-47 |
100 |
|
Transcriptional regulator, Cro/CI family helix-turn-helix domain protein |
NC_017340 (Staphylococcus aureus 04-02981) |
6e-27 |
60 |
|
hypothetical protein |
NC_009632 (Staphylococcus aureus JH1) |
6e-27 |
60 |
|
XRE family transcriptional regulator |
NC_009487 (Staphylococcus aureus JH9) |
6e-27 |
60 |
|
phage DNA-binding protein |
NC_017331 (Staphylococcus aureus TW20) |
6e-27 |
60 |
|
XRE family transcriptional regulator |
NC_021670 (Staphylococcus aureus Bmb9393) |
7e-23 |
60 |
|
XRE family transcriptional regulator |
NC_017341 (Staphylococcus aureus JKD6008) |
7e-23 |
60 |
|
helix-turn-helix domain-containing protein |
NC_017022 (Enterococcus faecium Aus0004) |
2e-12 |
44 |
|
helix-turn-helix domain-containing protein |
NC_017022 (Enterococcus faecium Aus0004) |
2e-12 |
44 |
|
helix-turn-helix domain-containing protein |
NC_021994 (Enterococcus faecium AUS0085) |
2e-12 |
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_007168_R2' AND ph.id_pai_orf='60' 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