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

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

Journal: :International journal of clinical and experimental pathology 2014
Jiadi Luo Qiuyuan Wen Jiao Li Lina Xu Shuzhou Chu Weiyuan Wang Lei Shi Guiyuan Xie Donghai Huang Songqing Fan

Nasopharyngeal carcinoma (NPC) is a head and neck malignant tumor rare throughout most of the world but common in Southeast Asia, especially in Southern China, which is with characteristics of early cervical lymph node metastasis and high incidence rate of distant metastasis. Insulin receptor substrate 1 (IRS-1) is a signaling adapter protein that is encoded by the IRS-1 gene in humans, plays a...

Journal: :The Journal of biological chemistry 1997
D J Burks S Pons H Towery J Smith-Hall M G Myers L Yenush M F White

Pleckstrin homology (PH) domains occur in many signaling proteins, including substrates for the insulin receptor tyrosine kinase (IRS proteins). Based on the hypothesis that PH domains may have a common function such as membrane targeting we tested the ability of PH domains from other signaling molecules to link IRS-1 to the insulin receptor. Chimeric IRS-1 proteins containing a homologous PH d...

Journal: :Diabetes 2003
Karim Bouzakri Marina Roques Philippe Gual Sophie Espinosa Fitsum Guebre-Egziabher Jean-Paul Riou Martine Laville Yannick Le Marchand-Brustel Jean-François Tanti Hubert Vidal

To understand better the defects in the proximal steps of insulin signaling during type 2 diabetes, we used differentiated human skeletal muscle cells in primary culture. When compared with cells from control subjects, myotubes established from patients with type 2 diabetes presented the same defects as those previously evidenced in vivo in muscle biopsies, including defective stimulation of ph...

Journal: :Diabetes 2007
Zhengping Yi Paul Langlais Elena A De Filippis Moulun Luo Charles R Flynn Stefanie Schroeder Susan T Weintraub Rebekka Mapes Lawrence J Mandarino

OBJECTIVE Research has focused on insulin receptor substrate (IRS)-1 as a locus for insulin resistance. Tyrosine phosphorylation of IRS-1 initiates insulin signaling, whereas serine/threonine phosphorylation alters the ability of IRS-1 to transduce the insulin signal. Of 1,242 amino acids in IRS-1, 242 are serine/threonine. Serine/threonine phosphorylation of IRS-1 is affected by many factors, ...

Journal: :The Journal of biological chemistry 2001
L V Ravichandran D L Esposito J Chen M J Quon

Protein kinase C-zeta (PKC-zeta) is a serine/threonine kinase downstream from phosphatidylinositol 3-kinase in insulin signaling pathways. However, specific substrates for PKC-zeta that participate in the biological actions of insulin have not been reported. In the present study, we identified insulin receptor substrate-1 (IRS-1) as a novel substrate for PKC-zeta. Under in vitro conditions, wil...

Journal: :The Journal of biological chemistry 1998
M G Myers R Mendez P Shi J H Pierce R Rhoads M F White

Activation of tyrosine kinases by numerous growth factor and cytokine receptors leads to tyrosine phosphorylation of the insulin receptor substrate (IRS)-proteins. Tyrosine-phosphorylated motifs on the IRS proteins bind to the SH2 domains in proteins that mediate downstream signals, including phosphatidylinositol 3'-kinase, GRB-2, and SHP-2. We investigated the function of the two SHP-2 binding...

Journal: :The Journal of clinical investigation 1993
F Folli M J Saad J M Backer C R Kahn

Insulin stimulates tyrosine phosphorylation of insulin receptor substrate 1 (IRS-1), which in turn binds to and activates phosphatidylinositol 3-kinase (PI 3-kinase). In the present study, we have examined these processes in animal models of insulin-resistant and insulin-deficient diabetes mellitus. After in vivo insulin stimulation, there was a 60-80% decrease in IRS-1 phosphorylation in liver...

2004
John Domingue Liliana Cabral Farshad Hakimpour Denilson Sell Enrico Motta

The IRS project has the overall aim of supporting the automated or semi-automated construction of semantically enhanced systems over the internet. IRS-I supported the creation of knowledge intensive systems structured according to the UPML framework and IRS-II integrated the UPML framework with web service technologies. In this paper we describe IRS-III. Within IRSIII we have now incorporated a...

Journal: :Parallel Processing Letters 1997
Michele Flammini

The k-Interval Routing Scheme (k-IRS) is a compact routing scheme on general networks. It has been studied extensively and recently been implemented on the latest generation of the INMOS transputer router chips. In this paper we investigate the time complexity of devising a minimal space k-IRS and we prove that the problem of deciding whether there exists a 2-IRS for any network G is NP-complet...

Journal: :The Journal of Cell Biology 1998
Sharon F. Clark Sally Martin Amanda J. Carozzi Michelle M. Hill David E. James

Phosphatidylinositide (PI) 3-kinase binds to tyrosyl-phosphorylated insulin receptor substrate-1 (IRS-1) in insulin-treated adipocytes, and this step plays a central role in the regulated movement of the glucose transporter, GLUT4, from intracellular vesicles to the cell surface. PDGF, which also activates PI 3-kinase in adipocytes, has no significant effect on GLUT4 trafficking in these cells....

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

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

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