Skip to content

Latest commit

 

History

History
99 lines (52 loc) · 4.93 KB

README.md

File metadata and controls

99 lines (52 loc) · 4.93 KB

GrowthCharts

interactive tool for visualizing growth curves


GrowthCharts Shiny app is an interactive tool to visualize and analyze growth curves of individuals by comparing their growth data to official growth standards. The app takes an input data file containing growth measurements (details in section Input) for people of interest and generates personalized growth curves. It calculates the percentiles for each measurement, allowing users to assess how individuals' growth compares to the general population.

The app is particularly useful for parents looking to track and understand growth patterns in their children, monitor development, or assess any deviations from expected standards.


Key Features

  • upload your own measurements
  • growth curve visualization
  • percentile calculation
  • interactive Interface

Input

The input data should follow the template structure. The template is located in: (data/measurements_template.xlsx).


Data source

WHO

WHO standard for each feature was downloaded for the two age ranges (age 0-5, age 5-19), merged, and saved as .csv file.


WHO.Female.BMI.csv


WHO.Female.Head.csv


WHO.Female.Height.csv


WHO.Female.Weight.csv


WHO.Male.BMI.csv


WHO.Male.Head.csv


WHO.Male.Height.csv


WHO.Male.Weight.csv


WHO instructions