Line 17: | Line 17: | ||
border: none; | border: none; | ||
outline: none; | outline: none; | ||
+ | /* I wanted to give a gradual change, but it's having some trouble reading the 'transition' property. I'll look into having it javascripted instead. */ | ||
/* transition: 0.4s linear; */ | /* transition: 0.4s linear; */ | ||
font-family: "Montserrat"; | font-family: "Montserrat"; | ||
Line 24: | Line 25: | ||
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ | /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */ | ||
− | . | + | .active, .accordion:hover { |
font: bold 20px "Montserrat", sans-serif; | font: bold 20px "Montserrat", sans-serif; | ||
border: 1px solid black; | border: 1px solid black; | ||
Line 47: | Line 48: | ||
.active:after { | .active:after { | ||
− | content: "-" | + | content: "-"; |
} | } | ||
table { | table { | ||
Line 71: | Line 72: | ||
word-spacing: 0.5em; | word-spacing: 0.5em; | ||
} | } | ||
− | + | /* This is a class given to the OVERVIEW div */ | |
+ | .overview{ | ||
+ | padding: 2em; | ||
+ | text-align: left; | ||
+ | } | ||
+ | /* This is a class give to the OVERVIEW div's table */ | ||
+ | .overview table{ | ||
+ | max-width: 80%; | ||
+ | margin: auto; | ||
+ | } | ||
+ | /*This is given to the PARTS div */ | ||
+ | .parts-wrapper{ | ||
+ | max-width: 100%; | ||
+ | text-align: left; | ||
+ | font-family: "Lora"; | ||
+ | padding: 2em; | ||
+ | border-top: 1px solid black; | ||
+ | } | ||
+ | /* This is give to the PARTS heading */ | ||
+ | .parts-wrapper h2 { | ||
+ | font-family: 'montserrat', sans-serif; | ||
+ | font-weight: 300; | ||
+ | padding-left: 0; | ||
+ | } | ||
Line 80: | Line 104: | ||
<h1>Interlab Study</h1> | <h1>Interlab Study</h1> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="overview"> | <div class="overview"> | ||
<h2 style="padding-left: 0;">OVERVIEW</h2> | <h2 style="padding-left: 0;">OVERVIEW</h2> | ||
− | <table | + | <table cellspacing="90rem"> |
<tr style="vertical-align:top;"> | <tr style="vertical-align:top;"> | ||
<td> | <td> | ||
Line 119: | Line 133: | ||
</table> | </table> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="parts-wrapper"> | <div class="parts-wrapper"> | ||
− | <h2 | + | <h2> PARTS RECEIVED </h2> |
<table style="width:70%"> | <table style="width:70%"> | ||
<tr> | <tr> | ||
Line 190: | Line 190: | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | |||
</style> | </style> |
Revision as of 17:16, 2 July 2018
Interlab Study
OVERVIEW
A challenge of synthetic biology is repeating measurements in different laboratories. For example, fluorescence data is difficult to compare either because it is reported in different units, or because different groups handle raw data differently. iGEM’s Measurement Committee thus aims to use the InterLab Study to eventually develop absolute units for measurements of green fluorescent protein (GFP) in a plate reader. This will improve the measurement tools of synthetic biologists. This year, the Committee aims to discover if it is possible to reduce lab-to-lab variability in fluorescence measurements by normalizing to absolute cell count or colony-forming units (CFUs) instead of optical density (OD). For this, we were required to measure the cell density of Escherichia coli ( E.Coli ) DH5⍺ cells using the methods below. |
Method 1: Converting between absorbance of cells to absorbance of a known concentration of beads
In the first method, silica beads are used to estimate the actual amount of cells during fluorescence measurement. These beads are modeled after a typical E. coli cell and are thus expected to scatter light in a similar way to E. Coli cells. As a sample of these silica beads gives a consistent and known absorbance measurement at 600 nm, absorbance measurements from a sample’s cell density can be converted into an “equivalent concentration of beads” measurement that should be more universal and comparable between different labs.
Method 2: Counting colony-forming units (CFUs) from the sample
In the second method, cell concentration is approximated is by plating a known volume of the sample and letting bacterial colonies grow. As each bacterial colony is assumed to represent a single cell (for cells that do not stick together), the cell concentration in the sample is then directly proportional to the number of CFUs. Using a scaling factor computed from negative and positive control CFUs, a conversion factor from absorbance to CFU can be computed. |
PARTS RECEIVED
Device | Part Number | Usage |
---|---|---|
Negative control | BBa_R0040 | TetR repressible promoter, medium strength promoter |
Positive Control | BBa_I20270 | Promoter MeasKit (J23151) |
Test Device 1 | BBa_J364000 | GFP expressing constitutive device |
Test Device 2 | BBa_J364001 | GFP expressing constitutive device |
Test Device 3 | BBa_J364002 | GFP expressing constitutive device |
Test Device 4 | BBa_J364007 | Expresses GFP under the control of a constitutive promoter |
Test Device 5 | BBa_J364008 | Expresses GFP under the control of a constitutive promoter |
Test Device 6 | BBa_J364009 | Expresses GFP under the control of a constitutive promoter |
MATERIALS & METHODS
Abs600 -- |
|
Fluorescence -- |
|
Materials
Method
|
|
Materials
Methods (A) To prepare the Microsphere Stock Solution
|
(B) To prepare the serial dilution of microsphere
|
Materials
Methods (A) To prepare the fluorescein stock solution
|
(B) To prepare the serial dilution of fluorescein
|
Materials
Methods Day 1: Transforming Escherichia coli strain DH5α with devices provided in the Distribution Kit
Day 2: Selecting Colonies and Growing Cells Overnight
|
Day 3: Cell Growth, Sampling and Assay
Part 1: Abs600nm and Fluorescence Measurement
Part 2: Colony Forming Units per 0.1 OD600 E. coli Cultures
Only Positive Control (BBa_I20270) cultures and Negative Control (BBa_R0040) were involved in this part.
|
Materials
|
Methods
|
DISCUSSION
Abs600 nmRate of growth is inferred from Net Abs 600 nm values; Net Abs 600 nm is a common method of measuring cell concentration. All cells except for cells transformed with Devices 1 and 5 had comparable rates of growth. In cells transformed with Devices 1 and 5, the increase in Net Abs 600 nm was significantly slower than cells transformed with the rest of the devices (see Figure Z). //add pictures
µM Fluorescein per OD- Cells transformed with Devices 1, 4 and 5 had the highest fluorescein readings per OD.
- µM fluorescein per OD of cells transformed with Device 3 were very low and at levels comparable to cells transformed with the Negative Control.
- Cells transformed with Devices 2 and 6 had similar µM fluorescein per OD to that of cells transformed with the Positive Control.
- Similar trends were observed for MEFL/particle.
Derivations/Inferences made about devices
|
Conclusion about devices
Devices 1 and 5 were inferred to have highest promoter strength upstream of the GFP gene. While they produced the highest fluorescein readings per OD, overexpression of GFP as a result of Devices 1 and 5 do not seem to be healthy for cells: cells were not observed to be able to cope with the overly high expression of GFP. In the same argument, Device 4 seemed to be the most advantageous for the experimenter: there was a high GFP production without a compromise of growth rate. Cells transformed with Device 4 seemed to be able to manage the level of metabolic stress and grow normally. |
CFU/mL/OD
Based on the data, NCA, NCB, PCA, PCB averages were computed based on counted CFU units. The percentage errors computed based on the known concentrations of beads against their respective averages showed high error levels. // Confirm with wiki team |
★ ALERT!
This page is used by the judges to evaluate your team for the medal criterion or award listed below.
Delete this box in order to be evaluated for this medal criterion and/or award. See more information at Instructions for Pages for awards.
InterLab
Bronze Medal Criterion #4
Standard Tracks: Participate in the Interlab Measurement Study and/or obtain new, high quality experimental characterization data for an existing BioBrick Part or Device and enter this information on that part's Main Page in the Registry. The part that you are characterizing must NOT be from a 2018 part number range.
For teams participating in the InterLab study, all work must be shown on this page.