نتایج جستجو برای: adenylate cyclase

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

Journal: :Journal of bacteriology 1991
M Mock M Crasnier E Duflot V Dumay A Danchin

The Pasteurella multocida adenylate cyclase gene has been cloned and expressed in Escherichia coli. The primary structure of the protein (838 amino acids) deduced from the corresponding nucleotide sequence was compared with that of E. coli. The two enzymes have similar molecular sizes and, based on sequence conservation at the protein level, are likely to be organized in two functional domains:...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1973
A Peterkofsky C Gazdar

A method for labeling adenosine 3':5'-cyclic monophosphate in vivo from precursor adenosine followed by quantitative analysis of the labeled nucleotide is described. When the labeling period is short and the specific activity of the ATP pool is determined, the rate of incorporation of radioactivity corresponds to a determination of adenylate cyclase activity in vivo. In E. coli B the specific a...

Journal: :The Journal of biological chemistry 1987
G E Gutierrez G R Mundy R Derynck E L Hewlett M S Katz

The effects of transforming growth factor alpha (TGF-alpha) and epidermal growth factor (EGF) on parathyroid hormone (PTH)-responsive adenylate cyclase were examined in clonal rat osteosarcoma cells (UMR-106) with the osteoblast phenotype. Recombinant TFG-alpha and EGF incubated with UMR-106 cells for 48 h each produced concentration-dependent inhibition of PTH-responsive adenylate cyclase, wit...

Journal: :The Journal of biological chemistry 1974
J P Bilezikian G D Aurbach

Purine nucleotides augment catecholamine-induced activation of adenylate cyclase in the turkey erythrocyte plasma membrane. This effect occurs with greatest sensitivity for GTP (K, 1.4 X low8 M). The nucleotides do not change the K, for isoproterenol but increase the adenylate cyclase activity for any given stimulatory concentration of isoproterenol. The basal adenylate cyclase measured in the ...

2002
JOHN P. BILEZIKIAN G. D. AURBACH

Purine nucleotides augment catecholamine-induced activation of adenylate cyclase in the turkey erythrocyte plasma membrane. This effect occurs with greatest sensitivity for GTP (K, 1.4 X low8 M). The nucleotides do not change the K, for isoproterenol but increase the adenylate cyclase activity for any given stimulatory concentration of isoproterenol. The basal adenylate cyclase measured in the ...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 1975
V Bennett E O'Keefe P Cuatrecasaş

Rat liver membrane adenylate cyclase (EC 4.6.1.1) that has been stimulated more than 10-fold by cholera toxin (choleragen) has a 3-fold greater sensitivity to stimulation by glucagon. Choleragen similarly increases the sensitivity of cyclase to other peptide (ACTH, vasoactive intestinal polypeptide) and nonpeptide (catecholamines) hormones in this and other tissues. The rate of 125I-labeled glu...

Journal: :The Journal of biological chemistry 1974
R J Lefkowitz

The GTP analog 5’-guanylyl-imidodiphosphate (Gpp(NH)p) caused marked stimulation of basal and catecholamine (isoproterenol)-sensitive adenylate cyclase from canine myocardium, frog erythrocytes and rat paraovarian fat. The combination of Gpp(NH)p (1OV M) and isoproterenol (10e4 M) produced activation of adenylate cyclase equal to (fat) or significantly greater than (heart, erythrocytes) that st...

Journal: :The Biochemical journal 1985
T Lakey S Mac Neil H Humphries S W Walker D S Munro S Tomlinson

TSH (thyrotropin)-stimulated human thyroid adenylate cyclase has a biphasic response to Ca2+, being activated by submicromolar Ca2+ (optimum 22nM), with inhibition at higher concentrations. Calmodulin antagonists caused an inhibition of TSH-stimulated adenylate cyclase in a dose-dependent manner. Inhibition of TSH-and TSIg-(thyroid-stimulating immunoglobulins)-stimulated activity was more marke...

Journal: :Bioscience reports 1984
R R French D A York

Arrhenius plots of fluoride- and guanine-nucleotide-stimulated adenylate cyclase activity were linear in adipocyte plasma membranes from lean and obese (ob/ob) mice. Arrhenius plots of isoprenaline-stimulated adenylate cyclase activity in hepatic plasma membranes biphasic in both groups. The results were biphasic in membranes from lean mice but linear in membranes from obese mice. In contrast, ...

Journal: :FASEB journal : official publication of the Federation of American Societies for Experimental Biology 1987
A A Smith T Brooker G Brooker

Beta-Adrenergic agonist-stimulated hyperpolarization, whole-cell cAMP accumulation, and activity of isoproterenol-stimulated membrane-bound adenylate cyclase (EC 4.6.1.1) in Xenopus laevis ovarian oocytes are entirely dependent on the presence of nascent follicle cells. A method was developed to remove rapidly and completely all extra-oocyte cell types to yield defolliculated oocytes that exhib...

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

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

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