نتایج جستجو برای: ژن nfkb

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

پایان نامه :وزارت بهداشت، درمان و آموزش پزشکی - دانشگاه علوم پزشکی و خدمات بهداشتی درمانی تهران 1330

چکیده ندارد.

ژورنال: افق دانش 2021

Aim: Leukemia targets are one of the most common childhood malignancies. Epstein-Barr virus is a tumorigenic virus of the herpes family of viruses and causes primary infection in young children. The aim of this study was to evaluate the increase in NFKB expression following EBV virus and its contribution to the half-life of EBV-positive acute lymphoblastic leukemia patients. Materials and Meth...

2005
L Andresen V L Jørgensen J Eugen-Olsen J Rask-Madsen

Background and aims: Expression of inducible nitric oxide synthase (iNOS) is greatly upregulated in the colonic mucosa of patients with collagenous and ulcerative colitis. As the transcription factor nuclear factor kB (NFkB) is a major inducer of iNOS gene expression, we compared activation and transcriptional activity of NFkB in colonic mucosal biopsies from these patients. Patients: Eight pat...

2014
Yulia N. Demchenko Leslie A. Brents Zhihong Li Leif P. Bergsagel Lawrence R. McGee Michael W. Kuehl

NFkB activity is critical for survival and proliferation of normal lymphoid cells and many kinds of B-cell tumors, including multiple myeloma (MM). NFkB activating mutations, which are apparent progression events, enable MM tumors to become less dependent on bone marrow signals that activate NFkB. Mutations that activate NFkB-inducing kinase (NIK) protein are the most prevalent among the many k...

2015
Rachel Tsui Jeffrey D. Kearns Candace Lynch Don Vu Kim A. Ngo Soumen Basak Gourisankar Ghosh Alexander Hoffmann

The NFkB family of dimeric transcription factors regulate inflammatory and immune responses. While the dynamic control of NFkB dimer activity via the IkB–NFkB signalling module is well understood, there is little information on how specific dimer repertoires are generated from Rel family polypeptides. Here we report the iterative construction—guided by in vitro and in vivo experimentation—of a ...

1997
Paolo Ciana Antonino Neri Catarina Cappellini Federica Cavallo Mauro Pomati Chih-Chao Chang Anna Teresa Maiolo Luigia Lombardi

The NFKB-2 (Lyt-10) gene codes for an NF-kB-related transcription factor containing rel-polyG-ankyrin domains. Rearrangements of the NFKB-2 locus leading to the production of 3' truncated NFKB-2 proteins are recurrently found in lymphoid neoplasms, particularly cutaneous lymphomas. Such mutant NFKB-2 proteins have lost the ability to repress transcription that is typical of NFKB-2 subunit p52, ...

2017
Arundhati Jana Nancy L Krett Grace Guzman Ahmer Khalid Ozkan Ozden Jonas J Staudacher Jessica Bauer Seung Hyun Baik Timothy Carroll Cemal Yazici Barbara Jung

Colorectal cancer (CRC) remains a common and deadly cancer due to metastatic disease. Activin and TGFB (TGFβ) signaling are growth suppressive pathways that exert non-canonical pro-metastatic effects late in CRC carcinogenesis. We have recently shown that activin downregulates p21 via ubiquitination and degradation associated with enhanced cellular migration independent of SMADs. To investigate...

2013
Dipanjana Datta De Arindam Datta Sumana Bhattacharjya Susanta Roychoudhury

Helicobacter pylori is a major pathogen associated with the development of gastroduodenal diseases. It has been reported that H. pylori induced pro-inflammatory cytokine IL1B is one of the various modulators of acid secretion in the gut. Earlier we reported that IL1B-activated NFkB down-regulates gastrin, the major hormonal regulator of acid secretion. In this study, the probable pathway by whi...

Journal: :Biochemical Society transactions 1993
T M Mahon P Brennan L A O'Neill

Nuclear factor kappa B (NFKB) is a transcription factor that is activated in many different cell types. In response to viruses, bacteria and stress factors as well as phorbol esters and inflammatory cytokines such as interleukin 1 ( ILl ) , NFKB becomes activated [ I ] . It regulates the expression of various genes involved in the immune and inflammatory response, including the genes for cytoki...

2010
Yulia N. Demchenko W. Michael Kuehl

NFkB transcription factors play a key role in the survival and proliferation of many kinds of B-cell tumors, including multiple myeloma (MM). It was shown that NFkB activation in MM tumors results mainly from extrinsic signaling by APRIL and BAFF ligands that stimulate receptors on normal plasma cells as well as on pre-malignant monoclonal gammopathy of undetermined significance (MGUS) and MM t...

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

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

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