Skip to content

Create an interactive dashboard to analyse Belly Button biodiversity dataset.

Notifications You must be signed in to change notification settings

helenamin/Belly-Button-Biodiversity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Belly Button Biodiversity

Bacteria by filterforge.com

Table of Contents

Introduction

This project is about building 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.

Structure

 

Belly-Button-Biodiversity                           
|     |__ Images                           # images used in project
|     |__ data
|     |    |__ sample.json                 # dataset          
|     |__static/                                             
|            |__ js                                
|                 |__ app.js               # js files for webpage
|
|__index.html                               
|__ .gitignore  
|__ README.md                               # read me file

                   

Design

For this purpose, D3 library is used to read in samples.json. and then these items added to the page:

  1. A dropdown menu which filters each subject ID (person) in the page.

  2. A demographic information section which is designed to show the key-value pairs from the sample meta data of JSON object for each sunject ID(individual).

demographic information section photo

  1. Horizontal bar chart to display the top 10 OTUs found in that individual and uses :
  • sample_values as the values
  • otu_ids as the labels
  • otu_labels as the hovertext

bar Chart

  1. A bubble chart which uses:
  • 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

Bubble Chart

  1. A donut chart with a needle which acts similar to a guage chart to display the weekly washing frequency of the individual.

Weekly Washing Frequency Gauge

By choosing a new sample from dropdown list, the demographic information section and all of the plots get updated.

Deployed_Site

And finally this is how the dashboard looks like:

Dashboard

Datasets

# Source Link
1 Belly Button Biodiversity study at Public Science website http://robdunnlab.com/projects/belly-button-biodiversity/

Technology

Tools

Contributors

About

Create an interactive dashboard to analyse Belly Button biodiversity dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published