Can anyone confirm if my pipeline mentioned below is right for qiime2 analysis
- so we first import the data in form of manifest file
2)I now will trucate my forward and reverse reads from where the quality of bases fall below Q20 or Q30
-
This generates the following output
FeatureTable[Frequency]
FeatureData[Sequence]
FEatureSampleData[DADA2Stats] -
Now Can I directly build a taxonomy table ,calculate alpha and beta diversity from the above three output?
Thank you.