In the documentation for getDissimilarity: (https://microbiome.github.io/mia/reference/getDissimilarity.html)
, the Details section states: “Overlap reflects similarity between sample-pairs. When overlap is calculated using relative abundances, the higher the value the higher the similarity is. When using relative abundances, overlap value 1 means that all the abundances of features are equal between two samples, and 0 means that samples have completely different relative abundances.”
This suggests that the overlap metric measures similarity (where values closer to 1 indicate higher similarity and 0 indicates dissimilar samples). However, since the function is named getDissimilarity, this might be confusing — one would expect higher values to correspond to greater dissimilarity.