

<!DOCTYPE html>

<html lang="en-US">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=Edge">

  <link rel="stylesheet" href="/assets/css/just-the-docs-default.css">

  <link rel="stylesheet" href="/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">

  <style id="jtd-nav-activation">
  
    .site-nav ul li a {
      background-image: none;
    }

  </style>

  

  
    <script src="/assets/js/vendor/lunr.min.js"></script>
  

  <script src="/assets/js/just-the-docs.js"></script>

  <meta name="viewport" content="width=device-width, initial-scale=1">

  



  <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>VH Biomarker Reference Guide | Voloridge Health Biomarker Reference Guide</title>
<meta name="generator" content="Jekyll v4.4.1" />
<meta property="og:title" content="VH Biomarker Reference Guide" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Voloridge Health Biomarker Reference Guide" />
<meta property="og:description" content="Voloridge Health Biomarker Reference Guide" />
<link rel="canonical" href="https://biomarkers.volohealth.com/assets/css/just-the-docs-head-nav.css" />
<meta property="og:url" content="https://biomarkers.volohealth.com/assets/css/just-the-docs-head-nav.css" />
<meta property="og:site_name" content="VH Biomarker Reference Guide" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="VH Biomarker Reference Guide" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Voloridge Health Biomarker Reference Guide","headline":"VH Biomarker Reference Guide","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://biomarkers.volohealth.com/assets/images/logo.png"}},"url":"https://biomarkers.volohealth.com/assets/css/just-the-docs-head-nav.css"}</script>
<!-- End Jekyll SEO tag -->


  <script>
  (function () {
    // Prod-only: bail out on any non-production hostname (dev/uat/localhost).
    if (window.location.hostname !== "biomarkers.volohealth.com") return;

    var API_KEY = "b1c7e5e2a4000d488c5a6e2d751702b5";

    // Page context injected from Jekyll, used by the custom events below.
    var PAGE = {
      isBiomarker: false,
      biomarker: "",
      isDisease: false,
      disease: "",
      path: "/assets/css/just-the-docs-head-nav.css"
    };

    // Queue events fired before the SDK finishes loading; flushed on init.
    var pending = [];
    function track() {
      if (window.amplitude && typeof window.amplitude.track === "function") {
        window.amplitude.track.apply(window.amplitude, arguments);
      } else {
        pending.push(arguments);
      }
    }

    var loader = document.createElement("script");
    loader.src = "https://cdn.amplitude.com/script/" + API_KEY + ".js";
    loader.async = true;
    loader.onload = function () {
      window.amplitude.init(API_KEY, {
        // Pull event/autocapture settings from the Amplitude UI when available.
        fetchRemoteConfig: true,
        // Autocapture: page views, sessions, clicks, forms, downloads, attribution.
        autocapture: {
          attribution: true,
          pageViews: true,
          sessions: true,
          formInteractions: true,
          fileDownloads: true,
          elementInteractions: true
        }
      });

      // Custom: biomarker page viewed, tagged with the biomarker name.
      if (PAGE.isBiomarker) {
        window.amplitude.track("Biomarker Page Viewed", {
          biomarker: PAGE.biomarker,
          path: PAGE.path
        });
      }

      // Custom: disease / health-domain page viewed, tagged with its name.
      if (PAGE.isDisease) {
        window.amplitude.track("Disease Page Viewed", {
          disease: PAGE.disease,
          path: PAGE.path
        });
      }

      // Flush anything queued before the SDK was ready (e.g. an early search).
      while (pending.length) {
        window.amplitude.track.apply(window.amplitude, pending.shift());
      }
    };
    document.head.appendChild(loader);

    // Custom: search usage on the just-the-docs search box.
    document.addEventListener("DOMContentLoaded", function () {
      var input = document.getElementById("search-input");
      if (input) {
        var timer = null;
        var lastTracked = "";
        input.addEventListener("input", function () {
          var q = input.value.trim();
          if (timer) { clearTimeout(timer); }
          if (q.length < 2) { return; }
          // Debounce so we log the settled query, not every keystroke.
          timer = setTimeout(function () {
            if (q === lastTracked) { return; }
            lastTracked = q;
            track("Search Performed", { query: q, query_length: q.length });
          }, 800);
        });
      }

      var results = document.getElementById("search-results");
      if (results) {
        results.addEventListener("click", function (e) {
          var link = e.target.closest("a");
          if (!link) { return; }
          track("Search Result Clicked", {
            query: input ? input.value.trim() : "",
            result_href: link.getAttribute("href"),
            result_title: (link.textContent || "").trim().slice(0, 120)
          });
        });
      }
    });
  })();
