Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
SAM-dependent methyltransferase |
NC_004347 (Shewanella oneidensis MR-1) |
3e-65 |
72 |
|
type 12 methyltransferase |
NC_008709 (Psychromonas ingrahamii 37) |
2e-45 |
54 |
|
hypothetical protein |
NC_017933 (Cronobacter sakazakii ES15) |
2e-44 |
52 |
|
hypothetical protein |
NC_016745 (Oceanimonas sp. GK1) |
3e-44 |
50 |
|
hypothetical protein |
NC_013282 (Cronobacter turicensis z3032) |
4e-44 |
52 |
|
hypothetical protein |
NC_009778 (Cronobacter sakazakii ATCC BAA-894) |
1e-43 |
52 |
|
hypothetical protein |
NC_009778 (Cronobacter sakazakii ATCC BAA-894) |
1e-43 |
52 |
|
hypothetical protein |
NC_018079 (Enterobacter cloacae SDM) |
1e-42 |
50 |
|
hypothetical protein |
NC_020260 (Cronobacter sakazakii Sp291) |
8e-43 |
50 |
|
Tellurite resistance protein-related protein |
NC_018106 (Klebsiella oxytoca E718) |
7e-41 |
48 |
|
hypothetical protein |
NC_016612 (Klebsiella oxytoca KCTC 1686) |
7e-41 |
48 |
|
Methyltransferase type 12 |
NC_013852 (Allochromatium vinosum DSM 180) |
1e-39 |
47 |
|
hypothetical protein |
NC_020802 (Psychromonas sp. CNPT3) |
2e-39 |
47 |
|
type 12 methyltransferase |
NC_012691 (Tolumonas auensis DSM 9187) |
1e-38 |
53 |
|
3-demethylubiquinone-9 3-methyltransferase |
NC_014562 (Pantoea vagans C9-1) |
1e-37 |
44 |
|
type 11 methyltransferase |
NC_014632 (Ilyobacter polytropus DSM 2926) |
3e-36 |
41 |
|
Methyltransferase domain. |
NC_021040 (Roseburia intestinalis M50/1) |
1e-34 |
43 |
|
hypothetical protein |
NC_017068 (Selenomonas ruminantium TAM6421) |
2e-34 |
44 |
|
type 11 methyltransferase |
NC_009437 (Caldicellulosiruptor saccharolyticus DSM 8903) |
3e-34 |
42 |
|
SAM-dependent methyltransferase |
NC_013790 (Methanobrevibacter ruminantium M1) |
8e-34 |
43 |
|
Tellurite resistance protein-related protein |
NC_016642 (Pseudovibrio sp. FO-BEG1) |
5e-33 |
42 |
|
type 11 methyltransferase |
NC_011894 (Methylobacterium nodulans ORS 2060) |
5e-33 |
41 |
|
methyltransferase family protein |
NC_016633 (Sphaerochaeta pleomorpha Grapes) |
1e-32 |
42 |
|
type 11 methyltransferase |
NC_008536 (Candidatus Solibacter usitatus Ellin6076) |
4e-32 |
44 |
|
methyltransferase family protein |
NC_018012 (Thiocystis violascens DSM 198) |
5e-32 |
46 |
|
methyltransferase type 11 |
NC_015152 (Sphaerochaeta globosa Buddy) |
1e-31 |
41 |
|
hypothetical protein |
NC_012781 (Eubacterium rectale ATCC 33656) |
1e-30 |
42 |
|
Methyltransferase domain. |
NC_021016 (butyrate-producing bacterium SSC/2) |
8e-31 |
42 |
|
Methyltransferase domain. |
NC_021044 (Eubacterium rectale M104/1) |
2e-30 |
42 |
|
Methyltransferase domain. |
NC_021010 (Eubacterium rectale DSM 17629) |
3e-30 |
41 |
|
SAM-dependent methyltransferase |
NC_016112 (Methylomicrobium alcaliphilum 20Z) |
4e-30 |
42 |
|
methyltransferase |
NC_013165 (Slackia heliotrinireducens DSM 20476) |
3e-29 |
42 |
|
methyltransferase type 11 |
NC_015275 (Clostridium lentocellum DSM 5427) |
6e-29 |
42 |
|
methyltransferase type 11 |
NC_012881 (Desulfovibrio salexigens DSM 2638) |
2e-27 |
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_009457_P1' 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