An interactive dashboard was designed to explore the Belly Button Biodiversity dataset, which catalogs the microbes that colonize human navels.
Languages and libraries used:
- Javascript
- Plotly
- D3
- HTML
- CSS
The final app can be viewed at: https://klharp.github.io/plotly-challenge/
-
Used the D3 library to read in the provided
samples.json
. -
Occupied the dropdown menu to allow for selection individual samples to see the data. Sample 940 is the default.
-
Created a horizontal bar chart to display the top 10 OTUs found in each individual sample.
-
Created a bubble chart that displays each sample's values by OTU ID.
-
Displayed the sample metadata as key-value pairs.
Added a gauge to show the weekly washing frequency of the selected sample.