Bethyl White Paper: T-Cell Profiling
Products are for professional/laboratory use only. T-cells are the central regulators of the body’s immune system, and, when quantified, can provide significant insights about diseases.
Immune profiling using high-quality, specific, and consistently performing antibodies is an important way to understand disease progression and predict response to treatments.
The following white paper discusses the importance of immune profiling and presents a study where multiplex immunofluorescence was used to examine the tumor microenvironment of a cancer patient.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });