I am a beginner in 16S data analysis. I've read lots of discussions about analyzing 16S data from different regions in this forum and found that
merging table after taxonomic classification,
trimming reads to same region before DADA2,
using q2-fragment-insertion
are recommanded. At first, I was about to use q2-fragment-insertion, but then I found it will be no longer supported in 2025.10. I also found q2-kmerizer is recommanded, so here is my questions:
Can q2-kmerizer merge 16S data from different regions for taxonomic analysis?
Hi @Julio ,
Another option for merging data from multiple regions would be closed-reference OTU clustering.
This is still an option. It will still be present and totally valid in the 2025.7 release. It will only be dropped in 2025.10. But you can switch between environments to use the different distribution versions, so it's not like fragment insertion is no longer available.
No. kmerizer provides a similar approach for pseudo-phylogenetic diversity estimates, but not when comparing data from different regions, as the kmer profiles would be different.
I suggest just installing the 2025.7 distribution once it is available and keep this around for running fragment-insertion, otherwise closed-reference OTU clustering would be the most similar alternative that will remain available in future releases of the amplicon distribution.