microsud / microbiomeutilities

The is mostly a wrapper tool using phyloseq and microbiome R packages.
https://microsud.github.io/microbiomeutilities/
Other
33 stars 7 forks source link

Compare beta diversity between and within groups #149

Open microsud opened 3 years ago

microsud commented 3 years ago

Request for function that allows comparison of beta diversity (boxplots) between and within groups.

antagomir commented 3 years ago

The microbiome::divergence function can already be used for this purpose, at least to some extent. We can develop it further, though. Some examples in the tutorial.

microsud commented 3 years ago

Yes I think the microbiome::divergence function can be wrapped for more intuitive and global comparison (compare_divergence/global_divergence) to get something as shown below. I got some request for this. IMO the appropriate place for this is microbiome pkg.

compare_beta

antagomir commented 3 years ago

Good to me. PRs are welcome, or we may implement it when time allows.