Difference between revisions of "Team:Cologne-Duesseldorf/Software"

 
Line 2: Line 2:
 
{{Template:Cologne-Duesseldorf/header}}
 
{{Template:Cologne-Duesseldorf/header}}
 
<html>
 
<html>
<body>
+
<body>
<article>
+
<article>
<h1>Software</h1>
+
<h1>Software</h1>
<h2>Peroxisome Primer Designer</h2>
+
<h2>Peroxisome Primer Designer</h2>
<p>We created a small software package to enable fast primer design for peroxisomal matrix import and matrix integration. The package uses  <a href="#">primer3</a> to calculate the thermodynamic characteristics of the primer pair.</p>
+
<p>We created a small software package to enable fast primer design for peroxisomal matrix import and matrix integration. The package uses  <a href="#">primer3</a> to calculate the thermodynamic characteristics of the primer pair.</p>
<p>On the first screen you can paste the sequence of the protein you want to import or integrate into the peroxisome.</p>
+
<p>On the first screen you can paste the sequence of the protein you want to import or integrate into the peroxisome.</p>
<img src="https://static.igem.org/mediawiki/2017/2/2d/T--Cologne-Duesseldorf--01-sequence.PNG">
+
<img src="https://static.igem.org/mediawiki/2017/2/2d/T--Cologne-Duesseldorf--01-sequence.PNG">
 
+
<p>On the second screen you can choose the import or integration mechanism into the peroxisome. The C-terminal matrix import corresponds to <a href="#"> PEX5</a> import, the N-terminal to <a href="">PEX7</a>. The N-terminal import should only be used when the protein is sensitive to C-terminal modifications. The C-terminal integration corresponds to the  <a href="#">Pex3/Pex19-dependent pathway</a>, the N-terminal integration to the  <a href="#">ER-dependent pathway</a>.
<p>On the second screen you can choose the import or integration mechanism into the peroxisome. The C-terminal matrix import corresponds to <a href="#"> PEX5</a> import, the N-terminal to <a href="">PEX7</a>. The N-terminal import should only be used when the protein is sensitive to C-terminal modifications. The C-terminal integration corresponds to the  <a href="#">Pex3/Pex19-dependent pathway</a>, the N-terminal integration to the  <a href="#">ER-dependent pathway</a>.
+
<br>
<br>
+
Furthermore the favored melting temperature can be set.
Furthermore the favored melting temperature can be set.
+
</p>
</p>
+
<img src="https://static.igem.org/mediawiki/2017/4/42/T--Cologne-Duesseldorf--02-options.PNG">
 
+
<p>Finally the output screen shows the primer sequences, the respective melting and  hairpin temperatures of the primers and the temperature for dimer formation. Note that the hairpin and dimer calculations are done without the added targeting sequences, as they can easily exceed the 60 bp limit for primer3.</p>
<img src="https://static.igem.org/mediawiki/2017/4/42/T--Cologne-Duesseldorf--02-options.PNG">
+
<img src="https://static.igem.org/mediawiki/2017/1/16/T--Cologne-Duesseldorf--03-results.PNG">
 
+
<h2>Download</h2>
<p>Finally the output screen shows the primer sequences, the respective melting and  hairpin temperatures of the primers and the temperature for dimer formation. Note that the hairpin and dimer calculations are done without the added targeting sequences, as they can easily exceed the 60 bp limit for primer3.</p>
+
<p>Sadly we could not compile the software into a standalone software, but you can download the python file <a href="https://static.igem.org/mediawiki/2017/e/ec/Peroxisome_Primer_Designer.zip">here</a>.</p>
<img src="https://static.igem.org/mediawiki/2017/1/16/T--Cologne-Duesseldorf--03-results.PNG">
+
</article>
 
+
</body>
 
+
 
+
 
+
 
+
</article>
+
</body>
+
 
</html>
 
</html>
 
{{Template:Cologne-Duesseldorf/footer}}
 
{{Template:Cologne-Duesseldorf/footer}}
 
{{Template:Cologne-Duesseldorf/js}}
 
{{Template:Cologne-Duesseldorf/js}}

Latest revision as of 14:15, 1 November 2017

Software

Peroxisome Primer Designer

We created a small software package to enable fast primer design for peroxisomal matrix import and matrix integration. The package uses primer3 to calculate the thermodynamic characteristics of the primer pair.

On the first screen you can paste the sequence of the protein you want to import or integrate into the peroxisome.

On the second screen you can choose the import or integration mechanism into the peroxisome. The C-terminal matrix import corresponds to PEX5 import, the N-terminal to PEX7. The N-terminal import should only be used when the protein is sensitive to C-terminal modifications. The C-terminal integration corresponds to the Pex3/Pex19-dependent pathway, the N-terminal integration to the ER-dependent pathway.
Furthermore the favored melting temperature can be set.

Finally the output screen shows the primer sequences, the respective melting and hairpin temperatures of the primers and the temperature for dimer formation. Note that the hairpin and dimer calculations are done without the added targeting sequences, as they can easily exceed the 60 bp limit for primer3.

Download

Sadly we could not compile the software into a standalone software, but you can download the python file here.