Hello everybody,
I'm new here and I’d like to know if anyone could help me by clarifying a doubt about the Unite fungal classifier. I read some topics before but I still have some doubts.
What is the difference between using the “normal’ Unite classifier and the dynamic classifier? Because when I performed the taxonomy training by importing sh_refs_qiime_ver7_dynamic_01.12.2017.fasta and then tested importing sh_refs_qiime_ver7_97_01.12.2017.fasta, I saw a difference in the final result. Ex: in one classification I found Microsporum canis and in another Microsporum audouinii . These were the commands that I used:
Thank you in advance for this kind community!
qiime tools import
--type 'FeatureData[Sequence]'
--input-path sh_refs_qiime_ver7_dynamic_01.12.2017.fasta
--output-path unite1.qza
qiime tools import
--type 'FeatureData[Taxonomy]'
--input-format HeaderlessTSVTaxonomyFormat
--input-path sh_refs_qiime_ver7_dynamic_01.12.2017.txt
--output-path unite-taxonomy1.qza
qiime feature-classifier fit-classifier-naive-bayes
--i-reference-reads unite1.qza
--i-reference-taxonomy unite-taxonomy1.qza
--o-classifier classifier1.qza
———
qiime tools import
--type 'FeatureData[Sequence]'
--input-path sh_refs_qiime_ver7_99_01.12.2017.fasta
--output-path unite2.qza
qiime tools import
--type 'FeatureData[Taxonomy]'
--input-format HeaderlessTSVTaxonomyFormat
--input-path sh_refs_qiime_ver7_99_01.12.2017.txt
--output-path unite-taxonomy2.qza
qiime feature-classifier fit-classifier-naive-bayes
--i-reference-reads unite2.qza
--i-reference-taxonomy unite-taxonomy2.qza
--o-classifier classifier2.qza