Team:Uppsala/toxin-antitoxin-system
From 2013.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
</style> | </style> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | /*Acts once the document is loaded*/ $(document).ready(function() { /*Move the tn-main-wrap as child of <body>*/ $("#tn-main-wrap-wrap").prependTo($("body")); /*Move the menubars in the tn-main-wrap*/ $("#menubar.left-menu").appendTo($("#tn-main-wrap")); $("#menubar.right-menu").appendTo($("#tn-main-wrap")); | ||
+ | /*Spoiler JS*/ $(".tn-spoiler div").slideUp(); $(".tn-spoiler a").click(function(e) { e.preventDefault(); $(".tn-spoiler-active").removeClass("tn-spoiler-active"); $(this).parent().addClass("tn-spoiler-active"); $(".tn-spoiler").not(".tn-spoiler-active").children("div").slideUp(); $(".tn-spoiler-active").children("div").slideToggle(); }); | ||
+ | /*Add favicon*/ $("link[rel='shortcut icon']").remove(); $("head").append("<link rel='shortcut icon' type='image/png' href='https://static.igem.org/mediawiki/2013/6/6d/Uppsalas-cow-con.png'>"); }); | ||
+ | </script> | ||
</head> | </head> |
Revision as of 20:28, 3 October 2013
Toxin-antitoxin system
Keep your plasmids without antibiotic resistance
One of the challenges when creating synthetic systems in bacteria that serve a purpose besides increasing the fitness of the organism is that there is a negative selective pressure against keeping the system. Toxin-antitoxin systems can be used to make plasmids far more stabile without having to use antibiotics and antibiotic resistance. If a clone were to lose the plasmid, the toxin which usually has a longer half life than the antitoxin will kill the bacteria.Above is an example of how a toxin-antitoxin system could be applied together with a gene X. If the gene is toxic or expressed strongly enough there will be a substantial evolutionary pressure to lose the plasmid during cell division. However if the gene is present on a plasmid with a toxin-antitoxin system would be lethal due to the loss of the antitoxin gene.