Elinramstrom (Talk | contribs) |
Elinramstrom (Talk | contribs) |
||
Line 667: | Line 667: | ||
+ | |||
+ | <!--------NEXT PART----------> | ||
+ | |||
+ | <h1 id="first-title">Feces Analysis</h1> | ||
+ | <p>The purpose of this experiment was to determine if fluorescent eukaryotic chromoproteins could be used as a reporter in horse manure. One of these proteins, amilGFP (green fluorescent protein) was chosen because it gave us a opportunity to work with a reporter system developed by earlier iGEM teams of Uppsala, namely those of 2011, 2012 and 2013. To test whether amilGFP was viable or not as a reporter system we decided to run some tests to see if amilGFP could be detected in horse manure, and later, to what extent using a plate reader (fluorescence spectrophotometer) with varying concentrations of amilGFP in liquid culture in horse manure. | ||
+ | </p> | ||
+ | |||
+ | <br><br><br> | ||
+ | |||
+ | |||
+ | <!-------BUTTONS FOR Feces Analysis-------> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <html> | ||
+ | <head> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <style> | ||
+ | .btn-group button { | ||
+ | background-color: #8B1A32; | ||
+ | color: #f9f9f9; /* White text */ | ||
+ | padding: 10px 24px; /* Some padding */ | ||
+ | cursor: pointer; /* Pointer/hand icon */ | ||
+ | font-size: 26px; | ||
+ | border-radius: 4px; | ||
+ | text-align: center; | ||
+ | |||
+ | transition: all 0.5s; | ||
+ | font-family: "raleway"; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | .btn-group span { | ||
+ | cursor: pointer; | ||
+ | display: inline-block; | ||
+ | position: relative; | ||
+ | transition: 0.5s; | ||
+ | } | ||
+ | |||
+ | .btn-group span:after { | ||
+ | content: '\00bb'; | ||
+ | position: absolute; | ||
+ | opacity: 0; | ||
+ | top: 0; | ||
+ | right: -20px; | ||
+ | transition: 0.5s; | ||
+ | } | ||
+ | |||
+ | /* Have added button:hover*/ | ||
+ | .btn-group button:hover span { | ||
+ | padding-right: 25px; | ||
+ | } | ||
+ | |||
+ | /* Have added button:hover*/ | ||
+ | .btn-group button:hover span:after { | ||
+ | opacity: 1; | ||
+ | right: 0; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | |||
+ | <div class="btn-group" style="width:100%"> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/Feces_Analysis_Design | ||
+ | "style="width:18%"><span>Design</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/Feces_Analysis_Protocols" style="width:19%"><span>Protocols</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/Feces_Analysis_Experiment" style="width:22%"><span>Experiment</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/Feces_Analysis_Result" style="width:18%"><span>Result</span></button> | ||
+ | <button onclick="window.location.href='https://2018.igem.org/Team:Uppsala/Reporter_System/Feces_Analysis_Notebook" style="width:21%"><span>Notebook</span></button> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | </html> | ||
Revision as of 11:27, 14 October 2018
UnaG Troubleshooting
One of the biobrick parts submitted by the 2016 Uppsala team was UnaG combined with a histidine tag and a flexible linker for extraction in affinity chromatography. We decided to use this part as our reporter system when we read about it. Mammalian intestines naturally have small amounts of bilirubin in them and also have a limited amount of oxygen present [1] (which is necessary for chromoprotein maturation [2]). we thought this could be a useful reporter. It also came with a flexible linker, which could be used to potentially connect this reporter system with another output molecule that might be usable to act as a secondary reporter to help detect our target nematodes.
While observing this part's sequence however, we found that there was an error and no histidine tag would be expressed due to the start codon being placed after the histidine tag. In addition, this part would also express less or no UnaG at all due to the RBS now having a significant amount of space between it and the start codon. We decided to incorporate this biobrick part into a custom composite part by moving the start codon to its proper location and then proving that the histidine tag works by extracting and purifying the protein via affinity chromatography. In addition, we conducted a fluorescent bilirubin test and used a plate reader to determine if our new part expressed more UnaG than the 2016 part.
However extraction of this protein poses some difficulty. UnaG, many other chromoproteins, is a membrane protein [3] and therefore needs special conditions to purify. The following report will show how we successfully extracted and purified UnaG from BL21 E. coli cells expressing our custom made plasmid.
Feces Analysis
The purpose of this experiment was to determine if fluorescent eukaryotic chromoproteins could be used as a reporter in horse manure. One of these proteins, amilGFP (green fluorescent protein) was chosen because it gave us a opportunity to work with a reporter system developed by earlier iGEM teams of Uppsala, namely those of 2011, 2012 and 2013. To test whether amilGFP was viable or not as a reporter system we decided to run some tests to see if amilGFP could be detected in horse manure, and later, to what extent using a plate reader (fluorescence spectrophotometer) with varying concentrations of amilGFP in liquid culture in horse manure.
Refereces
[1] Bowen R. Microbial Life in the Digestive Tract. online: http://www.vivo.colostate.edu/hbooks/pathphys/digestion/basics/gi_bugs.html. Accessed October 12, 2018.
[2] Engineering a palette of eukaryotic chromoproteins for bacterial synthetic biology | Journal of Biological Engineering | Full Text. online: https://jbioleng.biomedcentral.com/articles/10.1186/s13036-018-0100-0. Accessed October 12, 2018.
[3] Kumagai A, Ando R, Miyatake H, Greimel P, Kobayashi T, Hirabayashi Y, Shimogori T, Miyawaki A. 2013. A Bilirubin-Inducible Fluorescent Protein from Eel Muscle. Cell 153: 1602–1611.
</body>
</html>