نتایج جستجو برای: mitochondrial myopathy

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

Journal: :Human molecular genetics 2012
Shuichi Yatsuga Anu Suomalainen

Mitochondrial dysfunction is an important cause of metabolic disorders of children and adults, with no effective therapy options. Recently, induction of mitochondrial biogenesis, by transgenic overexpression of PGC1-alpha [peroxisome proliferator-activated receptor (PPAR)-gamma coactivator 1-alpha], was reported to delay progression of early-onset cytochrome-c-oxidase (COX) deficiency in skelet...

Journal: :Sultan Qaboos University medical journal 2015
Mahmood D Al-Mendalawi

Sir, We read with interest the article by Ahmed published in the SQUMJ February 2015 issue.1 The author reports an eight-year-old male weighing 25 kg who developed myopathy with carnitine deficiency after valproate therapy.1 This case is not the only one of its kind; Kasturi et al. reported a similar case in 2005 of a four-year-old boy developing neurocysticercosis proximal muscle weakness and ...

Journal: :Neurology India 2008
Megha S Uppin C Sundaram A K Meena Krishna Mohan Reddy K Krishna Reddy A Vanniarajan K Thangaraj

We describe the clinical presentation, course and pathologic findings found in three adult patients with lipid storage myopathy. Excessive lipid storage was found in Type 1 fibers of muscle. Clinical improvement on oral levo-carnitine therapy suggests the possibility of carnitine deficiency as the most likely etiology in two of the patients and one had mitochondrial myopathy confirmed on geneti...

2010
Luuk Schreuder Gera Peters Ria Nijhuis-van der Sanden Eva Morava

Fatigue and exercise intolerance are symptoms in children with metabolic myopathy. Frequently this is combined with muscle pain in children with mitochondrial myopathy. Offering therapeutic advice remains challenging in this patient group. Here we describe five children above the age of four years, with normal intelligence, myopathy, exercise intolerance, motor developmental delay, and fatigue,...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2011
Klaas Romanino Laetitia Mazelin Verena Albert Agnès Conjard-Duplany Shuo Lin C Florian Bentzinger Christoph Handschin Pere Puigserver Francesco Zorzato Laurent Schaeffer Yann-Gaël Gangloff Markus A Rüegg

Mammalian target of rapamycin complex 1 (mTORC1) is central to the control of cell, organ, and body size. Skeletal muscle-specific inactivation of mTORC1 in mice results in smaller muscle fibers, fewer mitochondria, increased glycogen stores, and a progressive myopathy that causes premature death. In mTORC1-deficient muscles, peroxisome proliferator-activated receptor gamma coactivator 1-α (PGC...

Journal: :Journal of medical genetics 1988
A E Harding R K Petty J A Morgan-Hughes

Of 71 index cases with histologically defined mitochondrial myopathy, 13 (18%) had relatives who were definitely affected with a similar disorder. Eight familial cases from four families were confined to a single generation. In five families maternal transmission to offspring occurred. There were no instances of paternal transmission, but one patient had an affected cousin in the paternal line....

Journal: :Hong Kong medical journal = Xianggang yi xue za zhi 2002
K C Chang Y F Mak W C Yu K K Lau W W Yan T C Chow

Mitochondrial myopathy is an important but uncommon cause of respiratory insufficiency in adults. We report the first case of respiratory insufficiency associated with adult-onset mitochondrial myopathy seen in a Chinese adult in Hong Kong. The patient presented with peripheral oedema and shortness of breath over 2 to 3 days. There was a history of gradual progressive limb weakness over approxi...

2014
Hongliang Xu Zhaoxia Wang Lemin Zheng Wei Zhang He Lv Suqin Jin Yun Yuan

AIMS Myopathy or neuropathy has been associated with lamivudine/telbivudine therapy in hepatitis B patients. We aim to describe the pathological changes of lamivudine/telbivudine-associated neuromyopathy. METHODS We retrospectively recruited six patients who were diagnosed with nucleotide analogues-associated myopathy or neuropathy. Muscle and nerve biopsy were performed, and the specimens we...

Journal: :American journal of physiology. Regulatory, integrative and comparative physiology 2008
Iraklis I Pipinos Stanley A Swanson Zhen Zhu Aikaterini A Nella Dustin J Weiss Tanuja L Gutti Rodney D McComb B Timothy Baxter Thomas G Lynch George P Casale

A myopathy characterized by mitochondrial pathology and oxidative stress is present in patients with peripheral arterial disease (PAD). Patients with PAD differ in disease severity, mode of presentation, and presence of comorbid conditions. In this study, we used a mouse model of hindlimb ischemia to isolate and directly investigate the effects of chronic inflow arterial occlusion on skeletal m...

Journal: :The Ceylon medical journal 2002
Harsha Gunasekera Udaya Ranawaka Jagath Wijesekera

Introduction Mitochondrial diseases are a diverse group with multisystem involvement caused by structural, biochemical or genetic derangement of mitochondria. Cerebral neurones and myocytes which require a high yield of energy are particularly vulnerable to mitochondrial dysfunction and neuromuscular manifestations are common in mitochodrial disorders. We report two cases of mitochondrial myopa...

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

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

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"; } -->