In this project, an interactive dashboard was built to explore the Belly Button Biodiversity Dataset, which catalogs the microbes that colonize human navels. The dataset reveals that a small handful of microbial species (also called operational taxonomic units, or OTUs, in the study) were present in more than 70% of people, while the rest were relatively rare.
The belly button is one of the habitats closest to us, and yet it remains relatively unexplored. In January 2011, we launched Belly Button Biodiversity to investigate the microbes inhabiting our navels, and the factors that might influence the microscopic life calling this protected, moist patch of skin home. In addition to inspiring scientific curiosity, Belly Button Biodiversity inspired conversations about the beneficial roles microbes play in our daily lives.
Source:The Public Science Lab
Use the interactive charts below to explore the dataset. Select a test subject ID number in a dropdown menu to see the relative sample results.
In this task samples.json
file was read by using the D3 library, and a horizontal bar chart with a dropdown menu was created, and displayed on the top 10 OTUs found in that individual. The appropriate values(sample_values
), lables(otu_ids
),and hover text(otu_labels
) assigned to the bar chart.
A bubble chart was created on the following values
otu_ids
for the x values.sample_values
for the y values.sample_values
for the marker size.otu_ids
for the marker colors.otu_labels
for the text values.
A box is created to display an individual's demographic information from the sample metadata.
A Gauge Chart was created to plot the weekly washing frequency of the individual.
The dashboard looks as follows:
This app is deployed public on GitHub page, click the following link to see how it looks like Belly Button Biodiversity Dashboard.
Hulcr, J. et al.(2012) A Jungle in There: Bacteria in Belly Buttons are Highly Diverse, but Predictable. Retrieved from: http://robdunnlab.com/projects/belly-button-biodiversity/results-and-data/
© 2020 Trilogy Education Services