Dear All,
I started my taxonomic analysis using qiime2 pipeline.
I followed the following steps:
qiime tools import --type 'SampleData[SequencesWithQuality]' --input-path se-33-manifest --output-path single-end-demux.qza --source-format SingleEndFastqManifestPhred33
qiime dada2 denoise-single --i-demultiplexed-seqs single-end-demux.qza --p-trim-left 0 --p-trunc-len 220 --o-representative-sequences rep-seqs.qza --o-table table.qza --o-denoising-stats stats-dada2.qza --p-n-threads 4
qiime feature-classifier classify-sklearn --i-classifier gg-13-8-99-nb-classifier.qza --i-reads rep-seqs.qza --o-classification taxonomy_gg.qza
qiime taxa barplot --i-table table.qza --i-taxonomy taxonomy_gg.qza --m-metadata-file sample_meta.tsv --o-visualization taxa-bar-plots_gg.qzv
Same set of analysis was done using mothur pipeline by company. When comparing with mothur results, I got more number of taxonomic classification with more abundance.
Note: We used control (buffer)rep-seqs.qza (10.2 KB)
table.qza (10.8 KB)
taxonomy_silva_200.qza (25.5 KB)
data for this analysis. We expect very less or no taxonomical classification.
What may be the reason?