Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
phage integrase family protein |
NC_010519 (Haemophilus somnus 2336) |
2e-140 |
100 |
|
tyrosine recombinase-1 family protein |
NC_016808 (Pasteurella multocida 36950) |
2e-140 |
100 |
|
integrase |
NC_012913 (Aggregatibacter aphrophilus NJ8700) |
2e-62 |
45 |
|
integrase |
NC_008309 (Haemophilus somnus 129PT) |
7e-59 |
51 |
|
probable site-specific recombinase |
NC_017451 (Haemophilus influenzae R2866) |
1e-57 |
47 |
|
integrase |
NC_021743 (Mannheimia haemolytica D153) |
8e-58 |
47 |
|
integrase |
NC_021738 (Mannheimia haemolytica D171) |
8e-58 |
47 |
|
integrase |
NC_021739 (Mannheimia haemolytica D174) |
8e-58 |
47 |
|
tyrosine recombinase-2 family protein |
NC_021082 (Mannheimia haemolytica M42548) |
8e-58 |
47 |
|
Integrase |
NC_020833 (Mannheimia haemolytica USDA-ARS-USMARC-183) |
8e-58 |
47 |
|
Integrase |
NC_020834 (Mannheimia haemolytica USDA-ARS-USMARC-185) |
8e-58 |
47 |
|
integrase |
NC_021883 (Mannheimia haemolytica USMARC_2286) |
8e-58 |
47 |
|
integrase/recombinase |
NC_002940 (Haemophilus ducreyi 35000HP) |
2e-57 |
45 |
|
tyrosine recombinase-2 family protein |
NC_021082 (Mannheimia haemolytica M42548) |
4e-56 |
45 |
|
tyrosine recombinase-2 family protein |
NC_016808 (Pasteurella multocida 36950) |
4e-56 |
45 |
|
integrase |
NC_021743 (Mannheimia haemolytica D153) |
2e-55 |
47 |
|
integrase |
NC_021739 (Mannheimia haemolytica D174) |
2e-55 |
47 |
|
Integrase |
NC_020833 (Mannheimia haemolytica USDA-ARS-USMARC-183) |
2e-55 |
47 |
|
Integrase |
NC_020834 (Mannheimia haemolytica USDA-ARS-USMARC-185) |
2e-55 |
47 |
|
integrase |
NC_021883 (Mannheimia haemolytica USMARC_2286) |
2e-55 |
47 |
|
integrase |
NC_017846 (Aggregatibacter actinomycetemcomitans D7S-1) |
1e-54 |
46 |
|
site-specific tyrosine recombinase XerC |
NC_015460 (Gallibacterium anatis UMN179) |
1e-49 |
42 |
|
site-specific recombinase |
NC_007146 (Haemophilus influenzae 86-028NP) |
4e-49 |
43 |
|
site-specific recombinase |
NC_015964 (Haemophilus parainfluenzae T3T1) |
1e-48 |
43 |
|
XerC-like tyrosine recombinase Sss |
NC_021082 (Mannheimia haemolytica M42548) |
6e-45 |
47 |
|
putative site-specific recombinase |
NC_016809 (Haemophilus influenzae 10810) |
1e-44 |
45 |
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_016808_R1' AND ph.id_pai_orf='5' 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