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

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

Journal: :Brain : a journal of neurology 2012
Charalampos Tzoulis Laurence A Bindoff

Mitochondrial dysfunction and disease may arise as a result of mutations in either the mitochondrial genome itself or nuclear encoded genes involved in mitochondrial homeostasis and function. Irrespective of which genome is affected, mitochondrial encephalopathies share clinical and biochemical features suggesting common pathophysiological pathways. Two common paradigms of mitochondrial encepha...

2017
Ekaterine Kartvelishvili Dmitry Tworowski Hilary Vernon Nina Moor Jing Wang Lee‐Jun Wong Zofia Chrzanowska‐Lightowlers Mark Safro

Mutations in the mitochondrial aminoacyl-tRNA synthetases (mtaaRSs) can cause profound clinical presentations, and have manifested as diseases with very selective tissue specificity. To date most of the mtaaRS mutations could be phenotypically recognized, such that clinicians could identify the affected mtaaRS from the symptoms alone. Among the recently reported pathogenic variants are point mu...

2003
ANDRE HENRIQUES

It is well-known that an effective orbifold M (one for which the local stabilizer groups act effectively) can be presented as a quotient of a smooth manifold P by a locally free action of a compact lie group K. We use the language of groupoids to provide a partial answer to the question of whether a noneffective orbifold can be so presented. We also note some connections to stacks and gerbes.

2014
Nebibe Mutlu Görkem Garipler Emel Akdoğan Cory D. Dunn

Genetic and microscopic approaches using Saccharomyces cerevisiae have identified many proteins that play a role in mitochondrial dynamics, but it is possible that other proteins and pathways that play a role in mitochondrial division and fusion remain to be discovered. Mutants lacking mitochondrial fusion are characterized by rapid loss of mitochondrial DNA. We took advantage of a petite-negat...

Journal: :Cancer research 1998
L A Marcelino P C André K Khrapko H A Coller J Griffith W G Thilly

We have observed a reproducible mitochondrial mutational spectrum in the MT1 human lymphoblastoid line treated with N-methyl-N'-nitro-N-nitrosoguanidine (MNNG). The MNNG spectrum was distinct from the spontaneous mutational spectrum. However, our ability to observe MNNG-induced mitochondrial mutations above the high level of accumulated spontaneous mutations was dependent on the MT1 phenotype. ...

2010
Ricardo Gredilla

During the last decades, our knowledge about the processes involved in the aging process has exponentially increased. However, further investigation will be still required to globally understand the complexity of aging. Aging is a multifactorial phenomenon characterized by increased susceptibility to cellular loss and functional decline, where mitochondrial DNA mutations and mitochondrial DNA d...

2015
Jie Wang Fei Lin Li-Li Guo Xing-Jiang Xiong Xun Fan

Recent studies demonstrated that mitochondria play an important role in the cardiovascular system and mutations of mitochondrial DNA affect coronary artery disease, resulting in hypertension, atherosclerosis, and cardiomyopathy. Traditional Chinese medicine (TCM) has been used for thousands of years to treat cardiovascular disease, but it is not yet clear how TCM affects mitochondrial function....

2014
Iselin Marie Wedding Jeanette Koht Gia Tuong Tran Doriana Misceo Kaja Kristine Selmer Asbjørn Holmgren Eirik Frengen Laurence Bindoff Chantal M. E. Tallaksen Charalampos Tzoulis

Spastic paraplegia 7 is an autosomal recessive disorder caused by mutations in the gene encoding paraplegin, a protein located at the inner mitochondrial membrane and involved in the processing of other mitochondrial proteins. The mechanism whereby paraplegin mutations cause disease is unknown. We studied two female and two male adult patients from two Norwegian families with a combination of p...

Journal: :Annals of medicine 2005
Salvatore Dimauro Guido Davidzon

The small circle of mitochondrial DNA (mtDNA) present in all human cells has proven to be a veritable Pandora's box of pathogenic mutations and rearrangements. In this review, we summarize the distinctive rules of mitochondrial genetics (maternal inheritance, mitotic segregation, heteroplasmy and threshold effect), stress the relatively high prevalence of mtDNA-related diseases, and consider re...

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

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

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