Skip to content

Sintax confidence #25

Description

@kabilov

Hi Robert!

My question concerns the Sintax in Usearch11 (usearch11.0.667_i86linux64).
The database I'm using (16S V3-V4) contains six identical sequences, but five of them are Archaea, and one is a Bacteria. The latter is probably an artifact, but that's not the point.

d:Archaea,p:Methanobacteriota,c:Methanobacteria,o:Methanobacteriales,f:Methanothermobacteraceae,g:Methanothermobacter,s:Methanothermobacter_sp022014235;
d:Archaea,p:Methanobacteriota,c:Methanobacteria,o:Methanobacteriales,f:Methanothermobacteraceae,g:Methanothermobacter,s:Methanothermobacter_sp000828575;
d:Archaea,p:Methanobacteriota,c:Methanobacteria,o:Methanobacteriales,f:Methanothermobacteraceae,g:Methanothermobacter,s:Methanothermobacter_thermautotrophicus;
d:Archaea,p:Methanobacteriota,c:Methanobacteria,o:Methanobacteriales,f:Methanothermobacteraceae,g:Methanothermobacter,s:Methanothermobacter_wolfei;
d:Archaea,p:Methanobacteriota,c:Methanobacteria,o:Methanobacteriales,f:Methanothermobacteraceae,g:Methanothermobacter,s:Methanothermobacter_thermautotrophicus_A;
d:Bacteria,p:Pseudomonadota,c:Gammaproteobacteria,o:Pseudomonadales,f:Porticoccaceae,g:CAYXXZ01,s:CAYXXZ01_sp050175615;
GCGCGAAACCTCCGCAATGCACGCAAGTGCGACGGGGGAACCCCAAGTGCCACTCTTAACGGGGTGGCTTTTCAGAAGTGTAAAAAGCTTCTGGAATAAGGGCTGGGCAAGACCGGTGCCAGCCGCCGCGGTAACACCGGCAGCTCAAGTGGTAGCCGCTTTTATTGGGCCTAAAGCGTCCGTAGCCGGTCTGATAAGTCTCTGGTGAAATCCCACAGCTTAACTGTGGGAATTGCTGGAGATACTATCATGACTCGAGGTCGGGAGAGGCTGGAGGTACTCCCAGGGTAGGGGTGAAATCCTGTAATCCTGGGAGGACCACCTGTGGCGAAGGCGTCCAGCTGGAACGAACCTGACGGTGAGGGACGAAAGCCAGGGGCGCGAACCGG

I expected the sintax analysis to yield a confidence level of 83.3% (5/6) across all levels (except species). But the actual result was different:
d:Archaea(0.8700) p:Methanobacteriota(0.7569) c:Methanobacteria(0.6585) o:Methanobacteriales(0.5729) f:Methanothermobacteraceae(0.4984) g:Methanothermobacter(0.4336) s:Methanothermobacter_thermautotrophicus_A(0.0781)
0.87 != 5/6 = 0.83

d = (0.87)^1 = 0.87
p = (0.87)^2 = 0.76
...
g = (0.87)^6 = 0.43

The result was roughly the same when the database consisted only of these six sequences.
d:Archaea(0.8800) p:Methanobacteriota(0.7744) c:Methanobacteria(0.6815) o:Methanobacteriales(0.5997) f:Methanothermobacteraceae(0.5277) g:Methanothermobacter(0.4644) s:Methanothermobacter_sp022014235(0.1022)
d = (0.88)^1 = 0.88
p = (0.88)^2 = 0.77
...
g = (0.88)^6 = 0.46

If I removed the bacterial sequence, the result became almost as expected (it's unclear why s = 1/4 and not 1/5).
d:Archaea(1.0000) p:Methanobacteriota(1.0000) c:Methanobacteria(1.0000) o:Methanobacteriales(1.0000) f:Methanothermobacteraceae(1.0000) g:Methanothermobacter(1.0000) s:Methanothermobacter_sp022014235(0.2500)

Could you comment on these inconsistencies?

Best wishes,
Marsel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions