Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOOT (by taxon) analysis: calculation error on % of misclassified Seqs? #21

Open
dougwyu opened this issue Aug 18, 2017 · 0 comments
Open

Comments

@dougwyu
Copy link

dougwyu commented Aug 18, 2017

I ran two LOOTs. When leaving one taxon out, the % misclassified in the last table (**misclassified sequences group by taxon) is always 100%, which is not correct, according to the other tables in the output and according to the LOOT by sequence analysis.

java -Xmx46g -jar classifier.jar loot -h -q MIDORI_UNIQUE_1.1_COI_RDP_.05_seqs.fasta -s MIDORI_UNIQUE_1.1_COI_RDP.fasta -t RDP_taxonomy_file.txt -o midori_leaveonetaxonout_test_0.05.txt

**misclassified sequences group by taxon    
Tested Seqs (non-singleton) misclassified pct misclassified
26881 26881 1
26881 26881 1
16 16 1
11 11 1
11 11 1
10 10 1
0 0 0
...

java -Xmx46g -jar classifier.jar loot -q MIDORI_UNIQUE_1.1_COI_RDP_.05_seqs.fasta -s MIDORI_UNIQUE_1.1_COI_RDP.fasta -t RDP_taxonomy_file.txt -o midori_leaveoneseqout_test_0.05.txt

**misclassified sequences group by taxon    
Tested Seqs (non-singleton) misclassified pct misclassified
26881 2363 0.087905956
26881 2363 0.087905956
16 3 0.1875
11 0 0
11 0 0
10 0 0
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant