نتایج جستجو برای: liver dendritic cells

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

Journal: :Anticancer research 2016
Hiroshi Hasegawa Kimihiro Yamashita Dai Otsubo Yoshihiro Kakeji

BACKGROUND/AIM Both free alpha-galactosylceramide (αGalCer) and αGalCer-loaded dendritic cells (DCG) activate invariant natural killer T (iNKT) cells to varying degrees, with αGalCer inducing liver injury. We sought to evaluate liver injury by these two pathways. MATERIALS AND METHODS Mice were injected with αGalCer or DCG followed by analysis of serum alanine transaminase (ALT) activity leve...

باغبان اسلامی‏ نژاد, محمدرضا , ستوده‏ نژاد نعمت‌الهی, فتاح, طیبی کمردی, مهرناز , پورغلامی‏ نژاد, آرش ,

Mesenchymal Stem Cells (MSCs) are well known as the regulator of the immune system. These multipotent non-hematopoietic progenitor cells have been originally isolated from bone marrow, and later on found in several other tissues, such as skeletal muscle, umbilical cord blood, adipose and fetal liver tissues. Immunomodulatory effects of MSCs on a variety of immune cells such as T and B lymphocyt...

Journal: :The Journal of Experimental Medicine 1982
WEF Klinkert JH LaBadie WE Bowers

Single cell suspensions of rat lymphoid and nonlymphoid tissues were fractionated on discontinuous gradients of bovine serum albumin into high density and low density subfractions. In general, accessory activity required for responses of periodate-treated T lymphocytes was recovered only in a low density population containing a small percent of the total fractionated cells from lymph nodes, spl...

Journal: :Journal of clinical and experimental hepatology 2023

BackgroundHepatic stellate cells (HSC) are the key mediators of fibrosis development in non-alcoholic fatty liver disease (NAFLD). Hepatic inflammation induced by high-fat diet activates HSCs, which differentiate to myofibroblasts and produce extracellular fibrillar matrix. HSC activation during hepatic fibrogenesis is modulated cytokines growth factors produced stressed hepatocytes macrophages...

Journal: :Cancer research and treatment : official journal of Korean Cancer Association 2010
Bo Sik Choi Jin Ho Baek Young Min Shin Jong Hyung Kim Hyung Wook Kim Soon Jung Lee Hee Jeong Cha

Follicular dendritic cells (FDC) are non-lymphoid, non-phagocytic accessory cells of the immune system and these cells are essential for antigen presentation and regulation of the reactions in germinal centers. Follicular dendritic cell sarcoma (FDCS) is a rare neoplasm that shows a low-to-intermediate malignant potential. The most commonly involved sites are the lymph nodes, but FDCS may also ...

Journal: :The Journal of Experimental Medicine 2007
Hema Bashyam Richard Robinson

Please note that the story inaccurately attributed the observation of dendritic cells in the lung and liver to Poulin et al. This discovery was in fact made by Bursch et al. The html and pdf versions have been corrected.

Journal: :acta medica iranica 0
saeid abediankenari department of microbiology and immunology, school of medicine, mazandaran university of medical sciences, sari, iran. maryam ghasemi department of pathology, school of medicine, mazandaran university of medical sciences, sari, iran. mohammad bagher eslami department of pathobiology, school of health, tehran university of medical sciences, tehran, iran.

during antigen capture and processing, mature dendritic cells (dc) express large amounts of peptide-mhc complexes and accessory molecules on their surface. we investigated the role of ifn-β in induction hla-g expression on the monocyte derived dc and cytokine profile in diabetes type 1. we accomplished secretary pattern and total cytokine production of the th1 cytokine (il-2, γifn) and th2 cyto...

Objective(s):Growing evidence indicates that extract of Ginkgo biloba (EGb) attenuates hippocampal-dependent memory deficit in aged individuals; however, very little is known about the effect of EGb on the structure of hippocampus. Therefore we examined the EGb-induced morphological changes of the Cornu Ammonis (CA) region in aged rats. Materials and Methods: Sixteen aged male Wistar rats, 24 ...

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

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

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