/plotly-challenge

Used HTML, CSS, Java, Bootstrap and Plotly to create an interactive dashboard analyzing bellybutton biodiversity.

Primary LanguageJavaScript

plotly-challenge

Belly Button Biodiversity Dashboard

Created by Celeste Muniz - Lithgow

Table of Contents

belly button truth

Objective

In this assignment, I built an interactive dashboard to explore the Belly Button Biodiversity dataset, which catalogs the microbes that colonize human navels.

It's a dirty job, but somebody's got to do it.

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 dataset:

Steps

  1. I populated a dropdown menu with all of the Sample ID's. When an option is selected, this will update all of the charts.

  1. I created a horizontal bar chart to display the top 10 OTUs found in selected individual.

horizontal bar

  1. I created a bubble chart that displays each sample.

bubble

  1. BONUS Challenge: I created a gauge chart to plot the weekly belly button washing frequency of the selected individual.

gauge

Github Deployment

I deployed my page to GitHub pages:

https://celeste1030.github.io/plotly-challenge/

Technologies

Plot.ly

JavaScript

HTML

Bootstrap