نتایج جستجو برای: human leukocyte antigen g (hla

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

Journal: :basic and clinical cancer research 0
ali-akbar amirzargar molecular immunology research center, tehran university of medical sciences majid mahmoodi cancer research center, cancer institute, tehran university of medical sciences. hedayat nahvi cancer research center, cancer institute, tehran university of medical sciences mehdi mahmoodi molecular immunology research center, tehran university of medical sciences zahra safari islamic azad university, young researcher club, pishva-varamin branch, iran amir kasaian cancer research center, cancer institute, tehran university of medical sciences

background: the study aimed to examine the association between human leukocyte antigen (hla) class ii allele frequencies and breast cancer in iranian women. methods: a total of 100 patients with pathologically proven breast cancer who referred to cancer institute were randomly selected and compared with a group of age matched healthy blood donors (n = 80). hla class ii alleles were determined b...

Journal: :gastroenterology and hepatology from bed to bench 0
ehsan nazemalhosseini-mojarad gastroenterology and liver diseases research center, shahid beheshti university of medical sciences, tehran, iran peter j.k. kuppen department of surgery, leiden university medical center, leiden, the netherlands mohammad reza zali gastroenterology and liver diseases research center, shahid beheshti university of medical sciences, tehran, iran

.

Journal: :iranian biomedical journal 0
محمدرضا رضوانی mohammad reza rezvany اعظم کاظمی azam kazemi عباس حاجی فتحعلی abbas hajifathali سعید کاویانی saeed kaviani håkan hakan mellstedt

the human leukocyte antigen g (hla-g) molecule exhibits limited tissue distribution, low polymorphism and alternative splicings that generate seven hla-g isoforms. hla-g exerts multiple immunoregulatory functions. recent studies indicate an ectopic up-regulation in tumor cells that may favor their escape from anti-tumor immune responses. this study it is an effort to clarify the presence of hla...

Background and Aims: Human leukocyte antigen (HLA) molecules play a substantial role in T Lymphocyte-mediated adaptive immune response. Down-regulation of HLA expression may help the tumor to escape from immune surveillance. This study aimed to evaluate the correlation between HLA-G and HLA-E tissue distribution and the degree of tumor malignancy in human breast tumors. Materials and Methods:...

Background: During pregnancy, the maternal immune system is in close contact with cells and tissue from the semiallogenic fetus .The human leucocyte antigen (HLA) class Ib molecules, HLA-E, -F and -G, are expressed at the materno-fetal interface. Because of the apparent immunoregulatory functions of these proteins, they may be involved in successful acceptance of the semi-allogenic fetus during...

Journal: :iranian journal of allergy, asthma and immunology 0
saeid abediankenari immunogenetic research center, faculty of medicine, mazandaran university of medical sciences, sari, iran. faramars farzad faculty of medicine, mazandaran university of medical sciences, sari, iran. zahra rahmani department of obstetrics, faculty of medicine, mazandaran university of medical sciences, sari, iran. mohammad bagher hashemi-soteh immunogenetic research center, faculty of medicine, mazandaran university of medical sciences, sari, iran.

human leukocyte antigen-g which is an immune tolerance effecter molecule has an important role in the maintenance of fetus during pregnancy. abortion is one of the complications of pregnancy period.  in this research, we have studied levels of hla-g 5, hla-g7 isoforms in the abortion-threatened pregnant women in comparison with controls. in a case-control study, 101 abortion-threatened women an...

Dehghan M, Farivar S

Background: During pregnancy, the maternal immune system is in close contact with cells and tissue from the semiallogenic fetus .The Human Leucocyte Antigen (HLA) class Ib molecules, HLA-E, -F and -G, are expressed at the materno-fetal interface. Because of the apparent immunoregulatory functions of these proteins, they may be involved in successful acceptance of the semi-allogenic fetus during...

Maryam Ghasemi, Saeid Abediankenari, Young-June Kim,

Background: During antigen capture and processing, mature dendritic cells (DC) express large amounts of peptide-MHC complexes and accessory molecules on their surface. DC are antigen-presenting cells that have an important role in tolerance and autoimmunity. The transforming growth factor-beta1 (TGF-β1) cytokine has a regulatory role on the immune and non-immune cells. The aim of this study is ...

آزاده, حسین , حسین نتاج, هادی , رحمانی, زهرا , سادات شبیری, سعیده , عابدیان کناری, سعید ,

Background: Pregnancy is a phenomenon that antigens of semi allogenic fetus are in direct contact with mother's immune system. Immune dysregulation can cause fetus rejection by mother's immune system responses. Human leukocyte antigen-G1, as an immunotolerant molecule has a major role to induce tolerance during pregnancy by suppression of natural killer cells through inhibitor receptors on thes...

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

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

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