نتایج جستجو برای: janus kinase

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

Journal: :Journal of pharmacological sciences 2010
Yoshihiko Chiba Kumiko Goto Kimihiko Matsusue Shioko Kimura Miwa Misawa

RhoA upregulation has been suggested in bronchial smooth muscles (BSMs) of asthmatic rats. Here, we cloned/characterized the 5'-promoter region of the rat rhoA. A transcription-initiation site was identified at 66-bp upstream of the reference sequence, GenBank-BC061732. Luciferase assay using interleukin-13 (IL-13)-stimulated cells revealed a significant promoter activity at 238- to 166-bp upst...

Journal: :Rheumatology 2022

The selectivity of Janus kinase inhibitors (JAKis) is still a matter debate, as no JAKi specific for only one (JAK) isoform. Currently approved JAKis in rheumatoid arthritis (RA) all inhibit JAK1, which an effective therapeutic target RA. Although selective JAK1 inhibition seems not to decrease drug efficacy, may modify the safety profile this class. Indeed, balance benefit and risk inhibiting ...

Journal: :Journal of immunology 2001
P K Epling-Burnette B Zhong F Bai K Jiang R D Bailey R Garcia R Jove J Y Djeu T P Loughran S Wei

Polymorphonuclear neutrophils (PMN) are phagocytic cells constitutively programmed for apoptotic cell death. Exposure to GM-CSF delays apoptosis as measured by annexin-V staining and cell morphological change. We found that STAT5B, STAT1, and STAT3 DNA-binding activity was induced by GM-CSF. We also detected activation of the phosphatidylinositol 3-kinase (PI 3-kinase) pathway after GM-CSF trea...

Journal: :Pediatrics 2000
D A Calhoun M Lunoe Y Du R D Christensen

OBJECTIVE Human milk provides neonates with a meaningful degree of protection from infection, but the responsible mechanisms are not well understood. Discovering these mechanisms is important, because of the possibility of supplementing infant formulas with factors that simulate human milk's protective capacity. We postulated that granulocyte colony-stimulating factor (G-CSF), a cytokine known ...

Journal: :Blood 2014
Lorraine Springuel Tekla Hornakova Elisabeth Losdyck Fanny Lambert Emilie Leroy Stefan N Constantinescu Elisabetta Flex Marco Tartaglia Laurent Knoops Jean-Christophe Renauld

The acquisition of growth signal self-sufficiency is 1 of the hallmarks of cancer. We previously reported that the murine interleukin-9-dependent TS1 cell line gives rise to growth factor-independent clones with constitutive activation of the Janus kinase (JAK)- signal transducer and activator of transcription (STAT) pathway. Here, we show that this transforming event results from activating mu...

2017
Yuta Koike Naoya Murayama Yutaka Kuwatsuka Atsushi Utani

IL: interleukin JAK: Janus kinase MCC: Merkel cell carcinoma MCPyV: Merkel cell polyomavirus RA: rheumatoid arthritis STAT: signal transducers and activator of transcription INTRODUCTION Merkel cell carcinoma (MCC) is an aggressive neuroendocrine skin cancer thought to be derived from Merkel cells present in the cutaneous basement layer; these cells have synaptic contacts with somatosensory aff...

2013
Yoshiaki Takahashi Ann E. Mayne Ladawan Khowawisetsut Kovit Pattanapanyasat Dawn Little Francois Villinger Aftab A. Ansari

Innate immune responses are reasoned to play an important role during both acute and chronic SIV infection and play a deterministic role during the acute stages on the rate of infection and disease progression. NK cells are an integral part of the innate immune system but their role in influencing the course of SIV infection has been a subject of debate. As a means to delineate the effect of NK...

Journal: :Molecular biology of the cell 1999
R Liu T Itoh K I Arai S Watanabe

Human granulocyte-macrophage colony-stimulating factor (hGM-CSF) induces proliferation and sustains the viability of the mouse interleukin-3-dependent cell line BA/F3 expressing the hGM-CSF receptor. Analysis of the antiapoptosis activity of GM-CSF receptor betac mutants showed that box1 but not the C-terminal region containing tyrosine residues is essential for GM-CSF-dependent antiapoptotic a...

Journal: :Trends in cardiovascular medicine 2003
Roberto Bolli Buddhadeb Dawn Yu-Ting Xuan

The Janus kinase (JAK)-signal transducers and activators of transcription (STAT) pathway is a stress-responsive mechanism that transduces signals from the cell surface to the nucleus, thereby modulating gene expression. Recent studies have demonstrated that myocardial ischemia and reperfusion induce rapid activation of this pathway. Although the functional consequences of this event remain to b...

Journal: :Cancer research 2000
Z Ni W Lou E S Leman A C Gao

Overexpression of interleukin 6, a downstream target of the GBX2 homeobox gene, has been linked to the progression of prostate cancer. The Janus kinase-signal transducers and activators of transcription signaling pathway transmits interleukin 6-mediated signals from cell surface receptors to the target genes in the nucleus and is critical in mediating cellular growth and differentiation. We dem...

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

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

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