plotly-challenge

Unit 14 Homework: Belly Button Biodiversity

In this assignment, you will build an interactive dashboard 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.

Instructions

Complete the following steps:

  1. Use the D3 library to read in samples.json from the URL https://2u-data-curriculum-team.s3.amazonaws.com/dataviz-classroom/v1.1/14-Interactive-Web-Visualizations/02-Homework/samples.json.

  2. Create a horizontal bar chart with a dropdown menu to display the top 10 OTUs found in that individual.

hw01

  1. Create a bubble chart that displays each sample.

bubble_chart

  1. Display the sample metadata, i.e., an individual’s demographic information.

  2. Display each key-value pair from the metadata JSON object somewhere on the page.

hw03

  1. Update all the plots when a new sample is selected. Additionally, you are welcome to create any layout that you would like for your dashboard. An example dashboard is shown below:

hw02-2

  1. Deploy your app to a free static page hosting service, such as GitHub Pages. Submit the links to your deployment and your GitHub repo. Ensure that your repository has regular commits and a thorough README.md file

Advanced Challenge Assignment (Optional)

The following task is advanced and therefore optional.

Hints

Rubric

Unit 14 Homework Rubric


References

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/


© 2022 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.