Primary Identifier | MGI:7718618 | Allele Type | Endonuclease-mediated |
Attribute String | Modified regulatory region | Gene | Rr67142 |
Strain of Origin | C57BL/6NCr | Is Recombinase | false |
Is Wild Type | false |
molecularNote | CTCF-binding site C5, part of Sox2 distal super-enhancer SCR (
function showMoreInlineList(listDiv) {
jQuery(listDiv + ' ul li').each(function(index) {
if (!jQuery(this).is(":visible")) {
jQuery(this).show();
}
});
jQuery(listDiv + ' ul li.show-more').hide();
}
function applyShowMoreInlineList(listDiv, listLength) {
jQuery(listDiv + ' ul li').each(function(index) {
listLength -= jQuery(this).text().length;
if (listLength <= 0) {
jQuery(this).hide();
}
});
if (listLength <= 0) {
jQuery('', {
'class': 'show-more',
'html': jQuery('', {
'href': '#',
'title': 'Show more items',
'text': 'Show more',
'click': function(e) {
showMoreInlineList(listDiv);
e.preventDefault();
}
})
}).appendTo(listDiv + ' ul');
}
}
|