Hit (GenBank Accn) |
Product |
Source Genome |
Eval. |
Ident.(%) |
|
hypothetical protein |
NC_020540 (Streptococcus pyogenes M1 476) |
8e-21 |
100 |
|
hypothetical protein |
NC_007297 (Streptococcus pyogenes MGAS5005) |
8e-21 |
100 |
|
hypothetical protein |
NC_008021 (Streptococcus pyogenes MGAS9429) |
8e-21 |
100 |
|
hypothetical protein |
NC_007296 (Streptococcus pyogenes MGAS6180) |
3e-18 |
73 |
|
hypothetical protein |
NC_008023 (Streptococcus pyogenes MGAS2096) |
9e-13 |
99 |
|
hypothetical protein |
NC_006086 (Streptococcus pyogenes MGAS10394) |
5e-04 |
45 |
|
hypothetical protein |
NC_003485 (Streptococcus pyogenes MGAS8232) |
5e-04 |
45 |
|
hypothetical protein |
NC_009332 (Streptococcus pyogenes Manfredo) |
5e-04 |
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_007297_P1' AND ph.id_pai_orf='10' 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