IDS Urinary CTX-II biomarker for knee osteoarthritis
Products are for professional/laboratory use only.
Early diagnosis of knee osteoarthritis (OA) remains a diagnostic challenge.
Urinary C-terminal crosslinked telopeptide of type II collagen (urinary CTX-II) is one of the potential OA biomarkers.
Arunrukthavon et al1., study published at Arthroplasty in 2020 concluded that
- Patients with knee OA had higher urinary CTX-II levels than healthy controls (Figure).
- Levels of urinary CTX-II were independently correlated with radiographic severity of knee OA.
- Age, gender, and patient-reported outcomes exerted no effect on the urinary CTX-II levels.
Comparison of the levels of urinary CTX-II between knee OA patients and controls:
Reference:
- Piti Arunrukthavon, Danai Heebthamai, Prapasri Benchasiriluck, Supinda Chaluay, Thanainit Chotanaphuti, Saradej Khuangsirikul. Can urinary CTX-II be a biomarker for knee osteoarthritis? Arthroplasty. 2020; 2(1):6. doi: 10.1186/s42836-020-0024-2.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });