Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_009778 (Cronobacter sakazakii ATCC BAA-894) |
8e-71 |
100 |
|
phage major tail subunit |
NC_017933 (Cronobacter sakazakii ES15) |
5e-70 |
99 |
|
hypothetical protein |
NC_013282 (Cronobacter turicensis z3032) |
6e-56 |
74 |
|
phage protein |
NC_017764 (Pasteurella multocida 3480) |
7e-32 |
59 |
|
hypothetical protein |
NC_017027 (Pasteurella multocida HN06) |
7e-32 |
59 |
|
hypothetical protein |
NC_021521 (Haemophilus parasuis ZJ0906) |
2e-29 |
52 |
|
phage tail protein |
NC_021743 (Mannheimia haemolytica D153) |
4e-29 |
54 |
|
phage tail protein |
NC_021739 (Mannheimia haemolytica D174) |
4e-29 |
54 |
|
phage major tail protein 2 |
NC_021082 (Mannheimia haemolytica M42548) |
4e-29 |
54 |
|
hypothetical protein |
NC_020833 (Mannheimia haemolytica USDA-ARS-USMARC-183) |
4e-29 |
54 |
|
phage tail protein |
NC_021883 (Mannheimia haemolytica USMARC_2286) |
4e-29 |
54 |
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_009778_P2' AND ph.id_pai_orf='15' 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