نتایج جستجو برای: achr ab

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

2008
Jia Wang Nan-Jie Ruan Lei Qian Wen-liang Lei Fei Chen

The dynamic interaction between positive and negative signals is necessary for remodeling of postsynaptic structures at the neuromuscular junction. Here we report that Wnt3a negatively regulates acetylcholine receptor (AChR) clustering by repressing the expression of Rapsyn, an AChR-associated protein essential for AChR clustering. In cultured myotubes, treatment withWnt3a or overexpression of ...

Journal: :The Journal of clinical investigation 2001
S Brownlow R Webster R Croxen M Brydson B Neville J P Lin A Vincent J Newsom-Davis D Beeson

Limitation of movement during fetal development may lead to multiple joint contractures in the neonate, termed arthrogryposis multiplex congenita. Neuromuscular disorders are among the many different causes of reduced fetal movement. Many congenital myasthenic syndromes (CMSs) are due to mutations of the adult-specific epsilon subunit of the acetylcholine receptor (AChR), and, thus, functional ...

2014
Gonzalo Almarza Francisco Sánchez Francisco J. Barrantes

To what extent do cholesterol-rich lipid platforms modulate the supramolecular organization of the nicotinic acetylcholine receptor (AChR)? To address this question, the dynamics of AChR particles at high density and its cholesterol dependence at the surface of mammalian cells were studied by combining total internal reflection fluorescence microscopy and single-particle tracking. AChR particle...

Journal: :The Journal of clinical investigation 1996
S Riemersma A Vincent D Beeson C Newland S Hawke B Vernet-der Garabedian B Eymard J Newsom-Davis

Arthrogryposis multiplex congenita (AMC), characterized by multiple joint contractures developing in utero, results from lack of fetal movement. Some cases are genetically determined, but AMC occasionally complicates pregnancy in patients with myasthenia gravis (MG) suggesting involvement of circulating maternal antibodies. We previously demonstrated antibodies that inhibited the function of fe...

Journal: :Developmental biology 2000
R D Heathcote J M Ekman K P Campbell E W Godfrey

Dystroglycan is a member of the transmembrane dystrophin glycoprotein complex in muscle that binds to the synapse-organizing molecule agrin. Dystroglycan binding and AChR aggregation are mediated by two separate domains of agrin. To test whether dystroglycan plays a role in receptor aggregation at the neuromuscular junction, we overexpressed it by injecting rabbit dystroglycan RNA into one- or ...

Journal: :Journal of immunology 2005
Huan Yang Mrinalini Kala Benjamin G Scott Elzbieta Goluszko Harold A Chapman Premkumar Christadoss

Because presentation of acetylcholine receptor (AChR) peptides to T cells is critical to the development of myasthenia gravis, we examined the role of cathepsin S (Cat S) in experimental autoimmune myasthenia gravis (EAMG) induced by AChR immunization. Compared with wild type, Cat S null mice were markedly resistant to the development of EAMG, and showed reduced T and B cell responses to AChR. ...

Journal: :Journal of cell science 2007
Christi A Weston Getu Teressa Benjamin S Weeks Joav Prives

During neuromuscular junction formation, extracellular matrix-mediated signals cause muscle surface acetylcholine receptors (AChRs) to aggregate at synaptic sites. Two extracellular matrix proteins, agrin and laminin, have each been shown to initiate signaling pathways that culminate in AChR clustering in cultured muscle cells. Here we present evidence that laminin-induced AChR clustering is me...

Journal: :Neuron 2008
Shiwen Luo Bin Zhang Xian-ping Dong Yanmei Tao Annie Ting Zheng Zhou James Meixiong Junjie Luo F. C. Alex Chiu Wen C. Xiong Lin Mei

Rapsyn, an acetylcholine receptor (AChR)-interacting protein, is essential for synapse formation at the neuromuscular junction (NMJ). Like many synaptic proteins, rapsyn turns over rapidly at synapses. However, little is known about molecular mechanisms that govern rapsyn stability. Using a differential mass-spectrometry approach, we identified heat-shock protein 90beta (HSP90beta) as a compone...

Journal: :The Journal of Cell Biology 1998
Zhengshan Dai H. Benjamin Peng

Innervation of the skeletal muscle involves local signaling, leading to acetylcholine receptor (AChR) clustering, and global signaling, manifested by the dispersal of preexisting AChR clusters (hot spots). Receptor tyrosine kinase (RTK) activation has been shown to mediate AChR clustering. In this study, the role of tyrosine phosphatase (PTPase) in the dispersal of hot spots was examined. Hot s...

Journal: :The Journal of Cell Biology 1990
M Velez K F Barald D Axelrod

The rotational mobility of acetylcholine receptors (AChR) in the plasma membrane of living rat myotubes in culture is measured in this study by polarized fluorescence recovery after photobleaching (PFRAP). These AChR are known to exist in two distinct classes, evident by labeling with rhodamine alpha-bungarotoxin; clustered AChR that are aggregated in a pattern of highly concentrated speckles a...

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

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

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