From 6e2224fb45f1eb4cc3d0889afc192f11a0586a45 Mon Sep 17 00:00:00 2001
From: Cassidy Symons
Date: Sun, 16 Jun 2024 16:50:19 -0700
Subject: [PATCH] Update average values
---
microsetta_interface/templates/new_results_page.jinja2 | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/microsetta_interface/templates/new_results_page.jinja2 b/microsetta_interface/templates/new_results_page.jinja2
index f4f3e999..23e96fa4 100644
--- a/microsetta_interface/templates/new_results_page.jinja2
+++ b/microsetta_interface/templates/new_results_page.jinja2
@@ -1203,11 +1203,11 @@
var us_text = document.getElementById('average-american-observed-otus');
var hadza_text = document.getElementById('average-hadza-observed-otus');
if (state.dataset_type.value === 'WGS') {
- us_text.innerText = '107';
- hadza_text.innerText = '129';
+ us_text.innerText = '5.31';
+ hadza_text.innerText = '6.30';
} else if (state.dataset_type.value === '16S') {
- us_text.innerText = '93';
- hadza_text.innerText = '132';
+ us_text.innerText = '4.47';
+ hadza_text.innerText = '5.20';
}
}
@@ -1433,7 +1433,7 @@
{{ _('Diversity can be measured in a lot of different ways. We measure it by first taking the DNA sequences from your sample and figuring out which Bacteria and Archaea they may have come from. This produces a good estimate of how many of each kind of microbe you have. The measure we use, called Shannon\'s index, takes into account how many different kinds of microbes make up your gut community (also known as richness) and how relatively abundant each of those microbes are (also known as evenness).') }}
- {{ _('This number isn\'t exact for many reasons. However, because it\'s calculated in the same way for every sample in our dataset, it provides insight into how your microbial diversity compares to others\'. For example, the average diversity value in the Microsetta dataset is FILLIN, which is lower than we find in people living a more hunter-gatherer lifestyle like the Hadza people of Tanzania, who have an average value of FILLIN. ') }}
+ {{ _('This number isn\'t exact for many reasons. However, because it\'s calculated in the same way for every sample in our dataset, it provides insight into how your microbial diversity compares to others\'. For example, the average diversity value for people living in the US in our dataset is FILLIN, which is lower than we find in people living a more hunter-gatherer lifestyle like the Hadza people of Tanzania, who have an average value of FILLIN. ') }}
{{ _('What does this number mean for my health?') }}