| Primary Identifier | MGI:6457549 | Allele Type | Targeted |
| Attribute String | Epitope tag | Gene | Gli3 |
| Transmission | Germline | Strain of Origin | (C57BL/6 x 129S4/SvJae)F1 |
| Is Recombinase | false | Is Wild Type | false |
| molecularNote | Sequence for triple FLAG tags was inserted immediately downstream of the ATG translation start site, followed by sequence for an AviTag (GLNDIFEAQKIEWHE) and GSG linker sequence. The peptide encoded by this allele is thus tagged with N-terminal FLAG tags and contains an N-terminal biotinylation site that allows for streptavidin capture. The loxP site flanked neomycin resistance gene cassette that was also inserted was removed through subsequent cre-mediated recombination using mice carrying the
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');
}
}
|