نتایج جستجو برای: dystrophin related protein 2 gene drp2

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

Journal: :Journal of Biomedicine and Biotechnology 2002
Kevin Culligan Kay Ohlendieck

Duchenne muscular dystrophy (DMD), the most common inherited neuromuscular disorder, is characterized by progressive muscle wasting and weakness. One third of Duchenne patients suffer a moderate to severe, nonprogressive form of mental retardation. Mutations in the DMD gene are thought to be responsible, with the shorter isoforms of dystrophin implicated in its molecular brain pathogenesis. It ...

Journal: :The Biochemical journal 1993
M Luise C Presotto L Senter R Betto S Ceoldo S Furlan S Salvatori R A Sabbadini G Salviati

Dystrophin, the protein coded by the gene missing in Duchenne muscular dystrophy, is assumed to be a component of the membrane cytoskeleton of skeletal muscle. Like other cytoskeletal proteins in different cell types, dystrophin bound to sarcolemma membranes was found to be phosphorylated by endogenous protein kinases. The phosphorylation of dystrophin was activated by cyclic AMP, cyclic GMP, c...

2012
Sue Fletcher Carl F. Adkin Penny Meloni Brenda Wong Francesco Muntoni Ryszard Kole Clayton Fragall Kane Greer Russell Johnsen Steve D. Wilton

Protein-truncating mutations in the dystrophin gene lead to the progressive muscle wasting disorder Duchenne muscular dystrophy, whereas in-frame deletions typically manifest as the milder allelic condition, Becker muscular dystrophy. Antisense oligomer-induced exon skipping can modify dystrophin gene expression so that a disease-associated dystrophin pre-mRNA is processed into a Becker muscula...

Journal: :Biochimica et biophysica acta 2007
James M Ervasti

Duchenne muscular dystrophy is the most prevalent and severe form of human muscular dystrophy. Investigations into the molecular basis for Duchenne muscular dystrophy were greatly facilitated by seminal studies in the 1980s that identified the defective gene and its major protein product, dystrophin. Biochemical studies revealed its tight association with a multi-subunit complex, the so-named d...

2012
Gaëlle Robin Christine Berthier Bruno Allard

Duchenne muscular dystrophy is a very severe muscle disease that is characterized by progressive skeletal muscle wasting. Duchenne muscular dystrophy is provoked by mutations in the gene encoding the protein dystrophin, which lead to the total absence of this protein in skeletal muscles. In normal skeletal muscle, dystrophin is located underneath the sarcolemma, and interacts with the F-actin c...

Journal: :The Journal of Cell Biology 2008
Angela K. Peter Jamie L. Marshall Rachelle H. Crosbie

Mutations in the dystrophin gene cause Duchenne muscular dystrophy and result in the loss of dystrophin and the entire dystrophin-glycoprotein complex (DGC) from the sarcolemma. We show that sarcospan (SSPN), a unique tetraspanin-like component of the DGC, ameliorates muscular dystrophy in dystrophin-deficient mdx mice. SSPN stabilizes the sarcolemma by increasing levels of the utrophin-glycopr...

Journal: :Nucleic Acid Therapeutics 2021

Duchenne muscular dystrophy (DMD) is a severe muscle-wasting disease caused by frameshift or nonsense mutations in the DMD gene, resulting loss of dystrophin from muscle membranes. Exon skipping using splice-switching oligonucleotides (SSOs) restores reading frame pre-mRNA generating internally truncated but functional protein. To potentiate effective tissue-specific targeting SSOs, it essentia...

2017
Marinos C. Dalakas

Duchenne muscular dystrophy (DMD), the most common form of all muscular dystrophies, is an X-linked disorder affecting approximately one in 5000 newborn boys.1 Patients experience difficulty in ambulation which steadily progresses to wheelchair confinement by the age of 12 and death between 25–30 years of age due to respiratory muscle weakness or cardiomyopathy. DMD is caused by mutations in th...

Journal: :Molecular therapy : the journal of the American Society of Gene Therapy 2017
Apurva Sarathy Ryan D Wuebbles Tatiana M Fontelonga Ashley R Tarchione Lesley A Mathews Griner Dante J Heredia Andreia M Nunes Suzann Duan Paul D Brewer Tyler Van Ry Grant W Hennig Thomas W Gould Andrés E Dulcey Amy Wang Xin Xu Catherine Z Chen Xin Hu Wei Zheng Noel Southall Marc Ferrer Juan Marugan Dean J Burkin

Duchenne muscular dystrophy (DMD) is a fatal muscle disease caused by mutations in the dystrophin gene, resulting in a complete loss of the dystrophin protein. Dystrophin is a critical component of the dystrophin glycoprotein complex (DGC), which links laminin in the extracellular matrix to the actin cytoskeleton within myofibers and provides resistance to shear stresses during muscle activity....

Journal: :Human molecular genetics 2010
Refik Kayali Frederic Bury McIver Ballard Carmen Bertoni

Permanent correction of gene defects is an appealing approach to the treatment of genetic disorders. The use of single-stranded oligodeoxynucleotides (ssODNs) has been demonstrated to induce single-point mutations in the dystrophin gene and to restore dystrophin expression in the skeletal muscle of models of Duchenne muscular dystrophy (DMD). Here we show that ssODNs made of peptide nucleic aci...

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

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

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