نتایج جستجو برای: phospholipase a2 receptor

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

Journal: :iranian journal of allergy, asthma and immunology 0
hamid nasri department of nephrology, division of nephropathology, isfahan university of medical sciences, isfahan, iran

letter to the editor

Journal: :Biological and Pharmaceutical Bulletin 2004

Journal: :nephro-urology monthly 0
mohammadreza ardalan nephrology department, tabriz university of medical sciences, ir iran; }iroopnwo~oostmtuvumont husoskloiwe~s{u{eovcmedical sciences, tabriz, ir iran. 2) mario negriinstitute of pharmacological research, italy +98-4113344339, ardalan34@yahoo.com; }iroopnwo~oostmtuvumont husoskloiwe~s{u{eovcmedical sciences, tabriz, ir iran. 2) mario negriinstitute of pharmacological research, italy +98-4113344339, ardalan34@yahoo.com

introduction idiopathic membranous nephropathy (mn) is a common cause of adult nephrotic syndrome. recently, m-type phospholipase a2 receptor (pla2-r) has been discovered as the main podocyte antigen in the pathogenesis of idiopathic mn. materials and methods in this mini review, the author searched english-language medline for the terms “membranous nephropathy”, “rituximab”, and “phospholipase...

Journal: :Molecular reproduction and development 1999
B M Bany G A Schultz T G Kennedy

The effect of epidermal growth factor on the levels of cytosolic phospholipase A2 mRNA and protein in cultured rat endometrial stromal cells isolated from uteri sensitized for the decidual cell reaction was examined. Treatment with epidermal growth factor increased the steady-state cytosolic phospholipase A2 mRNA and protein levels as demonstrated by Northern and Western blot analyses, respecti...

Journal: :The Biochemical journal 1988
M A Clark M J Chen S T Crooke J S Bomalaski

Tumour necrosis factor (TNF) is an important mediator of endotoxin-induced vascular collapse and other inflammatory reactions. Eicosanoids have been implicated in the pathogeensis of these responses. In order to explore further the potential interactions between TNF and eicosanoid metabolism in eliciting vascular responses, we studied the effects of TNF on the bovine endothelial cell line CPAE....

Journal: :European journal of clinical chemistry and clinical biochemistry : journal of the Forum of European Clinical Chemistry Societies 1996
V J Laine J M Grönroos T J Nevalainen

Phospholipase A2 values increase in serum in various inflammatory states, infections, and postoperatively in surgical patients. Several organs, including the liver and spleen have been suggested as sources of circulating phospholipase A2. The purpose of the present work was to examine the possible role of the spleen as a source of elevated serum concentrations of phospholipase A2 after surgery....

Journal: :The Journal of biological chemistry 1990
J Y Channon C C Leslie

Arachidonoyl-hydrolyzing phospholipase A2 plays a central role in providing substrate for the synthesis of the potent lipid mediators of inflammation, the eicosanoids, and platelet-activating factor. Although Ca2+ is required for arachidonic acid release in vivo and most phospholipase A2 enzymes require Ca2+ for activity in vitro, the role of Ca2+ in phospholipase A2 activation is not understoo...

Journal: :Journal of neurochemistry 1984
C R Oliveira E P Duarte A P Carvalho

[3H]Spiperone specific binding by microsomal membranes isolated from sheep caudate nucleus is decreased by trypsin and phospholipase A2 (Vipera russeli), but is insensitive to neuraminidase. The inhibitory effect of phospholipase A2 is correlated with phospholipid hydrolysis. After 15 min of phospholipase (5 micrograms/mg protein) treatment, a maximal effect is observed; the maximal lipid hydro...

2013
Mohammad Reza Ardalan

Implication for health policy/practice/research/medical education: Phospholipase A2 receptor, is normally expressed in podocyte membrane. In fact the phospholipase A2 receptor (PLA2R) is a type I transmembrane glycoprotein related to the C-type animal lectin family such as the mannose receptor. PLA2R regulates a number of biological responses produced by secretory phospholipase A2s (sPLA2s). De...

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

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

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