نتایج جستجو برای: blood cell surface markers

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

Mahbubeh Soofi Nader Tajik, Parisa Farnia Tahereh Mousavi,

Background: Protective immune responses induced in the majority of people infected with Mycobacterium tuberculosis enable them to control TB infection. Objective: The aim of this study was to investigate CD56 and CD16 positive peripheral blood mononu-clear cells (PBMCs) and leukocyte subsets from multi-drug resistant pulmonary tuber-culosis (MDR-TB), and compare them with nonresistant (NR) TB p...

پایان نامه :دانشگاه تربیت معلم - تهران - دانشکده ادبیات و علوم انسانی 1391

the present study aimed to investigate representation of discourse markers and metadiscourse markers in conversations and readings of general elt coursebook series used in the language centers of iran. to this aim, four elt coursebooks popularly taught in language centers of this country were analyzed based on fung and carter’s (2007) framework regarding discourse markers and hyland’s (2005) fr...

Journal: :iranian journal of immunology 0
tahereh mousavi department of immunology, iran university of medical sciences, tehran, iran parisa farnia mycobacteriology research center ( nritld), masih deneshvary hospital, tehran, iran nader tajik department of immunology, iran university of medical sciences, tehran, iran mahbubeh soofi mycobacteriology research center ( nritld), masih deneshvary hospital, tehran, iran

background: protective immune responses induced in the majority of people infected with mycobacterium tuberculosis enable them to control tb infection. objective: the aim of this study was to investigate cd56 and cd16 positive peripheral blood mononu-clear cells (pbmcs) and leukocyte subsets from multi-drug resistant pulmonary tuber-culosis (mdr-tb), and compare them with nonresistant (nr) tb p...

Journal: :Journal of Investigative Dermatology 2022

Dystrophic epidermolysis bullosa (DEB) is an inheritable blistering disease caused by mutations in COL7A1, which encodes type VII collagen. To address the issue of genotype-phenotype correlations DEB, analyzing consequences COL7A1 using mRNA indispensable. Herein we established a novel method for testing effect DEB extracted from peripheral blood mononuclear cells (PBMCs). We investigated four ...

Journal: :The EMBO journal 2012
Hisamichi Naito Hiroyasu Kidoya Susumu Sakimoto Taku Wakabayashi Nobuyuki Takakura

Vasculogenesis, the in-situ assembly of angioblast or endothelial progenitor cells (EPCs), may persist into adult life, contributing to new blood vessel formation. However, EPCs are scattered throughout newly developed blood vessels and cannot be solely responsible for vascularization. Here, we identify an endothelial progenitor/stem-like population located at the inner surface of preexisting b...

Journal: :iranian journal of blood and cancer 0
mohammad reza deyhim zahra nabavi mohammad ali jalili mahtab maghsoudloo fahimeh khoshnaghsh

background: blood is permanently exposed to oxidation stress and therefore has a high antioxidants capacity. many different factors increasing the demand for the antioxidant capacity can be observed in the stored blood of donors. consequently, damage to erythrocytes by free radicals may occur. so it is useful to control the alternation of anti-oxidant enzymes in stored blood at different days o...

Journal: :iranian journal of blood and cancer 0

a simple inexpensive con!nuous quality control method, by means of eight basic blood coun!ng parameters, obtained from automated hematology analyzers, using pa!ent samples, is described. a few samples with low, normal and high values were selected and introduced to the instrument early in the morning as the first count, the results of which are plo#ed on the appropriate chart as dots. the same ...

Journal: :Journal of Immunology 2023

Abstract The complex nature of the immune system requires deep interrogation at single-cell level. Flow cytometry using CyTOF® technology employs antibodies tagged with isotopically enriched metals instead fluorophores, resulting in discrete signals that facilitate highly multiparametric characterization on a CyTOF enables analysis over 50 parameters simultaneously without impediments spectral ...

Journal: :PloS one 2016
Loretta Müller Megan Meyer Rebecca N Bauer Haibo Zhou Hongtao Zhang Shannon Jones Carole Robinette Terry L Noah Ilona Jaspers

UNLABELLED Enhancing antiviral host defense responses through nutritional supplementation would be an attractive strategy in the fight against influenza. Using inoculation with live attenuated influenza virus (LAIV) as an infection model, we have recently shown that ingestion of sulforaphane-containing broccoli sprout homogenates (BSH) reduces markers of viral load in the nose. To investigate t...

ژورنال: دانشور پزشکی 2017
خیراندیش, مریم, صداقت, رضا, صراف‌نژاد‌, عبدالفتاح, عبدالملکی, محسن, مصفا, نریمان, یارایی, رویا,

Background: Animal models are crucial for the development of new therapies, especially in serious diseases such as cancer. In this study, cancer (leukemia) was established by an injection of cancerous cells and followed by evaluating cell markers in spleen and blood.  Materials and Methods: 5×106 BCL-1 cells were injected through tail vein into syngenic BALB/c mice. Then, 5 mice w...

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

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

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