(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
This study explores how different genetic types of a rare disease, Usher syndrome (USH1, USH2, and USH4), are associated with specific patterns of hearing and vestibular (balance) dysfunction. Using a combination of audiological, vestibular, and balance assessments, the research aims to identify how these clinical features vary according to genetic subtype.
Why is it important?
Understanding genotype–phenotype relationships in Usher syndrome is crucial for: • Personalizing treatment like cochlear implantation or vestibular rehabilitation based on the patient's specific USH type. • Improving diagnostics, helping clinicians predict the severity of vestibular and auditory dysfunction. • Guiding genetic counseling by linking genetic findings with clinical outcomes. • Informing prognosis, especially in children, where early intervention can greatly impact quality of life and development. This research contributes to precision medicine in audiovestibular disorders and may enhance outcomes for individuals with Usher syndrome.