I am somewhat confused regarding the output of the classify.otu command when performing phylotype analysis. I ran the following commands as suggested on the mothur SOP for Illumina data for phylotyping to genus level:
mothur > phylotype(taxonomy=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pds.wang.pick.pick.taxonomy)
mothur > make.shared(list=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pds.wang.pick.pick.tx.list, count=stability.trim.contigs.good.unique.good.filter.unique.precluster.denovo.vsearch.pick.pick.pick.count_table, label=1)
mothur > classify.otu(list=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pds.wang.pick.pick.tx.list, count=stability.trim.contigs.good.unique.good.filter.unique.precluster.denovo.vsearch.pick.pick.pick.count_table, taxonomy=stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pds.wang.pick.pick.taxonomy, label=1)
However, my output file: MOTEALL.trim.contigs.good.unique.good.filter.unique.precluster.pick.gg.wang.pick.tx.1.cons.taxonomy includes multiple species within the same genus, for example:
Otu0458 73 k__Archaea(100);p__Crenarchaeota(100);c__Thaumarchaeota(100);o__Cenarchaeales(100);f__Cenarchaeaceae(100);g__Nitrosopumilus(100);s__pIVWA5(100);
Otu0151 689 k__Archaea(100);p__Crenarchaeota(100);c__Thaumarchaeota(100);o__Cenarchaeales(100);f__Cenarchaeaceae(100);g__Nitrosopumilus(100);unclassified(100);
Shouldn’t these OTUs have been combined into one genus-level Nitrosopumilus OTU? Or is there something that I am not understanding about how the algorithm works?
I apologize if this is a repeated question, the search function for the forum is not working.