نتایج جستجو برای: hexosaminidase b

تعداد نتایج: 899988  

Journal: :The Journal of biological chemistry 2004
Michael B Tropak Stephen P Reid Marianne Guiral Stephen G Withers Don Mahuran

Tay-Sachs and Sandhoff diseases are lysosomal storage disorders that result from an inherited deficiency of beta-hexosaminidase A (alphabeta). Whereas the acute forms are associated with a total absence of hexosaminidase A and early death, the chronic adult forms exist with activity and protein levels of approximately 5%, and unaffected individuals have been found with only 10% of normal levels...

Journal: :Molecular therapy : the journal of the American Society of Gene Therapy 2012
M Begoña Cachón-González Susan Z Wang Rosamund McNair Josephine Bradley David Lunn Robin Ziegler Seng H Cheng Timothy M Cox

The GM2 gangliosidoses are fatal lysosomal storage diseases principally affecting the brain. Absence of β-hexosaminidase A and B activities in the Sandhoff mouse causes neurological dysfunction and recapitulates the acute Tay-Sachs (TSD) and Sandhoff diseases (SD) in infants. Intracranial coinjection of recombinant adeno-associated viral vectors (rAAV), serotype 2/1, expressing human β-hexosami...

Journal: :The Journal of clinical investigation 1990
K Neote B McInnes D J Mahuran R A Gravel

Sandhoff disease is a recessively inherited lysosomal storage disease resulting from a deficiency of beta-hexosaminidase activity. The enzyme occurs in two major forms, beta-hexosaminidase A, composed of an alpha- and beta-subunit and beta-hexosaminidase B, composed of two beta-subunits. Both isozyme activities are deficient in Sandhoff disease, owing to mutations of the HEXB gene encoding the ...

Journal: :iranian journal of child neurology 0
parvaneh karimzadeh 1. pediatric neurology research center, shahid beheshti university of medical sciences, tehran, iran narjes jafari 1. pediatric neurology research center, shahid beheshti university of medical sciences, tehran, iran habibeh nejad biglari 1. pediatric neurology research center, shahid beheshti university of medical sciences, tehran, iran sayena jabbeh dari 1. pediatric neurology research center, shahid beheshti university of medical sciences, tehran, iran farzad ahmad abadi 1. pediatric neurology research center, shahid beheshti university of medical sciences, tehran, iran mohammad-reza alaee 4. department of pediatric endocrinology, faculty of medicine, shahid beheshti university of medical sciences, tehran, iran

how to cite this article: karimzadeh p, jafari n, nejad biglari h, jabbeh dari s, ahmad abadi f, alaee mr, nemati h, saket s, tonekaboni sh, taghdiri mm, ghofrani m. gm2-gangliosidosis (sandhoff and tay sachs disease): diagnosis and neuroimaging findings (an iranian pediatric case series) iran j child neurol. 2014 summer;8(3): 55-60.   abstract objective gm2-gangliosidosis disease is a rare aut...

2004
Anders Isaksson

p-Hexosaminidase (EC 3.2.1.30) is markedly increased in human serum in liver disease, chronic alcoholism, and pregnancy. Knowledge of the clearance rate of plasma! serum #{237}3-hexosaminidase is n cessary to evaluate this increase. We studied the plasma clearance of p3-hexosaminidase isoenzymes (purified from human serum and placenta) after their infusion into rat circulation. A recently devel...

Journal: :Journal of neurology, neurosurgery, and psychiatry 1995
H Schnorf R Gitzelmann N U Bosshard M Spycher W Waespe

Three siblings in their sixth and seventh decade with hexosaminidase A and B deficiency (adult form of GM2-gangliosidosis, variant O) developed early and severe sensory loss in addition to chronic motor neuron disease and cerebellar ataxia. Prominent mechanoallodynia was a manifesting symptom in two siblings. It is suggested that sensory deficits are due to a central-peripheral dying back axono...

Journal: :Archives of ophthalmology 2008
Rohit S Adyanthaya Howard S Ying James T Handa Michael X Repka

symmetric changes, and lack of symptoms, we suspected a metabolic storage disorder. Laboratory test results showed normal levels of -galactosidase, arylsulfatase A, hexosaminidase A and B, and -galactocerebrosidase.However, sialic acid levelswere elevated in the urine. Examination results of a skin biopsy specimen revealed a fibroblast -neuraminidase level of 0.5 nmoles/h per milligram of prote...

Journal: :Chemical & pharmaceutical bulletin 2002
Toshio Morikawa Hisashi Matsuda Yasuko Sakamoto Kazuho Ueda Masayuki Yoshikawa

Two new farnesane-type sesquiterpenes, hedychiols A and B 8,9-diacetate, were isolated from the methanolic extract of the fresh rhizome of Hedychium coronarium KOEN. cultivated in Japan. Their stereostructures were elucidated on the basis of chemical and physicochemical evidence. The inhibitory effects of isolated constituents on the release of beta-hexosaminidase from RBL-2H3 cells were examin...

Journal: :Toxicology in vitro : an international journal published in association with BIBRA 2001
G Repetto A del Peso P Sanz M Repetto

Lithium and nickel present low toxicity, but are able to cause alterations in different tissues. The toxic effects of lithium and nickel at different cellular levels were assessed using two inorganic chemical species: lithium chloride and nickel(II) chloride. Mouse neuroblastoma cell cultures (Neuro-2a) were exposed to both compounds for 24 h. The cytotoxic effects evaluated were cell prolifera...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->