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

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

Journal: :The Journal of General Physiology 1979
D J Benos L J Mandel R S Balaban

The steady-state transport kinetics of the interaction between external sodium and the diuretic drug, amiloride, was studied in isolated anuran skin epithelia. We also investigated the effect of calcium on the amiloride-induced inhibition of short-circuit current (Isc) in these epithelial preparations. The major conclusions of this study are: (a) amiloride is a noncompetitive inhibitor of Na en...

Journal: :Journal of the Renin-Angiotensin-Aldosterone System 2020

Journal: :The Journal of pharmacology and experimental therapeutics 2004
Andrew J Hirsh Juan R Sabater Andra Zamurs Rick T Smith Anthony M Paradiso Sam Hopkins William M Abraham Richard C Boucher

Epithelial sodium channel (ENaC) blockers have been proposed as a therapy to restore mucus clearance (MC) in cystic fibrosis (CF) airways. The therapeutic effects of the first generation ENaC blocker, amiloride, in CF patients, however, were minimal. Because the failure of amiloride reflected both its low potency and short duration of action on airway surfaces, we investigated whether the incre...

Journal: :Chemical senses 2006
Tadahiro Ohkuri Keiko Yasumatsu Noriatsu Shigemura Ryusuke Yoshida Yuzo Ninomiya

Amiloride, a sodium channel blocker, is known to suppress NaCl responses of the chorda tympani (CT) nerve in various mammalian species. In mice, the NaCl suppressing effect of amiloride is reported to differ among strains. In C57BL mice, amiloride inhibits NaCl responses to about 50% of control, whereas no such clear suppression was evident in prior studies with 129 mice. However, evidence from...

Journal: :The American journal of physiology 1981
J L Kinsella P S Aronson

We examined the effect of amiloride on Na+-H+ exchange in rabbit renal cortical microvillus membrane vesicles. Amiloride inhibited both the uphill Na+ accumulation induced by imposition of a transmembrane Hin+ greater than Hout+ gradient and the uphill H+ efflux induced by imposition of a Naout+ greater than Nain+ gradient. The inhibitory effect of amiloride on Na+ influx was rapidly reversible...

Journal: :Biochemical and biophysical research communications 2006
Zheng-Quan Tang Yun-Gang Lu Ke-Qing Zhou Tian-Le Xu Lin Chen

Amiloride, a potassium sparing diuretic, is well known to interact with many ion transport systems and modulate the activity of several membrane receptors. However, relatively little information is available as to how amiloride affects membrane receptors of neurons in the brain areas. In the present study, we investigated the effects of amiloride on glycine-induced currents (I(Gly)) in cultured...

Journal: :The Journal of biological chemistry 1994
W F Novotny O Chassande M Baker M Lazdunski P Barbry

Diamine oxidase (histaminase), an enzyme that oxidatively deaminates putrescine and histamine, was purified from human placenta and from pig kidney. Both NH2-terminal sequences are highly homologous to the human kidney amiloride-binding protein, previously thought to be a component of the amiloride-sensitive Na+ channel. Monoclonal antibodies raised against the pig kidney amiloride-binding prot...

Journal: :British heart journal 1974
M A Hocking W H Bain

This study was undertaken to investigate the effects of the potassium-retaining diuretic, amiloride, on the potassium balance and on the alkalosis which occurs in patients after open-heart surgery. Patients who had had valve replacement operations were divided randomly into two groups, one of which received Io mg amiloride daily in the postoperative period. Patients who were given amiloride nee...

2015
Handong Ouyang Peizong Wang Wan Huang Qiang Li Bilin Nie Weian Zeng

BACKGROUND Amiloride has been reported to produce a wide variety of actions, thereby affecting several ionic channels and a multitude of receptors and enzymes. Intrathecal α2-adrenergic receptor agonists produce pronounced analgesia, and amiloride modulates α2-adrenergic receptor agonist binding and function, acting via the allosteric site on the α2A-adrenergic receptor. OBJECTIVES To investi...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2012
Bin Zhang Shaoting Xie Wei Shi Yun Yang

The urokinase receptor (uPAR) and its soluble form play a key role in the pathogenesis of focal segmental glomerulosclerosis (FSGS). The modification of uPAR pathological actions on podocytes will become an important task for the development of improved nephroprotective therapeutics. Here we show that podocyte uPAR expression can be reduced using amiloride. Amiloride has a significant role in t...

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

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

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