</script>

</head>

<body>
  <a class="skip-to-main" href="#main-content">Skip to main content</a>
  <svg xmlns="http://www.w3.org/2000/svg" class="d-none">
  <symbol id="svg-link" viewBox="0 0 24 24">
  <title>Link</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link">
    <path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path>
  </svg>
</symbol>

  <symbol id="svg-menu" viewBox="0 0 24 24">
  <title>Menu</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
    <line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line>
  </svg>
</symbol>

  <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  <title>Expand</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
    <polyline points="9 18 15 12 9 6"></polyline>
  </svg>
</symbol>

  <!-- Feather. MIT License: https://github.com/feathericons/feather/blob/master/LICENSE -->
<symbol id="svg-external-link" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link">
  <title id="svg-external-link-title">(external link)</title>
  <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>
</symbol>

  
    <symbol id="svg-doc" viewBox="0 0 24 24">
  <title>Document</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file">
    <path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"></path><polyline points="13 2 13 9 20 9"></polyline>
  </svg>
</symbol>

    <symbol id="svg-search" viewBox="0 0 24 24">
  <title>Search</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
    <circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line>
  </svg>
</symbol>

  
  
    <!-- Bootstrap Icons. MIT License: https://github.com/twbs/icons/blob/main/LICENSE.md -->
<symbol id="svg-copy" viewBox="0 0 16 16">
  <title>Copy</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard" viewBox="0 0 16 16">
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/>
    <path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>
  </svg>
</symbol>
<symbol id="svg-copied" viewBox="0 0 16 16">
  <title>Copied</title>
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-clipboard-check-fill" viewBox="0 0 16 16">
    <path d="M6.5 0A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3Zm3 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3Z"/>
    <path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1A2.5 2.5 0 0 1 9.5 5h-3A2.5 2.5 0 0 1 4 2.5v-1Zm6.854 7.354-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708Z"/>
  </svg>
</symbol>

  
</svg>

  
    <div class="side-bar">
  <div class="site-header" role="banner">
    <a href="/" class="site-title lh-tight">
  <div class="site-logo" role="img" aria-label="VH Biomarker Reference Guide"></div>

