Difference between revisions of "Part:BBa K1965049"

 
Line 3: Line 3:
 
<partinfo>BBa_K1965049 short</partinfo>
 
<partinfo>BBa_K1965049 short</partinfo>
  
description
+
<html lang="en">
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <title></title>
 +
    <style>
 +
        .ui.medium.image {
 +
            width: 100%;
 +
        }
 +
    </style>
 +
    <script type="text/javascript">
 +
        $(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 + 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 - 110);
 +
                })
 +
            });
 +
        }
 +
        $(document).ready(enumerate);
 +
    </script>
 +
</head>
 +
<body>
 +
 
 +
<p>This construct consists of a C-terminal part of the split luciferase that is fused to the P5 coiled coil (<ref>1</ref>) via a linker which contains the cleavage substrate for PPV protease. The construct also contains the HA tag on the C-terminus. The P5 coiled coil dimerizes with the AP6 and P6 coiled coils. If its partner coiled coil (AP6 or P6) contains the N-terminal part of the split luciferase, then dimerization of  the two coils enables luciferase reconstitution due to the close proximity of the split luciferase parts. However, because the linker contains PPV protease cleavage substrate,  the cLuc can be cleaved off in the presence of the PPV protease, preventing reconstitution of the split luciferase. </p>
 +
</body>
 +
</html>
 +
 
  
 
<!-- Add more about the biology of this part here
 
<!-- Add more about the biology of this part here

Revision as of 17:55, 18 October 2016


P3:GS6:PPVs:GS6:cLuc:HA

This construct consists of a C-terminal part of the split luciferase that is fused to the P5 coiled coil (1) via a linker which contains the cleavage substrate for PPV protease. The construct also contains the HA tag on the C-terminus. The P5 coiled coil dimerizes with the AP6 and P6 coiled coils. If its partner coiled coil (AP6 or P6) contains the N-terminal part of the split luciferase, then dimerization of the two coils enables luciferase reconstitution due to the close proximity of the split luciferase parts. However, because the linker contains PPV protease cleavage substrate, the cLuc can be cleaved off in the presence of the PPV protease, preventing reconstitution of the split luciferase.


Sequence and Features


Assembly Compatibility:
  • 10
    COMPATIBLE WITH RFC[10]
  • 12
    COMPATIBLE WITH RFC[12]
  • 21
    COMPATIBLE WITH RFC[21]
  • 23
    COMPATIBLE WITH RFC[23]
  • 25
    INCOMPATIBLE WITH RFC[25]
    Illegal NgoMIV site found at 139
  • 1000
    COMPATIBLE WITH RFC[1000]