Team:Davidson-MissouriW/Tools

From 2010.igem.org

(Difference between revisions)
Line 42: Line 42:
                 <tbody>
                 <tbody>
                     <tr>
                     <tr>
 +
                        <td width=30>
 +
                        </td>
                         <td width=580>
                         <td width=580>
                             <p>The Optimoose is a tool designed to allow the user to evaluate the expression level of a sequence from ecoli using either RCBS-PC or the CAI formula.  The user has then the option to either optimized or deoptimized the sequence by using one of those two formulas. If the optimize or deoptimize option is selected the user will be given a new sequence in which the codons have been changed to reflect the best, or worst, codons as determined by the selected formula. However, the amino acid sequence is preserved.
                             <p>The Optimoose is a tool designed to allow the user to evaluate the expression level of a sequence from ecoli using either RCBS-PC or the CAI formula.  The user has then the option to either optimized or deoptimized the sequence by using one of those two formulas. If the optimize or deoptimize option is selected the user will be given a new sequence in which the codons have been changed to reflect the best, or worst, codons as determined by the selected formula. However, the amino acid sequence is preserved.
Line 64: Line 66:
                 <tbody>
                 <tbody>
                     <tr>
                     <tr>
 +
                        <td width=30>
 +
                        </td>
                         <td width=580>
                         <td width=580>
                             <p> In order to be able to better understand how to build our constructs to give us the best system for solving the knapsack problem we created a simulation of the cre-lox system.  This simulation allows the user to test several pre-determined constructs that out team came up with.  In addition, one can create their own custom construct from any number of promoters, lox sites, fluorescent proteins, essential genes, and/or terminators.  The program will then show either a single, animated simulation that will allow the user to see how the lox sites interact, or it will run many simulations and then create a histogram that shows the distribution of what fluorescent proteins were expressed.  In addition, if the user chooses to include weights for the "items" and a capacity for the knapsack the program will tell you whether or not your construct has exceeded the capacity.  In order to run the program, <a href="http://gcat.davidson.edu/igem10/opt/opt_index.html">download the jar file</a> .  To see the actual percentages behind the histogram, the program needs to be run through a command line tool, but other than that simply double clicking the jar file to run it should be sufficient.</p>
                             <p> In order to be able to better understand how to build our constructs to give us the best system for solving the knapsack problem we created a simulation of the cre-lox system.  This simulation allows the user to test several pre-determined constructs that out team came up with.  In addition, one can create their own custom construct from any number of promoters, lox sites, fluorescent proteins, essential genes, and/or terminators.  The program will then show either a single, animated simulation that will allow the user to see how the lox sites interact, or it will run many simulations and then create a histogram that shows the distribution of what fluorescent proteins were expressed.  In addition, if the user chooses to include weights for the "items" and a capacity for the knapsack the program will tell you whether or not your construct has exceeded the capacity.  In order to run the program, <a href="http://gcat.davidson.edu/igem10/opt/opt_index.html">download the jar file</a> .  To see the actual percentages behind the histogram, the program needs to be run through a command line tool, but other than that simply double clicking the jar file to run it should be sufficient.</p>
Line 84: Line 88:
                 <tbody>
                 <tbody>
                     <tr>
                     <tr>
 +
                        <td width=30>
 +
                        </td>
                         <td width=580>
                         <td width=580>
                             <p>Verifying BioBrick parts can be difficult and tedious by hand.  To solve this problem, we have developed a tool to identify BioBrick parts and devices in a given DNA sequence.  When a sequence is entered, the program checks the last archived version of the BioBrick Parts Registry.  If your desired part is not found, you can attempt to align the sequence you entered with the part you desire.  Since this search uses a real-time version of the registry, it can potentially find additional parts.  When a device is found in your sequence, you can click to view the sequences of individual parts.</p>  
                             <p>Verifying BioBrick parts can be difficult and tedious by hand.  To solve this problem, we have developed a tool to identify BioBrick parts and devices in a given DNA sequence.  When a sequence is entered, the program checks the last archived version of the BioBrick Parts Registry.  If your desired part is not found, you can attempt to align the sequence you entered with the part you desire.  Since this search uses a real-time version of the registry, it can potentially find additional parts.  When a device is found in your sequence, you can click to view the sequences of individual parts.</p>  
Line 104: Line 110:
                 <tbody>
                 <tbody>
                     <tr>
                     <tr>
 +
                        <td width=30>
 +
                        </td>
                         <td width=580>
                         <td width=580>
                             <p>In order to aid in the understanding of the Knapsack Problem, we created a game.  The game has two modes: tutorial and challenge, each of which asks the player to fill a knapsack of a certain capacity with given weighted items.  The tutorial gives tips about the type of problem and only uses six weighted items.  The challenge offers no help and asks the player to choose from nine weighted items. </p>  
                             <p>In order to aid in the understanding of the Knapsack Problem, we created a game.  The game has two modes: tutorial and challenge, each of which asks the player to fill a knapsack of a certain capacity with given weighted items.  The tutorial gives tips about the type of problem and only uses six weighted items.  The challenge offers no help and asks the player to choose from nine weighted items. </p>  

Revision as of 03:47, 28 July 2010

iGEM Davidson – Missouri Western 2010: Tools

The team has created several tools in conjunction with our iGem project.







Construct Simulation

In order to be able to better understand how to build our constructs to give us the best system for solving the knapsack problem we created a simulation of the cre-lox system. This simulation allows the user to test several pre-determined constructs that out team came up with. In addition, one can create their own custom construct from any number of promoters, lox sites, fluorescent proteins, essential genes, and/or terminators. The program will then show either a single, animated simulation that will allow the user to see how the lox sites interact, or it will run many simulations and then create a histogram that shows the distribution of what fluorescent proteins were expressed. In addition, if the user chooses to include weights for the "items" and a capacity for the knapsack the program will tell you whether or not your construct has exceeded the capacity. In order to run the program, download the jar file . To see the actual percentages behind the histogram, the program needs to be run through a command line tool, but other than that simply double clicking the jar file to run it should be sufficient.

sim