</a>
    <button id="menu-button" class="site-button btn-reset" aria-label="Toggle menu" aria-pressed="false">
      <svg viewBox="0 0 24 24" class="icon" aria-hidden="true"><use xlink:href="#svg-menu"></use></svg>
    </button>
  </div>

  <nav aria-label="Main" id="site-nav" class="site-nav">
  
  
    <ul class="nav-list"><li class="nav-list-item"><a href="/" class="nav-list-link">Home</a></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Most Predictive Biomarkers by Health Domain category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/disease/" class="nav-list-link">Most Predictive Biomarkers by Health Domain</a><ul class="nav-list"><li class="nav-list-item"><a href="/disease/mace/" class="nav-list-link">Cardiovascular Health</a></li><li class="nav-list-item"><a href="/disease/renal/" class="nav-list-link">Kidney Health</a></li><li class="nav-list-item"><a href="/disease/diabetes/" class="nav-list-link">Metabolic Health</a></li><li class="nav-list-item"><a href="/disease/dementia/" class="nav-list-link">Brain Health</a></li><li class="nav-list-item"><a href="/disease/inflammation/" class="nav-list-link">Inflammation Health</a></li><li class="nav-list-item"><a href="/disease/longevity/" class="nav-list-link">Longevity Health</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Biomarker Risk Multipliers category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/" class="nav-list-link">Biomarker Risk Multipliers</a><ul class="nav-list"><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Physical/Vitals category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/basic/" class="nav-list-link">Physical/Vitals</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/Smoke_Pack_Yrs/" class="nav-list-link">Smoking History (Pack-Years)</a></li><li class="nav-list-item"><a href="/biomarker/bmi/" class="nav-list-link">Body Mass Index (BMI)</a></li><li class="nav-list-item"><a href="/biomarker/systolic_blood_pressure/" class="nav-list-link">Systolic Blood Pressure</a></li><li class="nav-list-item"><a href="/biomarker/resting_heartrate/" class="nav-list-link">Resting Heart Rate</a></li><li class="nav-list-item"><a href="/biomarker/waist_circumference/" class="nav-list-link">Waist Circumference</a></li><li class="nav-list-item"><a href="/biomarker/body_fat_percentage/" class="nav-list-link">Body Fat Percentage</a></li><li class="nav-list-item"><a href="/biomarker/grip_strength/" class="nav-list-link">Hand Grip Strength</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Metabolic Panel category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/cmp/" class="nav-list-link">Metabolic Panel</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/ast_alt_ratio/" class="nav-list-link">AST/ALT Ratio</a></li><li class="nav-list-item"><a href="/biomarker/creatinine/" class="nav-list-link">Creatinine</a></li><li class="nav-list-item"><a href="/biomarker/hemoglobin_a1c/" class="nav-list-link">Hemoglobin A1c (HbA1c)</a></li><li class="nav-list-item"><a href="/biomarker/urate/" class="nav-list-link">Uric Acid (Urate)</a></li><li class="nav-list-item"><a href="/biomarker/urea/" class="nav-list-link">Urea</a></li><li class="nav-list-item"><a href="/biomarker/glucose/" class="nav-list-link">Blood Glucose</a></li><li class="nav-list-item"><a href="/biomarker/alt/" class="nav-list-link">Alanine Aminotransferase (ALT)</a></li><li class="nav-list-item"><a href="/biomarker/ast/" class="nav-list-link">Aspartate Aminotransferase (AST)</a></li><li class="nav-list-item"><a href="/biomarker/alp/" class="nav-list-link">Alkaline Phosphatase (ALP)</a></li><li class="nav-list-item"><a href="/biomarker/ggt/" class="nav-list-link">Gamma-Glutamyl Transferase (GGT)</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in CBC (Complete Blood Counts) category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/cbc/" class="nav-list-link">CBC (Complete Blood Counts)</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/wbc/" class="nav-list-link">White Blood Cell Count</a></li><li class="nav-list-item"><a href="/biomarker/hemoglobin/" class="nav-list-link">Hemoglobin</a></li><li class="nav-list-item"><a href="/biomarker/hematocrit/" class="nav-list-link">Hematocrit</a></li><li class="nav-list-item"><a href="/biomarker/mcv/" class="nav-list-link">Mean Corpuscular Volume (MCV)</a></li><li class="nav-list-item"><a href="/biomarker/rbc/" class="nav-list-link">Red Blood Cell Count</a></li><li class="nav-list-item"><a href="/biomarker/rdw/" class="nav-list-link">Red Cell Distribution Width (RDW)</a></li><li class="nav-list-item"><a href="/biomarker/neutrophils/" class="nav-list-link">Neutrophil Count</a></li><li class="nav-list-item"><a href="/biomarker/lymphocytes/" class="nav-list-link">Lymphocyte Count</a></li><li class="nav-list-item"><a href="/biomarker/monocytes/" class="nav-list-link">Monocyte Count</a></li><li class="nav-list-item"><a href="/biomarker/eosinophils/" class="nav-list-link">Eosinophil Count</a></li><li class="nav-list-item"><a href="/biomarker/lymphocyte_percentage/" class="nav-list-link">Lymphocyte Percentage</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Lipids category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/lipid/" class="nav-list-link">Lipids</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/hdl/" class="nav-list-link">HDL Cholesterol</a></li><li class="nav-list-item"><a href="/biomarker/ldl/" class="nav-list-link">LDL Cholesterol</a></li><li class="nav-list-item"><a href="/biomarker/triglycerides/" class="nav-list-link">Triglycerides</a></li><li class="nav-list-item"><a href="/biomarker/apob/" class="nav-list-link">Apolipoprotein B (ApoB)</a></li><li class="nav-list-item"><a href="/biomarker/lar/" class="nav-list-link">LDL-to-ApoB Ratio</a></li><li class="nav-list-item"><a href="/biomarker/lpa/" class="nav-list-link">Lipoprotein(a)</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Advanced Biomarkers category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/adv/" class="nav-list-link">Advanced Biomarkers</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/crp/" class="nav-list-link">C-Reactive Protein (CRP)</a></li><li class="nav-list-item"><a href="/biomarker/cystatin_c/" class="nav-list-link">Cystatin C</a></li><li class="nav-list-item"><a href="/biomarker/igf1/" class="nav-list-link">IGF1</a></li><li class="nav-list-item"><a href="/biomarker/shbg/" class="nav-list-link">Sex Hormone-Binding Globulin (SHBG)</a></li><li class="nav-list-item"><a href="/biomarker/testosterone/" class="nav-list-link">Testosterone</a></li><li class="nav-list-item"><a href="/biomarker/vitamin_d/" class="nav-list-link">Vitamin D Level</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Lifestyle category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/life/" class="nav-list-link">Lifestyle</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/beef_intake/" class="nav-list-link">Beef Consumption</a></li><li class="nav-list-item"><a href="/biomarker/beer_cider_intake/" class="nav-list-link">Beer/Cider Consumption</a></li><li class="nav-list-item"><a href="/biomarker/champagne_white_wine_intake/" class="nav-list-link">Champagne/White Wine Consumption</a></li><li class="nav-list-item"><a href="/biomarker/cheese_intake/" class="nav-list-link">Cheese Consumption</a></li><li class="nav-list-item"><a href="/biomarker/poultry_intake/" class="nav-list-link">Poultry Consumption</a></li><li class="nav-list-item"><a href="/biomarker/red_wine_intake/" class="nav-list-link">Red Wine Consumption</a></li><li class="nav-list-item"><a href="/biomarker/salt_added_to_food/" class="nav-list-link">Salt Added to Food</a></li><li class="nav-list-item"><a href="/biomarker/spirits_intake/" class="nav-list-link">Spirits Consumption</a></li><li class="nav-list-item"><a href="/biomarker/water_intake/" class="nav-list-link">Water Intake</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Metabolites category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/meta/" class="nav-list-link">Metabolites</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/bcaas/" class="nav-list-link">Branched-Chain Amino Acids (BCAAs)</a></li><li class="nav-list-item"><a href="/biomarker/glutamine/" class="nav-list-link">Glutamine</a></li><li class="nav-list-item"><a href="/biomarker/glycine/" class="nav-list-link">Glycine</a></li><li class="nav-list-item"><a href="/biomarker/histidine/" class="nav-list-link">Histidine</a></li><li class="nav-list-item"><a href="/biomarker/leucine/" class="nav-list-link">Leucine</a></li><li class="nav-list-item"><a href="/biomarker/monounsaturated_fatty_acids/" class="nav-list-link">Monounsaturated Fatty Acids</a></li><li class="nav-list-item"><a href="/biomarker/omega_3_fatty_acids/" class="nav-list-link">Omega-3 Fatty Acids</a></li><li class="nav-list-item"><a href="/biomarker/omega_6_fatty_acids/" class="nav-list-link">Omega-6 Fatty Acids</a></li><li class="nav-list-item"><a href="/biomarker/omega_6_to_omega_3_ratio/" class="nav-list-link">Omega-6 to Omega-3 Ratio</a></li><li class="nav-list-item"><a href="/biomarker/phenylalanine/" class="nav-list-link">Phenylalanine</a></li><li class="nav-list-item"><a href="/biomarker/polyunsaturated_fatty_acids/" class="nav-list-link">Polyunsaturated Fatty Acids</a></li><li class="nav-list-item"><a href="/biomarker/saturated_fatty_acids/" class="nav-list-link">Saturated Fatty Acids</a></li><li class="nav-list-item"><a href="/biomarker/total_fatty_acids/" class="nav-list-link">Total Fatty Acids</a></li><li class="nav-list-item"><a href="/biomarker/tyrosine/" class="nav-list-link">Tyrosine</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Proteins category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/prot/" class="nav-list-link">Proteins</a><ul class="nav-list"><li class="nav-list-item"><a href="/biomarker/acy1/" class="nav-list-link">ACY1</a></li><li class="nav-list-item"><a href="/biomarker/alpp/" class="nav-list-link">ALPP</a></li><li class="nav-list-item"><a href="/biomarker/apoe/" class="nav-list-link">APOE</a></li><li class="nav-list-item"><a href="/biomarker/cxcl17/" class="nav-list-link">CXCL17</a></li><li class="nav-list-item"><a href="/biomarker/eda2r/" class="nav-list-link">EDA2R</a></li><li class="nav-list-item"><a href="/biomarker/efna4/" class="nav-list-link">EFNA4</a></li><li class="nav-list-item"><a href="/biomarker/gdf15/" class="nav-list-link">GDF15</a></li><li class="nav-list-item"><a href="/biomarker/gfap/" class="nav-list-link">GFAP</a></li><li class="nav-list-item"><a href="/biomarker/igfbp4/" class="nav-list-link">IGFBP4</a></li><li class="nav-list-item"><a href="/biomarker/igsf3/" class="nav-list-link">IGSF3</a></li><li class="nav-list-item"><a href="/biomarker/igsf9/" class="nav-list-link">IGSF9</a></li><li class="nav-list-item"><a href="/biomarker/krt18/" class="nav-list-link">KRT18</a></li><li class="nav-list-item"><a href="/biomarker/nefl/" class="nav-list-link">NEFL</a></li><li class="nav-list-item"><a href="/biomarker/plaur/" class="nav-list-link">PLAUR</a></li><li class="nav-list-item"><a href="/biomarker/tnfrsf10b/" class="nav-list-link">TNFRSF10B</a></li><li class="nav-list-item"><a href="/biomarker/wfdc2/" class="nav-list-link">WFDC2</a></li></ul></li><li class="nav-list-item"><button class="nav-list-expander btn-reset" aria-label="toggle items in Nutraceuticals category" aria-pressed="false">
        <svg viewBox="0 0 24 24" aria-hidden="true"><use xlink:href="#svg-arrow-right"></use></svg>
      </button><a href="/biomarker/nutra/" class="nav-list-link">Nutraceuticals</a><ul class="nav-list"></ul></li></ul></li><li class="nav-list-item"><a href="/summary/" class="nav-list-link">Biomarker Correlation Summary</a></li><li class="nav-list-item"><a href="/findings/" class="nav-list-link">Early Findings</a></li><li class="nav-list-item"><a href="/about/" class="nav-list-link">About Us</a></li></ul>
  
