From fefc937d5422979b28809fcbdb63d00141254ec1 Mon Sep 17 00:00:00 2001 From: Artur Sannikov Date: Wed, 29 Jul 2026 14:40:03 +0300 Subject: [PATCH] fix(community_similarity): use official vegan docs --- inst/pages/community_similarity.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/pages/community_similarity.qmd b/inst/pages/community_similarity.qmd index e958a087..23d729c1 100644 --- a/inst/pages/community_similarity.qmd +++ b/inst/pages/community_similarity.qmd @@ -763,8 +763,8 @@ groups. A p-value smaller than the significance threshold indicates that the groups have a different community composition. This method is implemented with the -[`adonis2`](https://www.rdocumentation.org/packages/vegan/versions/2.7-1/topics/adonis) -function from the `r BiocStyle::CRANpkg("vegan")` package. +[`adonis2`](https://vegandevs.github.io/vegan/reference/adonis.html) +function from the `r BiocStyle::CRANpkg("vegan")` package. From the results table below, we see that both clinical status and age explain more than 10% of the variance, however, only age has statistical significance.