Difference between revisions of "Part:BBa K5280401"

 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
  
 
__NOTOC__
 
__NOTOC__
 +
 +
<html>
 +
 +
<head>
 +
    <style>
 +
        body {
 +
            font-family: Arial, sans-serif; /* Set a clean font */
 +
            background-color: #eaeaea; /* Light background for the entire page */
 +
            color: #333; /* Dark text color for better readability */
 +
            padding: 20px; /* Space around the content */
 +
        }
 +
 +
 +
html
 +
    .figure-box {
 +
        border: 2px solid #007BFF; /* Blue border for a modern look */
 +
        padding: 15px; /* Space inside the box */
 +
        margin: 20px; /* Space outside the box */
 +
        display: inline-block; /* Keep the box only as wide as its content */
 +
        border-radius: 10px; /* More rounded corners */
 +
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow for depth */
 +
        background-color: #ffffff; /* White background for the box */
 +
        transition: box-shadow 0.3s ease; /* Smooth transition for hover effect */
 +
    }
 +
 +
    .figure-box:hover {
 +
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3); /* Darker shadow on hover */
 +
    }
 +
 +
    .figure-box img {
 +
        width: 100%; /* Make image responsive */
 +
        height: auto; /* Maintain aspect ratio */
 +
        border-radius: 5px; /* Slightly round the image corners */
 +
    }
 +
 +
    .figure-box p {
 +
        margin-top: 15px; /* Space between image and text */
 +
        line-height: 1.6; /* Improved line spacing for readability */
 +
    }
 +
</style>
 +
 +
 +
</head>
 +
</html>
 +
 
<partinfo>BBa_K5280401 short</partinfo>
 
<partinfo>BBa_K5280401 short</partinfo>
  
 
PcolE48 is a promoter to which LexRO (BBa_K5280129) binds and represses the expression of genes driven by the promoter. The promoter mainly consists of two parts: ColE promoter, which is a strong promoter, and LexA(408)-operator, which is the binding site of LexRO.
 
PcolE48 is a promoter to which LexRO (BBa_K5280129) binds and represses the expression of genes driven by the promoter. The promoter mainly consists of two parts: ColE promoter, which is a strong promoter, and LexA(408)-operator, which is the binding site of LexRO.
 
<!-- Add more about the biology of this part here
 
===Usage and Biology===
 
  
 
<!-- -->
 
<!-- -->
<span class='h3bb'>Sequence and Features</span>
+
=== Sequence and Features ===
 
<partinfo>BBa_K5280401 SequenceAndFeatures</partinfo>
 
<partinfo>BBa_K5280401 SequenceAndFeatures</partinfo>
 +
 +
<!-- Add more about the biology of this part here -->
 +
===Usage and Biology===
 +
 +
PcolE408 basically has 2 parts:
 +
* ColE promoter, which is used to drive the expression of downstream genes;
 +
* LexA(408) operator, which is used to provide the regulatory site for LexRO.
 +
 +
The basic working principle is illustrated in the figure below. For more information, you can refer to the part page <partinfo>BBa_K5280129</partinfo>.
 +
 +
<html>
 +
<body>
 +
    <div class="figure-box">
 +
        <img
 +
            src="https://static.igem.wiki/teams/5280/registry/lexro/lexro-mechanism-ver-2.png"
 +
            style="width:900px; display:block; margin:0;"
 +
            alt="In the experiments, E. coli transformed with an empty vector were used as negative controls."
 +
        >
 +
        <p>
 +
            This figure shows the mechanism of the eLightOn system (LexRO based regulation system).
 +
        </p>
 +
    </div>
 +
</body>
 +
</html>
  
  

Latest revision as of 13:56, 29 September 2024


PcolE408

PcolE48 is a promoter to which LexRO (BBa_K5280129) binds and represses the expression of genes driven by the promoter. The promoter mainly consists of two parts: ColE promoter, which is a strong promoter, and LexA(408)-operator, which is the binding site of LexRO.

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
    COMPATIBLE WITH RFC[25]
  • 1000
    COMPATIBLE WITH RFC[1000]

Usage and Biology

PcolE408 basically has 2 parts:

  • ColE promoter, which is used to drive the expression of downstream genes;
  • LexA(408) operator, which is used to provide the regulatory site for LexRO.

The basic working principle is illustrated in the figure below. For more information, you can refer to the part page BBa_K5280129.

In the experiments, E. coli transformed with an empty vector were used as negative controls.

This figure shows the mechanism of the eLightOn system (LexRO based regulation system).