</nav>




  
  
    <footer class="site-footer">
      This site uses <a href="https://github.com/just-the-docs/just-the-docs">Just the Docs</a>, a documentation theme for Jekyll.
    </footer>
  
</div>

  
  <div class="main" id="top">
    <div id="main-header" class="main-header">
  
    

<div class="search" role="search">
  <div class="search-input-wrap">
    <input type="text" id="search-input" class="search-input" tabindex="0" placeholder="Search VH Biomarker Reference Guide" aria-label="Search VH Biomarker Reference Guide" autocomplete="off">
    <label for="search-input" class="search-label"><svg viewBox="0 0 24 24" class="search-icon"><use xlink:href="#svg-search"></use></svg></label>
  </div>
  <div id="search-results" class="search-results"></div>
</div>

  
  
  
</div>

    <div class="main-content-wrap">
      
      <div id="main-content" class="main-content">
        <main>
          
            <h.site-nav ul li a {
  background-image: linear-gradient(-90deg, rgb(234.8, 236.82, 244.9) 0%, rgba(234.8, 236.82, 244.9, 0.8) 80%, rgba(234.8, 236.82, 244.9, 0) 100%);
}

          

          
            
          <hr>
          <p><sub>© 2026 Volo Health, LLC. All rights reserved. VOLO™ is a trademark of Volo Health, LLC. All other trademarks, service marks, trade names, and logos are the property of their respective owners.</sub></p></main>
        


      </div>
    </div>
    
      

