Team:UTP-Software/SoftwareTool

From 2012.igem.org

(Difference between revisions)
(S2MT Tutorial)
Line 71: Line 71:
Note that (S<sup>2</sup>MT) relies on the Bioinformatics Toolbox of MATLAB (both supplied by iGEM) to make its computations, so you need the toolbox to be able to run the script.
Note that (S<sup>2</sup>MT) relies on the Bioinformatics Toolbox of MATLAB (both supplied by iGEM) to make its computations, so you need the toolbox to be able to run the script.
</ul></div>
</ul></div>
 +
 +
You can download this tutorial here: https://static.igem.org/mediawiki/2012/2/29/S2MT_Tutorial.pdf
== Next S<sup>2</sup>MT Version ==
== Next S<sup>2</sup>MT Version ==

Revision as of 03:26, 27 September 2012

DSCF7003.jpg
Home Team & Attributions Project S2MT Tutorial Biosinergia Notebook Human Practices Safety Sponsors


UTP-Software NewLogo.PNG


Project Details

What is the S2MT tool?

    The SynBio Sequence Mutation Tool (S2MT) it's a MATLAB implementation software that helps teams to start their projects once they have selected some possible BioBricks or DNA sequences to work with.

    This tool was developed in MATLAB basically for the reason that, what new iGEM teams require is a flexible environment capable of not only running the algorithm that we develop, but also a place where they can continue working their ideas, examine more in detail their sequences and even continue the development of our tool. So we thing that our system will also knock down the barriers that exist between computation and biology and give students the tools required to do better simulations, and save a lot of valuable time!

    Behind the code there are three simple steps in which the program consists:

  • First, the user introduces the DNA sequence or link to the BioBrick in the part registry. And the program scans the desired sequence to look for the restriction sites within the assembly standards that are used in the iGEM competition.
  • Then the user is prompt to specify in case of incompatibility with the standards, which RFC he would like to fix. Once selected, the program designs the primers required for the Site directed mutagenesis procedure that will allow the sequence to be compatible with the standard.
  • And last, if the program successfully created the required primer, it will print the sequence, giving the user the start position where that primer should be applied.
  • In some cases, it’s impossible to fix some sequences, because based on the protocol, the output primer may not comply with the steps that are listed in the “Protocol Followed to design the primers” section. Meaning that another standard should be selected.

Flow diagram for the S2MT

Flow diagram.png


Protocol Followed to design the primers:[1]

  • Both the mutagenic primers must contain the desired mutation and anneal to the same sequence on opposite strands of the plasmid.
  • Primers should be between 25 and 45 bases in length, and the melting temperature (Tm) of the primers should be greater than or equal to 78°C. The following formula is commonly used for estimating the Tm of primers:
  • Tm = 81.5 + 0.41(%GC) − 675 / N - where N is the primer length in base pairs.

  • The desired mutation (deletion or insertion) should be in the middle of the primer with ~10–15 bases of correct sequence on both sides.
  • The primers optimally should have a minimum GC content of 40% and should terminate in one or more C or G bases.
  • Primers need not be 5´ phosphorylated but must be purified either by fast polynucleotide liquid chromatography (FPLC) or by polyacrylamide gel electrophoresis (PAGE). Failure to purify the primers results in a significant decrease in mutation efficiency.
  • It is important to keep primer concentration in excess. Stratagene suggests varying the amount of template while keeping the concentration of the primer constantly in excess.

S2MT Tutorial

    Img1.png


    (S2MT) GUI parts:

  • 1. URL/DNA Sequence textbox: This is the main input.
  • 2. Standard selection: We can select the desired standard and the program will check the compatibility with it.
  • 3. Process button: After giving the inputs, analyze the sequence.
  • 4. Primer textbox: Here we get the output.
  • 5. Notification area: The script's feedback.

    Some points to take in consideration:

  • The primer's starting positions will appear in the MATLAB's console.
  • The sequence box can either get an URL from the Parts Registry pointing to a specific Part or a DNA sequence (the textbox is case insensitive).
  • Some PartsRegistry Devices does not have it corresponding DNA Sequence on it.
  • Be sure that the DNA Sequence you put in the box does not contain any other letter than 'a', 't', 'g' and 'c'.
  • Some sequence's incompatibility can't be fixed.
    Fix.png

    (S2MT) succesfully fixing the incompatibility of the given DNA sequence with the standard 21.


    To download the script go to: https://github.com/igemsoftware/UTP_Software_2012 and get all three files.

    Files descriptions:

  • S2MT.m: Does all the sequence analysis process.
  • S2MT_G.m: Code for the grafical interface. (Run this)
  • S2MT_G.fig: Binary file for the grafical interface.
  • Note that (S2MT) relies on the Bioinformatics Toolbox of MATLAB (both supplied by iGEM) to make its computations, so you need the toolbox to be able to run the script.

You can download this tutorial here: https://static.igem.org/mediawiki/2012/2/29/S2MT_Tutorial.pdf

Next S2MT Version

After finishing the first version, we had in mind several things to implement to the next:
  • Regarding assembly standards which was our first main idea, we think that the actual 5 available standards accepted by the part registry may not always be enough for the teams to manifest their ideas, because in some cases even with our Site directed mutagenesis method, fixing the sequence may fail or be impossible to do. Then keeping this in mind, we would like to add more assembly standards to the competition, and add those new to our system.
  • One of them may be the Gibson Assembly[2] standard, which still requires compatibility with the actual methods, but include several advantages as:

    1. No restriction digest of the DNA fragments after PCR is necessary. The backbone vector can be digested, or synthesized by PCR.
    2. It is far simpler than conventional cloning schemes, as it requires fewer steps and fewer reagents. The process also takes less time.
    3. No restriction site scar remains between two DNA fragments.
    4. Multiple DNA fragments can be combined simultaneously in a single reaction.
  • Our Second idea is bigger, we would like to add a whole new tool to our software, and thats what we call BioSinergia (spanisch for "BioSinergy"), for this we created an entire section in our wiki, and all the information regarding it can be found detailed here: https://2012.igem.org/Team:UTP-Software/Bioenergia.

References

[1]. Stratagene. QuikChange™ Site-Directed Mutagenesis Kit. Catalog #200518. Revision #108005h. Available in: http://web.physics.ucsb.edu/~deborah/pro/pro_pdf/Stratagene%20QuikChange.pdf.

[2]. Prather:Gibson CBA. Available in: http://openwetware.org/wiki/Prather:Gibson_CBA