Hi all, hopefully somebody can enlighten me
I am using qiime2-2020.11 version, using which I trained my classifier, silva_138, 99% match.
Files used for training I pulled from here: https://docs.qiime2.org/2020.11/data-resources/
- [Silva 138 SSURef NR99 full-length sequences]
- [Silva 138 SSURef NR99 full-length taxonomy]
I trained the classifier using the following command:
qiime feature-classifier fit-classifier-naive-bayes
–i-reference-reads ref-seqs.qza
–i-reference-taxonomy ref-taxonomy.qza
–o-classifier classifier_silva138_99.qza
Successfully.
And when I analyse samples, on species level I get taxonomies like:
D_0__Bacteria;D_1__Bacteroidetes;D_2__Bacteroidia;D_3__Bacteroidales;D_4__Bacteroidaceae;D_5__Bacteroides;__
OR
D_0__Bacteria;D_1__Firmicutes;D_2__Clostridia;D_3__Clostridiales;D_4__Lachnospiraceae;D_5__Blautia;__
I searched entire taxonomy txt file used for training the classifier and was not able to find such a classification. Can somebody help me? Why am I getting those undefined species ? Level D_6 is not marked in the above taxa at all. Why?
I wanted to blast those sequences, but I cannot even identify them in my classifier files.