Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
putative TraY/DotA-like type IV secretion system protein |
NC_018746 (Pseudomonas putida ND6) |
0.0 |
98 |
|
TraY/DotA-like type IV secretion system protein |
NC_007973 (Cupriavidus metallidurans CH34) |
0.0 |
70 |
|
TraY/DotA-like type IV secretion system protein |
NC_007507 (Xanthomonas campestris 85-10) |
4e-133 |
45 |
|
DotA/TraY family membrane protein |
NC_007505 (Xanthomonas campestris 85-10) |
8e-115 |
43 |
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='EF611304' 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