calculate Euclidean distance with same depth for the samples

Hi,
I want to use command “qiime diversity beta” to calculate Euclidean distance. My question is can I use this command to set the samples at the same depth and calculate Euclidean distance.
Thanks,
Zhan Gao

Welcome to the forum, @zhgao62!
qiime diversity beta doesn't perform any kind of normalization, but qiime feature-table rarefy will let you

Subsample frequencies from all samples so that the sum of frequencies in each sample is equal to sampling-depth.

You could then run qiime diversity beta on your rarefied feature table. (This is how qiime diversity core-metrics handles normalization. )

Is that what you were aiming for? If not, please clarify.

Chris :badger:

2 Likes

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