Difference between revisions of "Part:BBa K1965024"
Line 13: | Line 13: | ||
</style> | </style> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | $(function () { | + | $(this).find('ref').each(function () { |
− | + | var label = $(this).text(); | |
− | + | $(this).click(function (event) { | |
− | + | event.preventDefault(); | |
− | var | + | }); |
− | + | var number = figures[1][label]; | |
− | + | $(this).html("<a href=''>Figure " + figures[1][label] + "</a>"); | |
+ | $(this).on('click', function () { | ||
+ | window.scroll(0, $(figures[0][number]).offset().top + 100); | ||
+ | }) | ||
}); | }); | ||
− | + | function enumerateKeys(object) { | |
− | + | var numberPairs = {}; | |
− | + | var objectPairs = {}; | |
− | + | var number = 0; | |
− | + | ||
+ | var matches = document.body.querySelectorAll(object + '[data-ref]'); | ||
+ | while (number < matches.length) { | ||
+ | var refName = matches[number].dataset.ref; | ||
+ | if (refName in numberPairs) { | ||
+ | console.log(refName, "This label has already been assigned."); | ||
+ | } else { | ||
+ | numberPairs[number + 1] = matches[number]; | ||
+ | objectPairs[refName] = number + 1; | ||
+ | } | ||
+ | number++; | ||
+ | } | ||
+ | return [numberPairs, objectPairs, number]; | ||
+ | }; | ||
+ | function enumerate() { | ||
+ | var figures = enumerateKeys('figure'); | ||
+ | var maximum = figures[2]; | ||
+ | |||
+ | for (var number = 1; number <= maximum; number++) { | ||
+ | if (number in figures[0]) { | ||
+ | $(figures[0][number]).children('figcaption').prepend("Figure " + number + ": ") | ||
+ | } | ||
+ | } | ||
+ | |||
+ | $(this).find('ref').each(function () { | ||
+ | var label = $(this).text(); | ||
+ | $(this).click(function (event) { | ||
+ | event.preventDefault(); | ||
+ | }); | ||
+ | var number = figures[1][label]; | ||
+ | $(this).html("<a href=''>Figure " + figures[1][label] + "</a>"); | ||
+ | $(this).on('click', function () { | ||
+ | window.scroll(0, $(figures[0][number]).offset().top - 120); | ||
+ | }) | ||
+ | }); | ||
+ | } | ||
+ | $(document).ready(enumerate); | ||
+ | </script> | ||
</head> | </head> | ||
− | <body | + | <body> |
<h3>Introduction </h3> | <h3>Introduction </h3> | ||
Line 70: | Line 109: | ||
</div> | </div> | ||
− | <h3 | + | <h3>References</h3> |
− | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:54, 16 October 2016
erTEVp
Introduction
Endoplasmic reticulum active TEV (erTEVp) is a modified version of the 27kDa tobacco etches virus protease (TEVp).
TEVp and other potyviral proteases have been previously shown to be functional in mammalian cells, however Cesaratto
et al. have shown that wild type TEV protease is not active in the lumen of the ER
Characterization
In order to test erTEV function, we designed an ER localized reporter construct SS:TagRFP:AU1:TEVs:KDEL (link) with introduced TEVp recognition motif with aminoacid sequence ENLYFQ-S before the KDEL sequence on the C-terminal end of the reporter. Furthermore, this system was aimed to be used for inducible secretion from the lumen of ER by triggered removal of the KDEL sequence.
This construct was expressed under the CMV promoter. The coding sequence for erTEVp was deposited in pSB1C3.
When erTEVp was present and active in the ER, the KDEL sequence of the reporter was removed from the reporter and the protein was secreted from the cell, which we detected with western blot ( 1 ).
References
Sequence and Features
- 10COMPATIBLE WITH RFC[10]
- 12COMPATIBLE WITH RFC[12]
- 21COMPATIBLE WITH RFC[21]
- 23COMPATIBLE WITH RFC[23]
- 25COMPATIBLE WITH RFC[25]
- 1000INCOMPATIBLE WITH RFC[1000]Illegal BsaI site found at 784