Hello to everyone,
First of all, I would like to thanks to all those who tried hard for releasing of the new version of QIIME!
My aim to open this topic is to have a comparison between some outputs of QIIME 1 and QIIME 2 (v2.9.1).
The analysis has been done by two different person. The outputs are very different with each other and I am looking for the reasons of these differences.
First, I will give some general information about the data but if more information needed to be given I would be happy to do that.
There is 48 samples that after preparation the library for 16S rRNA gene, they sequenced on MiSeq using a 300 bp paired-end.
The primers are:
16S- 341F 5’-CCTACGGGNGGCWGCAG-3’
16S-805R 5’-GACTACHVGGGTATCTAATCC-3’
Reads are de-multiplexed based on Illumina indexing system.
The two important procedures that has been applied in qiime 2 are the:
Import:
qiime tools import
--type 'SampleData[PairedEndSequencesWithQuality]'
--input-path 16S --source-format CasavaOneEightSingleLanePerSampleDirFmt
--output-path demux-paired-end.qza
QC and denoising:
qiime2 dada2 denoise-paired
--i-demultiplexed-seqs demux.qza
--p-trim-left-f 0
--p-trim-left-r 2
---trunc-len-f 280
--p-trunc-len-r 275
--o-tabe table.qza
--o-reresentative-sequences rep-seqs.qza
--o-denoising-stats denoising_stats.qza
- Alpha diversity and sequence depth
a) Qiime 2 Shanoon Rarefaction and sequence depth
As it is clear from the photos, the two graphs are very different, why could that be?
b) Qiime 1 Shanoon Rarefaction and sequence depth
- Beta diversity
a) Qiime 2 (Bray-Curtis)
As you can see, the percentage of axes in PCoA is defferent between QIIME 2 & 1. What could be the reason?
b) Qiime 1 (Bray-Curtis)
Thanks very much!
Best,
Armin