Hi QIIME Forum,
I am performing microbiome analysis on my soil data (banks, sediments, and upstream samples). The data are demultiplexed, and I have removed the primers using the following command:
qiime cutadapt trim-paired
--i-demultiplexed-sequences paired-end-demux.qza
--p-front-f GTGYCAGCMGCCGCGGTAA
--p-front-r GGACTACNVGGGTWTCTAAT
--p-match-adapter-wildcards
--p-discard-untrimmed
--o-trimmed-sequences trimmed-seqs-16S.qza
--verbose
Afterwards, I performed DADA2 on the trimmed sequences using three different truncation lengths based on quality score thresholds: 20%, 25%, and 30% of the 25th percentile of the quality score.
I now have three sets of denoising statistics for each truncation length, but when viewing these datasets in QIIME View, I notice minimal variation in the results across the results ( percentage of merged , percentage of non chimeric). Also, about 25 samples have 0 percent in terms of merge and nonchimeric.
Given these results, I’m seeking advice on which truncation length and percentage might be most appropriate for my analysis. Are there specific factors I should consider to get the better result?
Thank you in advance.
Best regards,
Namraj
Here are the attached files:
denoising-stats254204.qzv (1.2 MB)
denoising-stats257209.qzv (1.2 MB)
denoising-stats275223.qzv (1.2 MB)
paired-end-demux.qzv (315.7 KB)
trimmed-seqs-16S.qzv (321.7 KB)