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

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

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 1997
C Prin Mathieu E Renoult A Kennel De March M C Béné M Kessler G C Faure

BACKGROUND The therapeutic efficacy of horse antilymphocyte globulins (ALG) or of rabbit antithymocyte globulins (ATG), used for both the prevention and treatment of allograft rejection has been well documented. However, clinical use of these heterologous antibodies can result in the production of antibodies against horse or rabbit proteins and in the development of serum sickness via circulati...

2003
A. CATSOULIS

A number of diseases in man are associated with markedly increased gamma globulin levels in the serum and an even greater increase in total gamma globulin pool. The most striking of these is multiple myeloma, but elevations are also seen in cirrhosis of the liver, certain of the collagen diseases such as lupus erythematosus and rheumatoid arthritis, and a variety of chronic infectious processes...

Journal: :The Journal of Experimental Medicine 1962
Robert T. McCluskey Frederick Miller Baruj Benacerraf

Immunization of guinea pigs with denatured autologous gamma globulin results in the development of delayed hypersensitivity to some form of gamma globulin. When the autologous gamma globulin is subjected to denaturation with alkaline treatment as employed in this study, guinea pigs regularly develop reactivity to the immunizing material and occasionally to some form of heterologous gamma globul...

Journal: :The Journal of Experimental Medicine 1963
John L. Fahey Alan G. Robinson

Both synthetic and catabolic processes determine the serum gamma-globulin level. The rate of gamma-globulin synthesis appears to be the primary factor determining the amount of serum gamma-globulin. Increase of gamma-globulin synthesis (as may occur following immunization or development of plasma cell tumor) elevates the serum gamma-globulin level. This, in turn, accelerates the fractional rate...

Journal: :The Journal of Experimental Medicine 1960
H. J. Müller-Eberhard U. Nilsson

The protein of human serum, tentatively designated beta(1C)-globulin, was shown to possess serological activity and to be related to the complement system. Another serum protein (beta(1A)-globulin) was identified as the inactivated form of beta(1C)-globulin. Incubation of fresh serum with various immune precipitates or with soluble gamma-globulin aggregates at 37 degrees C. resulted in the remo...

Journal: :The Journal of Experimental Medicine 1965
Morten Harboe Barbara Rau Kimmo Aho

The serological and physicochemical properties of the following three forms of human anti-gamma-globulin factors were compared: (a) rheumatoid factors; (b) Milgrom type anti-gamma-globulin factors; and (c) factors directed against an antigen in human gammaG-globulin that is hidden in the intact molecule and revealed by enzymatic digestion at low pH. The property common to these factors is abili...

Journal: :Haematologica 2015
Diego V Clé Elias H Atta Danielle S P Dias Carlos B L Lima Mariana Bonduel Gabriela Sciuccati Larissa A Medeiros Michel M de Oliveira Marco A Salvino Marlene Garanito Sara T Ollala Saad Rodrigo T Calado Phillip Scheinberg

Journal: :The Journal of Experimental Medicine 1936
John G. Kidd J. W. Beard Peyton Rous

A method has been devised for serological tests with a virus producing rabbit papillomas that become carcinomatous. The discrete character of the growths caused by the virus when suitably diluted fits it notably for quantitative experimentation. It shows no tendency to lie latent in domestic rabbits though it does so on occasion in cottontails, the natural hosts. Sera which partially neutralize...

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

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

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