نتایج جستجو برای: drp1

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

Journal: :Journal of cell science 2014
Anna L Hatch Pinar S Gurel Henry N Higgs

Mitochondrial dynamics, including fusion, fission and translocation, are crucial to cellular homeostasis, with roles in cellular polarity, stress response and apoptosis. Mitochondrial fission has received particular attention, owing to links with several neurodegenerative diseases. A central player in fission is the cytoplasmic dynamin-related GTPase Drp1, which oligomerizes at the fission site...

Journal: : 2023

Effects of Phoenix dactylifera extract and testosterone enanthate with without resistance training on MFN2, FISS DRP1 genes expression in liver rat

Journal: :Journal of applied physiology 2014
Ciaran E Fealy Anny Mulya Nicola Lai John P Kirwan

Defects in mitochondrial dynamics, the processes of fission, fusion, and mitochondrial autophagy, may contribute to metabolic disease including type 2 diabetes. Dynamin-related protein-1 (Drp1) is a GTPase protein that plays a central role in mitochondrial fission. We hypothesized that aerobic exercise training would decrease Drp1 Ser(616) phosphorylation and increase fat oxidation and insulin ...

2018
Asier Ruiz Elena Alberdi Carlos Matute

Excessive dynamin related protein 1 (Drp1)-triggered mitochondrial fission contributes to apoptosis under pathological conditions and therefore it has emerged as a promising therapeutic target. Mitochondrial division inhibitor 1 (mdivi-1) inhibits Drp1-dependent mitochondrial fission and is neuroprotective in several models of brain ischemia and neurodegeneration. However, mdivi-1 also modulate...

2016
Haibin Wang Shengfa Zheng Maodong Liu Changxin Jia Shilei Wang Xue Wang Sha Xue Yunliang Guo

The neuroprotective role of propofol in transient global and focal cerebral ischemia reperfusion (I/R) animal model has recently been highlighted. However, no studies have conducted to explore the relationship between mitochondrial fission/fusion and I/R injury under the intervention of propofol. Moreover, neuroprotective mechanism of propofol is yet unclear. Culturing primary hippocampal cells...

2013
Oliver C. Losón Zhiyin Song Hsiuchen Chen David C. Chan

Several mitochondrial outer membrane proteins-mitochondrial fission protein 1 (Fis1), mitochondrial fission factor (Mff), mitochondrial dynamics proteins of 49 and 51 kDa (MiD49 and MiD51, respectively)-have been proposed to promote mitochondrial fission by recruiting the GTPase dynamin-related protein 1 (Drp1), but fundamental issues remain concerning their function. A recent study supported s...

2018
Gao-feng Zhang Pei Yang Zeng Yin Huai-long Chen Fu-guo Ma Bin Wang Li-xin Sun Yan-lin Bi Fei Shi Ming-shan Wang

Electroacupuncture preconditioning at acupoint Baihui (GV20) can reduce focal cerebral ischemia/reperfusion injury. However, the precise protective mechanism remains unknown. Mitochondrial fission mediated by dynamin-related protein 1 (Drp1) can trigger neuronal apoptosis following cerebral ischemia/reperfusion injury. Herein, we examined the hypothesis that electroacupuncture pretreatment can ...

2017
Raquela J Thomas Natalia Oleinik Shanmugam Panneer Selvam Silvia G Vaena Mohammed Dany Rose N Nganga Ryan Depalma Kyla D Baron Jisun Kim Zdzislaw M Szulc Besim Ogretmen

Human papillomavirus (HPV) infection is linked to improved survival in response to chemo-radiotherapy for patients with oropharynx head and neck squamous cell carcinoma (HNSCC). However, mechanisms involved in increased HNSCC cell death by HPV signaling in response to therapy are largely unknown. Here, using molecular, pharmacologic and genetic tools, we show that HPV early protein 7 (E7) enhan...

Journal: :Current Biology 2005
Damien Arnoult Neggy Rismanchi Alain Grodet Roland G. Roberts Daniel P. Seeburg Jérôme Estaquier Morgan Sheng Craig Blackstone

Mitochondrial morphology within cells is controlled by precisely regulated rates of fusion and fission . During programmed cell death (PCD), mitochondria undergo extensive fragmentation and ultimately caspase-independent elimination through a process known as mitoptosis . Though this increased fragmentation is due to increased fission through the recruitment of the dynamin-like GTPase Drp1 to m...

Journal: :Journal of cell science 2013
Xin Qi Nir Qvit Yu-Chin Su Daria Mochly-Rosen

Excessive mitochondrial fission is associated with the pathology of a number of neurodegenerative diseases. Therefore, inhibitors of aberrant mitochondrial fission could provide important research tools in addition to potential leads for drug development. Using a rational approach, we designed a novel and selective peptide inhibitor, P110, of excessive mitochondrial fission. P110 inhibits Drp1 ...

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

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

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