Created
September 16, 2025 02:11
-
-
Save Davis-3450/2ef72e39a152bb99b7ca6b84a647c98f to your computer and use it in GitHub Desktop.
hormone conversion factors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Universal | |
| - nmol/L -> pmol/L = 1000 | |
| - pmol/L -> nmol/L = 0.001 | |
| - ng/mL -> ng/dL = 100 | |
| - ng/dL -> ng/mL = 0.01 | |
| - ng/mL -> pg/mL = 1000 | |
| - pg/mL -> ng/mL = 0.001 | |
| ## Hormone specific | |
| [Estradiol] | |
| - pg/mL -> pmol/L = 3.671 | |
| - pmol/L -> pg/mL = 0.272447 | |
| [Testosterone] | |
| - ng/dL -> nmol/L = 0.0347 | |
| - nmol/L -> ng/dL = 28.8184438040 | |
| [Progesterone] | |
| - ng/mL -> nmol/L = 3.18 | |
| - nmol/L -> ng/mL = 0.3144654088 | |
| [Prolactin] | |
| - ng/mL -> pmol/L = 43.5 | |
| - pmol/L -> ng/mL = 0.0229885057 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment