Cell Marque: Words from our Pathologists – SATB2
Products are for professional/laboratory use only.
Abacus dx is pleased to share Cell Marque’s Words from our Pathologists article that discusses SATB2 (EP281).
Special AT-rich sequence-binding protein 2 (SATB2) is a recently described marker that functions as a nuclear matrix-associated transcription factor. SATB2 is a nuclear marker suitable for use in panels classifying carcinomas of unknown primary (CUP) origin.
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(); });