Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
type I restriction modification DNA specificity protein |
NC_002952 (Staphylococcus aureus MRSA252) |
2e-155 |
100 |
|
Type I restriction-modification system specificity subunit |
NC_022226 (Staphylococcus aureus CN1) |
1e-88 |
62 |
|
type I restriction modification DNA specificity protein |
NC_017338 (Staphylococcus aureus JKD6159) |
1e-86 |
67 |
|
type I restriction-modification system, S subunit |
NC_022222 (Staphylococcus aureus 6850) |
1e-84 |
63 |
|
Type I restriction-modification system, specificity subunit S |
NC_017337 (Staphylococcus aureus ED133) |
2e-84 |
59 |
|
restriction modification system DNA specificity domain-containing protein |
NC_014219 (Bacillus selenitireducens MLS10) |
4e-52 |
42 |
|
Type I restriction-modification system specificity subunit |
NC_010080 (Lactobacillus helveticus DPC 4571) |
7e-52 |
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_002952_P3' 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