***HOMA-IR Approximates Average Blood Insulin Resistance in Console Example Demo for TCL*** This page is under development. Comments are welcome, but please load any comments in the comments section at the bottom of the page. Please include your wiki MONIKER and date in your comment with the same courtesy that I will give you. Aside from your courtesy, your wiki MONIKER and date as a signature and minimal good faith of any internet post are the rules of this TCL-WIKI. Its very hard to reply reasonably without some background of the correspondent on his WIKI bio page. Thanks, [gold] 20Aug2020 ---- <> ***Preface*** [gold] 1sep2021 Here are some calculations for converting HOMA-IR measurement from average blood glucose mg/dl over a 3 month period. Table is in US Units for Blood Glucose etc. Console program outputs data as table in TCL table format and comma delimited spreadsheet. ---- ***Introduction*** Here are TCL calculations on the equation converting HOMO-IR from Average Blood Glucose mg/dl. HOMA-IR (Homeostatic Model Assessment of Insulin Resistance) is an indirect measurement that tells you and your doctor how much insulin your pancreas needs to make to control your blood sugar levels. the formula is '''HOMA_IR = expr { $insulin * $glucose } '''. $scale_factor is '''(1/405.)'''. Example calculation as '''HOMA_IR = expr { $insulin * $glucose * $scale_factor }, expr { 4 * 100 * $scale_factor }, rounds to 1.0 '''. Console program example demo was written on Windows 10, working under TCL version 8.6 Table is in US Units for Blood Glucose etc. As a peg point, 5 HbA1c units converts to 100 mg/dl abbreviation for milligrams per deciliter. Note. This Diabetes Care field is rapidly changing, one needs to check in at ADA professional.diabetes.org for the latest up to date info. ---- European SI units as best understood. The HOMA-IR calculations here requires U.S. standard units. ====== To convert component terms ( $insulin & $glucose) from international S.I. units: Insulin: pmol/L to uIU/mL, divide by (÷) 6 Glucose: mmol/L to mg/dL, multiply by (x) 18 ====== ---- ***References:*** ---- * Wikipedia search engine < diabetes insulin resistance > * Wikipedia search engine < Richard K. Bernstein > * Wikipedia search engine < Programming Examples > * Google search engine < vaporware > * Google search engine < Blood Glucose insulin resistance > * Book >> The Diabetes Code: Prevent and Reverse Type 2 Diabetes Naturally * [One Liners Programs Pie in the Sky] * [One Liners] * One Liners Programs Compendium [https://wiki.tcl-lang.org/page/One+Liners+Programs+Compendium++and+TCL+demo+examples+calculations%2C+numerical+analysis] * WIKI BOOKS, Programming_Examples pdf * WIKI BOOKS, Tcl_Programming_Introduction pdf * google search engine < HgA1c to Average Blood Glucose> * How Do You Calculate Your A1c? diabetestalk.net * BLOOD SUGAR HOW DO YOU CALCULATE YOUR A1C? DEC 5, 2017 * [table] * The Diabetes Code: Prevent and Reverse Type 2 Diabetes Naturally * 2018 · 4.88 MB by Dr Jason Fung * Dr. Bernstein's Diabetes Solution: The Complete Guide to Achieving Normal Blood Sugars * 2007 by Richard K. Bernstein * care.diabetesjournals.org 2012 * Measurement of Hemoglobin A1c , Diabetes Care * labs.selfdecode.com/blog/homa-ir * A new twist on the path to harmony * David B. Sacks, December 2012, full pdf available from ADA * Translating the A1C Assay pdf, Richard Kahn and Vivian Fonseca, Diabetes Care, 2008 * see ADA professional.diabetes.org diapro glucose_calc for up to date * see ADA professional.diabetes.org for up to date * Use of HOMA-IR to diagnose non-alcoholic fatty liver disease, pubmed search < HOMO-IR > * Non-Alcoholic Fatty Liver Disease in Children, pubmed search < HOMO-IR > * pubmed search < HOMO-IR children> * Insulin resistance index (HOMA-IR) in the differentiation of patients with non-alcoholic fatty liver disease ---- ADA Quotes. Therefore, to change glucose from mg/dL to mmol/L, one divides by 18.016 (usually rounded off to 18), and values are multiplied by 18 to switch from mmol/L to mg/dL. For example, 126 mg/dL is equivalent to 7.0 mmol/L, and 40 mg/dL is 2.2 mmol/L. ---- * Developing an HbA1c-Based Equation to Estimate Blood Glucose in Maintenance Hemodialysis Patients * Junichi Hoshino, MD, MPH1,2,3, Miklos Z. Molnar, MD, PHD1, * September 2020 ---- ADA Quotes. Developing an HbA1c-Based Equation to Estimate Blood Glucose in Maintenance Hemodialysis Patients,2013. Some equations showing a good correlation between HbA1c and average BG (AG) levels.The Diabetes Control and Complications Trial [DCCT] formula is Average Blood Glucose = expr { 35.6 * HbA1c − 77.3} < in milligrams per deciliter>. ---- ---- ---- ---- ****Appendix TCL programs and scripts **** **** Pretty Print Version*** ---- ====== ====== ---- **Hidden Comments Section** <> Please include your wiki MONIKER and date in your comment with the same courtesy that I will give you. Thanks, [gold] 12Aug2020 x ---- <> Numerical Analysis | Toys | Calculator | Mathematics| Example| Toys and Games | Games | Application | GUI ---- <> Development | Concept| Algorithm | Biology