Microbial Relationship Matrix of OTU possible in QIIME2?

@qamrq25

Yes, for FeatureTable[Frequency]. See the associated documentation about the types I linked before.

A quick forum search lands me on this, which suggests that you can not currently use FeatureTable[RelativeFrequency] as input into bray_curtis, as outlined here. So, for the moment, this metric still requires FeatureTable[Frequency], i.e. counts.

2 Likes