نتایج جستجو برای: afnor p18

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

Journal: :Indian Journal of Rheumatology 2009

Journal: :Journal of Pain and Symptom Management 2012

2012
Jordan Pascoe Douglas Hollern Rachel Stamateris Munira Abbasi Lia C. Romano Baobo Zou Christopher P. O’Donnell Adolfo Garcia-Ocana Laura C. Alonso

Pancreatic β-cell proliferation is infrequent in adult humans and is not increased in type 2 diabetes despite obesity and insulin resistance, suggesting the existence of inhibitory factors. Free fatty acids (FFAs) may influence proliferation. In order to test whether FFAs restrict β-cell proliferation in vivo, mice were intravenously infused with saline, Liposyn II, glucose, or both, continuous...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 2002
Douglas S Kim Glenda J Froelick Richard D Palmiter

The dynamics of dopamine receptor signaling efficacy were characterized in developing mice by measuring striatal c-Fos expression after dopaminergic agonist treatment at postnatal day 4 (P4) to P18. Control mice and mutant mice, in which dopamine production is inactivated in dopaminergic neurons by gene targeting, were treated with saline; a synthetic dopamine precursor, L-3,4-dihydroxyphenylal...

2006
Hui Yu Youzhong Yuan Hongmei Shen Tao Cheng

Transplantation-associated stress can compromise the hematopoietic potential of hematopoietic stem cells (HSCs). As a consequence, HSCs may undergo “exhaustion” in serial transplant recipients, for which the cellular and molecular bases are not well understood. Hematopoietic exhaustion appears to be accelerated in the absence of p21Cip1/Waf1 (p21), a cyclindependent kinase inhibitor (CKI) in ir...

Journal: :Genes & development 2005
Tamar Uziel Frederique Zindy Suqing Xie Youngsoo Lee Antoine Forget Susan Magdaleno Jerold E Rehg Christopher Calabrese David Solecki Charles G Eberhart Sarah E Sherr Sarah Plimmer Steven C Clifford Mary E Hatten Peter J McKinnon Richard J Gilbertson Tom Curran Charles J Sherr Martine F Roussel

Recurrent genetic alterations in human medulloblastoma (MB) include mutations in the sonic hedgehog (SHH) signaling pathway and TP53 inactivation (approximately 25% and 10% of cases, respectively). However, mouse models of MB, regardless of their initiating lesions, generally depend upon p53 inactivation for rapid onset and high penetrance. The gene encoding the cyclin-dependent kinase inhibito...

Journal: :The American journal of physiology 1998
Timothy J Kowalski Andrea M Ster Gerard P Smith

The ontogeny of hyperphagic behavior in the Zucker fatty ( fa/ fa) rat was examined. Wild-type, +/ fa, and fa/ fapups aged postnatal day 5( P5), P9, P12, P15, and P18 were evaluated using a test that measured ingestive behavior independent of the dam. The independent ingestive test consisted of giving pups access to a test solution [half-and-half (cream and milk)] on a tissue on the floor of a ...

Journal: :Cancer research 2014
Feng Bai Ho Lam Chan Alexandria Scott Matthew D Smith Cheng Fan Jason I Herschkowitz Charles M Perou Alan S Livingstone David J Robbins Anthony J Capobianco Xin-Hai Pei

BRCA1 mutation carriers are predisposed to developing basal-like breast cancers with high metastasis and poor prognosis. Yet, how BRCA1 suppresses formation of basal-like breast cancers is still obscure. Deletion of p18(Ink4c) (p18), an inhibitor of CDK4 and CDK6, functionally inactivates the RB pathway, stimulates mammary luminal stem cell (LSC) proliferation, and leads to spontaneous luminal ...

2015
Louise Kime Helen A. Vincent Deena M. A. Gendoo Stefanie S. Jourdan Colin W. G. Fishwick Anastasia J. Callaghan Kenneth J. McDowall

In the Supplementary Information file originally published with this Article, the chemical structures of P16 and P18 were truncated in Supplementary Table S1. These errors have been corrected in the Supplementary Information that now accompanies the Article.

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

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

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