How well does a new food additive my glucose spikes?
Author
Richard Sprague
Published
June 7, 2023
JBA GlucoTrojan is a powdered version of Reducose that comes in small packets (about $1 each) that you add to a drink before eating. It supposedly reduces glucose spikes, and as part of a trial with Tastermonial, I’ve been testing it to see how well it works for me.
GlucoTrojan uses a proprietary extract that reduces the way the body processes glucose
I did two tests using a high-carb meal made of rice and bone broth from A Dozen Cousins.
A Dozen Cousins makes this handy microwavable rice packet
One two separate mornings on an empty stomach, I drank a glass of water mixed with GlucoTrojan powder and then I ate the entire rice packet. Then I used my open source cgrmr package to do this analysis.
Code
foodname ="Rice Bone Broth"food_results_a <- cgmr::food_times_df(cgm_data = taster, foodname=foodname)food_results_a[food_results_a$meal=="1234-6/3-Rice Bone Broth","meal"] <-"Rice"food_results_a[food_results_a$meal=="1234-6/5-Rice Bone Broth","meal"] <-"Rice w/ GlycoTrojan"cgmr::plot_food(food_results_a, foodname = foodname) + psi_theme