Hi @jflucier,
Based on the filename for your feature table, it looks like you may have done some filtering of features. I'm looking at the filename 02-dada2/20251113_16S_chicken_caeca_v2.asv-table-ms2.qza, and in some of our tutorials we use ms2 (short for min-samples=2) to indicate that features present in less than two samples were removed. (This isn't conclusive because this is just a filename - data provenance would tell us for sure.)
If you haven't already, could you run qiime feature-table summarize on the file 02-dada2/20251113_16S_chicken_caeca_v2.asv-table-ms2.qza, and look again at how many samples would be dropped with a sampling depth of 73000 (i.e., the first plot you shared). If that doesn't explain what you're seeing in the ordination plot, could you share the .qzv file that is generated by qiime feature-table summarize, and the .qzv with the Bray-Curtis ordination plot? We can take a look at the data provenance then and try to figure out what's going wrong.
Hi @gregcaporaso
you have pinpointed exactly the error. My cutoff was mistakenly set using the unfiltered table. Now dada2 and core-metrics-phylogenetic analyse correlate well. Thank you very much for your help