IGEM:IMPERIAL/2007/Tutorials/Guide for Biologists: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 9: Line 9:
*Logic Gates
*Logic Gates


==Questions on Engineering==
--[[User:Ben Yi Tew|Ben Yi Tew]] 19:01, 10 July 2007 (EDT): Unclear about anything? Ask the engineers here!
--[[User:Johnsy|Johnsy]] 07:22, 12 July 2007 (EDT):  Hi Ben (and the rest of the 2007 team)...I don't know whether to put this in the discussion page or on the main page...One thing I suggest to put on this page is also some stuff on modeling biological situations.  These include Michaelis-Menten kinetics and rate laws governing transcription, translation, etc.  But one thing to note is that these equations are continuous equation and can't necessarily be applied to the situations you might be working with over the summer in iGEM.  In the case where you have one or a few molecules going into a cell, it might be helpful to try stochastic modeling since at that level, it is more of a discrete distribution of molecules within your volume rather than a continuous distribution.  Starting to understand the modeling early is very helpful in being able to model the different biological systems that you will inevitably encounter in your project...something which I'm sure Vincent can attest to.  Good luck with your project!




<h2> Logic Gates </h2>
<h3> Logic Gates </h3>
<p>  
<p>  
<h3> OR Gate </h3>
<h4> OR Gate </h4>
In logic circuitry, an OR gate consists of two or more inputs, the output of which is equivalent to the OR combination of these inputs.
In logic circuitry, an OR gate consists of two or more inputs, the output of which is equivalent to the OR combination of these inputs.
The operation is such that the output is HIGH (logic 1) if at least one of the inputs is HIGH. So, for a two-input OR Gate, the output is HIGH if either ''A or B or both'' are HIGH. Otherwise, the output is LOW (logic 0), i.e. only if all its inputs are LOW. <br>
The operation is such that the output is HIGH (logic 1) if at least one of the inputs is HIGH. So, for a two-input OR Gate, the output is HIGH if either ''A or B or both'' are HIGH. Otherwise, the output is LOW (logic 0), i.e. only if all its inputs are LOW. <br>
Line 26: Line 22:
<br> [[Image:OR_Gate.jpg]]
<br> [[Image:OR_Gate.jpg]]


<h3> AND Gate </h3>
<h4> AND Gate </h4>
Here, the AND operation is performed on the gate's inputs. The output will be HIGH ''only'' when all the inputs are HIGH; for ''all other'' cases, the output will be LOW.
Here, the AND operation is performed on the gate's inputs. The output will be HIGH ''only'' when all the inputs are HIGH; for ''all other'' cases, the output will be LOW.
<br> The Boolean expression for the AND operation is given as: <math> OUT = A\cdot{B} </math>
<br> The Boolean expression for the AND operation is given as: <math> OUT = A\cdot{B} </math>
Line 32: Line 28:
<br> [[Image:AND_Gate.jpg]]
<br> [[Image:AND_Gate.jpg]]


<h3> NOT Gate/Inverter </h3>
<h4> NOT Gate/Inverter </h4>
The Inverter takes one input and produces an output which is the logical inverse (complement) of the input.  
The Inverter takes one input and produces an output which is the logical inverse (complement) of the input.  
<br>
<br>
Line 38: Line 34:
<br>  
<br>  
<br> [[Image:NOT.jpg]]
<br> [[Image:NOT.jpg]]
<br>
==Questions on Engineering==
--[[User:Ben Yi Tew|Ben Yi Tew]] 19:01, 10 July 2007 (EDT): Unclear about anything? Ask the engineers here!
--[[User:Johnsy|Johnsy]] 07:22, 12 July 2007 (EDT):  Hi Ben (and the rest of the 2007 team)...I don't know whether to put this in the discussion page or on the main page...One thing I suggest to put on this page is also some stuff on modeling biological situations.  These include Michaelis-Menten kinetics and rate laws governing transcription, translation, etc.  But one thing to note is that these equations are continuous equation and can't necessarily be applied to the situations you might be working with over the summer in iGEM.  In the case where you have one or a few molecules going into a cell, it might be helpful to try stochastic modeling since at that level, it is more of a discrete distribution of molecules within your volume rather than a continuous distribution.  Starting to understand the modeling early is very helpful in being able to model the different biological systems that you will inevitably encounter in your project...something which I'm sure Vincent can attest to.  Good luck with your project!
<br>

Revision as of 18:36, 15 July 2007



I'm sure all the biologists - like me - are wondering what Engineering is about... so this page is for us biologists and biochemists to familiarize ourselves with engineering concepts. Also, if there're any silly questions, feel free to add them here!

Engineering Concepts

  • Engineering Cycle
  • Abstraction
  • Logic Gates


Logic Gates

OR Gate

In logic circuitry, an OR gate consists of two or more inputs, the output of which is equivalent to the OR combination of these inputs. The operation is such that the output is HIGH (logic 1) if at least one of the inputs is HIGH. So, for a two-input OR Gate, the output is HIGH if either A or B or both are HIGH. Otherwise, the output is LOW (logic 0), i.e. only if all its inputs are LOW.
The Boolean expression for the OR operation is given as: [math]\displaystyle{ \begin{align} OUT = A + B \\ \end{align} }[/math]

AND Gate

Here, the AND operation is performed on the gate's inputs. The output will be HIGH only when all the inputs are HIGH; for all other cases, the output will be LOW.
The Boolean expression for the AND operation is given as: [math]\displaystyle{ OUT = A\cdot{B} }[/math]

NOT Gate/Inverter

The Inverter takes one input and produces an output which is the logical inverse (complement) of the input.

The Boolean expression for the AND operation is given as: [math]\displaystyle{ OUT = \overline{A} }[/math].


Questions on Engineering

--Ben Yi Tew 19:01, 10 July 2007 (EDT): Unclear about anything? Ask the engineers here!

--Johnsy 07:22, 12 July 2007 (EDT): Hi Ben (and the rest of the 2007 team)...I don't know whether to put this in the discussion page or on the main page...One thing I suggest to put on this page is also some stuff on modeling biological situations. These include Michaelis-Menten kinetics and rate laws governing transcription, translation, etc. But one thing to note is that these equations are continuous equation and can't necessarily be applied to the situations you might be working with over the summer in iGEM. In the case where you have one or a few molecules going into a cell, it might be helpful to try stochastic modeling since at that level, it is more of a discrete distribution of molecules within your volume rather than a continuous distribution. Starting to understand the modeling early is very helpful in being able to model the different biological systems that you will inevitably encounter in your project...something which I'm sure Vincent can attest to. Good luck with your project!