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

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

Journal: :TRAVESSIA - revista do migrante 1995

Journal: :Nature 1910

Journal: :Sophía 2011

Journal: :Derecho Privado y Constitución 2016

Journal: :The Journal of Experimental Medicine 1989
P R Crocker S Gordon

An inhibitory rat mAb, SER-4, has been raised to the mouse macrophage (M phi)-restricted hemagglutinin, sheep erythrocyte receptor (SER), which binds unopsonized sheep erythrocytes through recognition of sialylated glycoconjugates. This receptor was originally defined on mouse resident bone marrow M phi where it was implicated in adhesive interactions of these cells with proliferating hematopoi...

2014
J. Matthew Hinkley Jeremie L. Ferey Jeffrey J. Brault Cheryl A.S. Smith Laura A.A. Gilliam Carol A. Witczak

In insulin-sensitive skeletal muscle, the expression of constitutively active Ca(2+)/calmodulin-dependent protein kinase kinase α (caCaMKKα) stimulates glucose uptake independent of insulin signaling (i.e., Akt and Akt-dependent TBC1D1/TBC1D4 phosphorylation). Our objectives were to determine whether caCaMKKα could stimulate glucose uptake additively with insulin in insulin-sensitive muscle, in...

Journal: :The Journal of biological chemistry 2013
Amy E Moritz James D Foster Balachandra K Gorentla Michelle S Mazei-Robison Jae-Won Yang Harald H Sitte Randy D Blakely Roxanne A Vaughan

As an approach to elucidating dopamine transporter (DAT) phosphorylation characteristics, we examined in vitro phosphorylation of a recombinant rat DAT N-terminal peptide (NDAT) using purified protein kinases. We found that NDAT becomes phosphorylated at single distinct sites by protein kinase A (Ser-7) and calcium-calmodulin-dependent protein kinase II (Ser-13) and at multiple sites (Ser-4, Se...

Journal: :Genetics and molecular research : GMR 2012
D Y Zhong H Y Chu M L Wang L Ma D N Shi Z D Zhang

The functional polymorphism Ser326Cys (rs1052133) in the human 8-oxoguanine DNA glycosylase (hOGG1) gene has been implicated in bladder cancer risk. However, reports of this association between the Ser326Cys polymorphism and bladder cancer risk are conflicting. In order to help clarify this relationship, we made a meta-analysis of seven case-control studies, summing 2521 cases and 2408 con...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1997
J Spacek K M Harris

Recent studies have shown high levels of calcium in activated dendritic spines, where the smooth endoplasmic reticulum (SER) is likely to be important for regulating calcium. Here, the dimensions and organization of the SER in hippocampal spines and dendrites were measured through serial electron microscopy and three-dimensional analysis. SER of some form was found in 58% of the immature spines...

2018
Satsuki NAGAMACHI Takuma NISHIGAWA Mayumi TAKAKURA Hiromi IKEDA Momoko KODAIRA Takeshi YAMAGUCHI Vishwajit Sur CHOWDHURY Shinobu YASUO Mitsuhiro FURUSE

The growth of offspring is affected not only by the protein in maternal milk but also by the free amino acids (FAAs) contained in it. L-Serine (L-Ser) is known as an important FAA for the development of the central nervous system and behavioral activity. However, it is not clear whether L-Ser is transported into the pool of FAAs contained in milk and thereby affects the growth of offspring. Usi...

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

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

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