نتایج جستجو برای: lymphocyte globulin

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

2017
Maja Buszko Benno Cardini Rupert Oberhuber Lukas Oberhuber Bojana Jakic Anja Beierfuss Georg Wick Giuseppe Cappellano

Thymoglobulin (ATG) is a polyclonal rabbit antibody against human thymocytes used as a T cell-depleting agent to prevent or treat allotransplant rejection. The aim of the present study was to investigate the effect of low dose ATG treatment exclusively on T cells using a humanized BALB/c human CD3Ɛ transgenic mouse model expressing both human and murine T cell receptors (TCR). Mice received a s...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2015
Rob M Higgins Sunil Daga Dan A Mitchell

Rejection caused by donor-specific antibodies (principally ABO and HLA antibodies) has become one of the major barriers to successful long-term transplantation. This review focuses on clinical outcomes in antibody-incompatible transplantation, the current state of the science underpinning clinical observations, and how these may be translated into further novel therapies. The clinical outcomes ...

2017
Christian Münz

Abstract: Autophagy-related (Atg) gene-encoded proteins were originally described for their crucial role in macroautophagy, a catabolic pathway for cytoplasmic constituent degradation in lysosomes. Recently it has become clear that modules of this machinery can also be used to influence endo- and exocytosis. This mini review discusses how these alternative Atg functions support virus replicatio...

Journal: :Haematologica 2002
Francesco Graziani Maria Teresa Van Lint Alida Dominietto Anna Maria Raiola Carmela Di Grazia Teresa Lamparelli Francesca Gualandi Stefania Bregante Merilù Fiorone Barbara Bruno Andrea Bacigalupo

BACKGROUND AND OBJECTIVES The efficacy of antithymocyte globulin (ATG) in the treatment of graft-versus-host disease (GvHD) is controversial. In the present study we report on the use of low dose ATG (thymoglobuline, Sangstat) and steroids in 28 patients with moderate to severe acute GvHD. DESIGN AND METHODS Fifteen patients received ATG as first-line treatment within 14 days of the diagnosis...

Journal: :Food production, processing and nutrition 2021

Abstract This work evaluated the functional properties of sesame protein fractions in order to determine their potential food applications. Sesame seed were prepared according solubility: water-soluble (albumin), salt-soluble (globulin), alkaline-soluble (glutelin) and ethanol-soluble (prolamin). Globulin was most abundant fraction, consisting 91% protein, followed by glutelin, albumin prolamin...

2011
Martin L. Mai Thomas A. Gonwa

Rabbit anti-thymocyte globulin is used worldwide to treat and prevent rejection in kidney transplantation. Multiple mechanisms of action of this polyclonal preparation are responsible for its success. Studies have supported clinical benefits of rabbit anti-thymocyte globulin in high immunological risk kidney transplant recipients when used as an induction agent at the time of transplant and for...

Journal: :Iranian journal of allergy, asthma, and immunology 2006
Seyed Hesamedin Nabavizadeh Mehran Karimi Reza Amin

Polyclonal anti-thymocyte globulin (ATG) is used as an immunosuppressive agent in the treatment of aplastic anemia (AA). Serum sickness is a recognized side effect of ATG. We observed abnormal skin manifestation in patient with aplastic anemia who had been treated with ATG. We conclude that abnormal immune function caused by aplastic anemia and ATG and corticosteroids may aggravate the signs of...

Journal: :Annals of clinical and laboratory science 1990
J Lazarchick R Russell B Horn

Anti-thymocyte globulin is strongly reactive with platelets as measured by flow cytometric analysis. This reactivity appears to be independent of human leukocyte antigen (HLA) phenotype, is dose-dependent with saturation of platelet binding sites readily achieved with concentrations of horse anti-thymocyte globulin (ATG) at 0.25 mg per ml, and cannot be blocked with human anti-PLA1 antibody nor...

Journal: :Buletin Fakultas Peternakan Universitas Gadjah Mada 2022

The study aimed at examining the hematological and biochemical profiles of Wonosobo sheep blood in various physiological conditions. There were 32 conditions, including 17 ewe lamb 1-2 months age, 5 pregnant female 12-48 age 3 pregnancy, second lactation period ram age. Each was put individual sheepfold given Pakchong-1 grass, dried kangkong, concentrate. Drinking water ad libitum. Blood sample...

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

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

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