Skip to main content

CA125

A useful cancer biomarker that aids in the diagnosis of ovarian cancer.

The CA125 test measures the amount of CA125 in the blood, which can assist in diagnosing ovarian cancer.





About Using Reagent

function setLanguage(lang) { const data = JSON.parse(document.getElementById(lang).textContent); document.querySelectorAll("[data-i18n]").forEach(el => { el.textContent = data[el.getAttribute("data-i18n")]; });