Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_008262 (Clostridium perfringens SM101) |
3e-39 |
100 |
|
hypothetical protein |
NC_021013 (Ruminococcus bromii L2-63) |
1e-16 |
42 |
|
hypothetical protein |
NC_011772 (Bacillus cereus G9842) |
1e-14 |
43 |
|
hypothetical protein |
NC_017208 (Bacillus thuringiensis CT-43) |
2e-13 |
43 |
|
hypothetical protein |
NC_016779 (Bacillus cereus F837/76) |
6e-11 |
43 |
|
hypothetical protein |
NC_008600 (Bacillus thuringiensis Al Hakam) |
6e-11 |
43 |
|
hypothetical protein |
NC_011773 (Bacillus cereus AH820) |
6e-11 |
42 |
|
hypothetical protein |
NC_014335 (Bacillus cereus CI) |
6e-11 |
42 |
|
hypothetical protein |
NC_012472 (Bacillus cereus 03BB102) |
7e-11 |
42 |
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_008262_P3' AND ph.id_pai_orf='8' 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