weighted UniFrac result in different plot

Hi, I run the code below:
qiime diversity core-metrics-phylogenetic
--i-phylogeny rooted-tree.qza
--i-table table.qza
--p-sampling-depth X
--m-metadata-file sample-metadata.tsv
--output-dir core-metrics-results
I used the same value for sampling depth, the same metadata, i ran the code 3 times without changing anything, and each time it resulted in different plots (emperor) for weighted UniFrac and unweighted
Why is that happening?

Hello!
When sampling depth X is chosen, X counts from each sample will be randomly selected for the analysis. Since this process is randomized, every time results will be a little different. So some differences in the PCoA plots are expected.

2 Likes

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.