<div class="search-overlay"></div>

    
  </div>

  <script>
    (function () {
      var main = document.querySelector(".main-content main") || document.querySelector("main");
      if (!main) { return; }

      // The child-nav TOC heading (just-the-docs renders it as h2.text-delta).
      var tocHeading = null;
      var headings = main.querySelectorAll("h2.text-delta");
      for (var i = 0; i < headings.length; i++) {
        if (/table of contents/i.test(headings[i].textContent || "")) { tocHeading = headings[i]; break; }
      }
      if (!tocHeading) { return; }

      // The footnotes section starts at the first footnote anchor (<a name="ftn...">).
      var footnoteAnchor = main.querySelector('a[name^="ftn"]');
      if (!footnoteAnchor) { return; } // no footnotes: leave the TOC where it is
      var footnoteBlock = footnoteAnchor.closest("p, div, section") || footnoteAnchor;

      // The TOC block begins at the <hr> just before its heading, if present.
      var start = tocHeading;
      if (tocHeading.previousElementSibling && tocHeading.previousElementSibling.tagName === "HR") {
        start = tocHeading.previousElementSibling;
      }

      // Collect just the TOC block (hr, heading, list) — stop after the list
      // so any trailing content (e.g. the site-wide footer) stays in place.
      var nodes = [];
      for (var n = start; n; n = n.nextSibling) {
        nodes.push(n);
        if (n.nodeType === 1 && n.tagName === "UL") { break; }
      }
      nodes.forEach(function (node) { main.insertBefore(node, footnoteBlock); });
    })();
  </script>
</body>
</html>

