Fetal Growth Percentile Software: a software to calculate estimated fetal weight percentiles for six standards. See publication:
Bhatti G, Romero R, Cherukuri K, Gudicha DW, Kavdia M, Yeo L, Tarca AL.
Am J Obstet Gynecol. 2020 Feb 14. pii: S0002-9378(20)30144-7. doi: 10.1016/j.ajog.2020.02.006.
The following tools to calculate fetal growth precentiles are available:
FetalGPSX: Excel based calculator (up to 20 observations) that displays fetal weight observations on the chart.
FetalGPSXL: Excel based bulk calculator (up to 10,000 observations).
FetalGPSR: This is an R package that can be installed and used using the R commands below:
library(devtools)
install_github(“dw1227/FetalGPSR”)
library(FetalGPSR )
Then type ?FetalGPS for help on how to use the function.