نتایج جستجو برای: t helper 9

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

Journal: :The Journal of Experimental Medicine 1977
L M Pilarski P A Bretscher L L Baum

Concanavalin A stimulation of T-cell cytotoxicity has been shown to be absolutely dependent on helper T-cell collaboration. Thymocytes stimulated with ConA do not differentiate to yield cytotoxic effector cells. However, thymocytes cocultured with irradiated spleen cells as helpers and ConA yield high levels of cytotoxicity. The helper cell bears theta antigens on its surface, is not an adheren...

Journal: :Bulletin of mathematical biology 2001
C Bergmann J L Van Hemmen L A Segel

Two types of T helper (Th) cells have been defined on the basis of their cytokine secretion patterns. The decision of a naive T cell to differentiate into Th1 or Th2 is crucial, since to a first approximation it determines whether a cell-mediated or humoral immune response is triggered against a particular pathogen, which profoundly influences disease outcome. Here we show that the internal beh...

2017
Nadine Lanzke Mario Menk Clarissa von Haefen Lilit Sargsyan Bianca Scharf Klaus-Dieter Wernecke Claudia D Spies

Background Interactions between alcohol, infection, and surgery and their effect on differentiation and functionality of T helper cells are not yet completely understood. We hypothesized that alcohol and surgery disturb differentiation of T helper cells and contribute to an impaired immune response. Methods Mice were treated with alcohol for two weeks. Saline treatment served as control. Clin...

2015
J. Scott Hale Rafi Ahmed

T follicular helper (Tfh) cells are the subset of CD4 T helper cells that are required for generation and maintenance of germinal center reactions and the generation of long-lived humoral immunity. This specialized T helper subset provides help to cognate B cells via their expression of CD40 ligand, IL-21, IL-4, and other molecules. Tfh cells are characterized by their expression of the chemoki...

Journal: :Translational and regulatory sciences 2023

Anaphylaxis caused by allergen sensitization and vaccination is a serious health concern. The severity of anaphylaxis associated with the presence immunoglobulin E (IgE) antibodies that bind to allergens high affinity. Here, we report development unique Interleukin-13 (IL-13)-producing follicular helper T (TFH) cell subset, designated TFH2 cells, which tightly production high-affinity IgE antib...

2014
Michelle A Linterman Alice E Denton Devina P Divekar Ilona Zvetkova Leanne Kane Cristina Ferreira Marc Veldhoen Simon Clare Gordon Dougan Marion Espéli Kenneth G C Smith

The co-stimulatory molecule CD28 is essential for activation of helper T cells. Despite this critical role, it is not known whether CD28 has functions in maintaining T cell responses following activation. To determine the role for CD28 after T cell priming, we generated a strain of mice where CD28 is removed from CD4(+) T cells after priming. We show that continued CD28 expression is important ...

Journal: :The Journal of Experimental Medicine 1978
L L Baum L M Pilarski

Antigen-specific helper T cells are required in the generation of cytotoxic T cells from thymocyte precursors. We have demonstrated that these alloantigen-specific helper cells can be generated in vitro and that both the quantity and quality of the helpers appear to be superior to the help obtained from unprimed spleen cells. Optimal helper cell activity is produced at day two of culture when C...

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

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

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