Team:Heidelberg/Toolbox Guide

From 2014.igem.org

(Difference between revisions)
Line 103: Line 103:
</div>
</div>
<div class="col-lg-12" style="color:white;">
<div class="col-lg-12" style="color:white;">
-
<h3>1. Please go to <a href="http://www.rcsb.org/">www.rcsb.org</a> and get a pdb file of your protein. If you cannot find one, we will not be able to assist you circularizing it.</h3>
+
<h3>1. Please go to <a href="http://www.rcsb.org/">www.rcsb.org</a> and get a pdb file of your protein. If you cannot find one, we will not be able to assist you circularizing it.</h3>
-
<div class="panel panel-default">
+
<div class="panel panel-default">
-
<div class="panel-body">
+
<div class="panel-body">
-
Additionally, check the DNA sequence of your proteins for EcoRI, XbaI, SpeI, PstI and BsaI recognition sites. If there are E/X/S/P sites, you might have problems to change your backbone or add a promotor. If there is a BsaI recognition site, the cloning will be more difficult.
+
Additionally, check the DNA sequence of your proteins for EcoRI, XbaI, SpeI, PstI and BsaI recognition sites. If there are E/X/S/P sites, you might have problems to change your backbone or add a promotor. If there is a BsaI recognition site, the cloning will be more difficult.
-
<div class="radio">
+
<div class="radio">
-
<label>
+
<label>
-
<input type="radio" data-bind="checked: data.hasBsaI, checkedValue: false, click: data.q0A.bind(null, true)" />
+
<input type="radio" data-bind="checked: data.hasBsaI, checkedValue: false, click: data.q0A.bind(null, true)" />
-
There is no BsaI site.
+
There is no BsaI site.
-
</label>
+
</label>
 +
</div>
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: data.hasBsaI, checkedValue: true, click: data.q0A.bind(null, true)" />
 +
There is a BsaI site.
 +
</label>
 +
</div>
</div>
</div>
-
<div class="radio">
+
</div>
-
<label>
+
<!-- ko if: data.q0A -->
-
<input type="radio" data-bind="checked: data.hasBsaI, checkedValue: true, click: data.q0A.bind(null, true)" />
+
<h3>2. Do you want to use split inteins or sortase to circularize your protein?</h3>
-
There is a BsaI site.
+
<div class="panel panel-default">
-
</label>
+
<div class="panel-body">
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: data.useSortase, checkedValue: false, click: data.q1A.bind(null, true)" />
 +
NpuDnaE intein RFC <span data-bind="value: RFCnumber"></span> circularization construct
 +
</label>
 +
<ul>
 +
<li>Successfully used in our project</li>
 +
<li>High efficiency</li>
 +
<li>In vivo circularization</li>
 +
</ul>
 +
</div>
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: data.useSortase, checkedValue: true, click: data.q1A.bind(null, true)" />
 +
Sortase A circularization construct
 +
</label>
 +
<ul>
 +
<li>In vitro only</li>
 +
<li>Well-purified protein required</li>
 +
<li>Not successfully tested yet</li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- /ko -->
 +
 
 +
<!-- ko if: data.q1A -->
 +
<h3>3. Can your protein be easily expressed in <i>E. coli</i>?</h3>
 +
<div class="panel panel-default">
 +
<div class="panel-body">
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: data.needsSmt3, checkedValue: false, click: data.q2A.bind(null, true)" />
 +
Yes, no problem.
 +
</label>
 +
</div>
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: data.needsSmt3, checkedValue: true, click: data.q2A.bind(null, true)" />
 +
No, I will have to add <a href="http://parts.igem.org/Part:BBa_K1362429">Smt3</a>.
 +
</label>
 +
</div>
 +
</div>
 +
</div>
 +
<!-- /ko -->
 +
<div data-bind="if: data.q2A() &amp;&amp; !data.useSortase()">
 +
<h3>4. Which exteins do you want to use? They will remain as scars in your circular protein.</h3>
 +
<div class="panel panel-default">
 +
<div class="panel-body">
 +
<!-- ko foreach: availableExteins -->
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: $parent.data.exteins, checkedValue: $data, click: $parent.data.q3A.bind(null, true)" />
 +
<span data-bind="text: N"></span>/<span data-bind="text: C"></span>
 +
<!-- ko if: comment -->
 +
(<span data-bind="text: comment"></span>)
 +
<!-- /ko -->
 +
<ul data-bind="foreach: notes">
 +
<li data-bind="text: $data"></li>
 +
</ul>
 +
</label>
 +
</div>
 +
<!-- /ko -->
 +
</div>
</div>
</div>
</div>
</div>
-
</div>
+
 
-
<!-- ko if: data.q0A -->
+
<div data-bind="if: data.q3A() || (data.q2A() &amp;&amp; data.useSortase())">
-
<h3>2. Do you want to use split inteins or sortase to circularize your protein?</h3>
+
<h3><span data-bind="text: data.useSortase() ? 4 : 5"></span>. If you want to save time, check manually whether the ends are close together (approx. <span data-bind="text: !data.useSortase() &amp;&amp; data.exteins().N == 'XXX' ? 5 : 15"></span>&thinsp;&Aring; or closer). For example, you can use the <a href="http://spdbv.vital-it.ch/">Swiss-PdbViewer</a> or <a href="http://www.pymol.org/">PyMOL</a>.</h3>
-
<div class="panel panel-default">
+
<div class="panel panel-default" >
-
<div class="panel-body">
+
<div class="panel-body">
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: data.endsAreClose, checkedValue: true, click: data.q4A.bind(null, true)" />
 +
They are close together.
 +
</label>
 +
</div>
 +
<div class="radio">
 +
<label>
 +
<input type="radio" data-bind="checked: data.endsAreClose, checkedValue: false, click: data.q4A.bind(null, true)" />
 +
I want/have to use <span data-bind="text: softwareName"></span>.
 +
</label>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 
 +
<div data-bind="if: data.q4A() &amp;&amp; !data.endsAreClose()">
 +
Please use <span data-bind="text: softwareName"></span> to generate a linker for your circular protein. [LINK]
 +
 
 +
This step might take up to 11 days.<br />
 +
 
 +
NILS – hier könnte dein instruction-file-ersatz stehen <br />
 +
 
 +
 
 +
NILS – hier auch<br />
 +
 
 +
 
 +
NILS – hier immernoch<br />
 +
 
 +
 
 +
NILS – hier ebnfalls und auch gerne noch umfangreicher<br />
 +
 
 +
 
 +
Please save this link:<br />
 +
<code style="display:inline-block; width:90%; overflow-y:hidden;">https://2014.igem.org/<span id="pagename"></span>#<span data-bind="text: comeBackHash"></span></code><div style="display:inline-block; color:#de4230" id="copy-to-clip"><img src="/wiki/images/c/c6/Heidelberg_Clipboard.png" alt="Clipboard icon" />Copy to clipboard</div>
 +
 
 +
 
 +
In order to generate your linker, <span data-bind="text: softwareName"></span> needs to know the scar amino acid sequence that is caused by circularization. In your case, it is <span data-bind="text: data.useSortase() ? 'LPETG' : data.exteins().N == 'XXX' ? 'just C' : (data.exteins().N + data.exteins().C)"></span>.
 +
</div>
 +
 
 +
<!-- ko if: data.comingBack -->
 +
<h3><span data-bind="text: data.useSortase() ? 5 : 6"></span>. Hello again. What is the result of <span data-bind="text: softwareName"></span>?</h3>
 +
<div class="panel panel-default">
<div class="radio">
<div class="radio">
<label>
<label>
-
<input type="radio" data-bind="checked: data.useSortase, checkedValue: false, click: data.q1A.bind(null, true)" />
+
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 0, click: data.q5A.bind(null, true)" />
-
NpuDnaE intein RFC <span data-bind="value: RFCnumber"></span> circularization construct
+
I do not need a linker.
</label>
</label>
-
<ul>
 
-
<li>Successfully used in our project</li>
 
-
<li>High efficiency</li>
 
-
<li>In vivo circularization</li>
 
-
</ul>
 
</div>
</div>
<div class="radio">
<div class="radio">
<label>
<label>
-
<input type="radio" data-bind="checked: data.useSortase, checkedValue: true, click: data.q1A.bind(null, true)" />
+
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 1, click: data.q5A.bind(null, true)" />
-
Sortase A circularization construct
+
The linker + scars are &lt; 15 amino acids in length.
</label>
</label>
-
<ul>
 
-
<li>In vitro only</li>
 
-
<li>Well-purified protein required</li>
 
-
<li>Not successfully tested yet</li>
 
-
</ul>
 
</div>
</div>
-
</div>
 
-
</div>
 
-
<!-- /ko -->
 
-
 
-
<!-- ko if: data.q1A -->
 
-
<h3>3. Can your protein be easily expressed in <i>E. coli</i>?</h3>
 
-
<div class="panel panel-default">
 
-
<div class="panel-body">
 
<div class="radio">
<div class="radio">
<label>
<label>
-
<input type="radio" data-bind="checked: data.needsSmt3, checkedValue: false, click: data.q2A.bind(null, true)" />
+
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 2, click: data.q5A.bind(null, true)" />
-
Yes, no problem.
+
The linker + scars are betweeen 16 and 30 amino acids in length.
</label>
</label>
</div>
</div>
<div class="radio">
<div class="radio">
<label>
<label>
-
<input type="radio" data-bind="checked: data.needsSmt3, checkedValue: true, click: data.q2A.bind(null, true)" />
+
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 3, click: data.q5A.bind(null, true)" />
-
No, I will have to add <a href="http://parts.igem.org/Part:BBa_K1362429">Smt3</a>.
+
The linker + scars are &gt; 30 amino acids in length.
</label>
</label>
</div>
</div>
</div>
</div>
-
</div>
+
<!-- /ko -->
-
<!-- /ko -->
+
<!-- ko if: data.q5A -->
-
<div data-bind="if: data.q2A() &amp;&amp; !data.useSortase()">
+
<h3><span data-bind="text: data.useSortase() ? 6 : 7"></span>. Have you decided to use one linker or try different linkers?</h3>
-
<h3>4. Which exteins do you want to use? They will remain as scars in your circular protein.</h3>
+
<div class="panel panel-default">
-
<div class="panel panel-default">
+
-
<div class="panel-body">
+
-
<!-- ko foreach: availableExteins -->
+
-
<div class="radio">
+
-
<label>
+
-
<input type="radio" data-bind="checked: $parent.data.exteins, checkedValue: $data, click: $parent.data.q3A.bind(null, true)" />
+
-
<span data-bind="text: N"></span>/<span data-bind="text: C"></span>
+
-
<!-- ko if: comment -->
+
-
(<span data-bind="text: comment"></span>)
+
-
<!-- /ko -->
+
-
<ul data-bind="foreach: notes">
+
-
<li data-bind="text: $data"></li>
+
-
</ul>
+
-
</label>
+
-
</div>
+
-
<!-- /ko -->
+
-
</div>
+
-
</div>
+
-
</div>
+
-
<div data-bind="if: data.q3A() || (data.q2A() &amp;&amp; data.useSortase())">
+
-
<h3><span data-bind="text: data.useSortase() ? 4 : 5"></span>. If you want to save time, check manually whether the ends are close together (approx. <span data-bind="text: !data.useSortase() &amp;&amp; data.exteins().N == 'XXX' ? 5 : 15"></span>&thinsp;&Aring; or closer). For example, you can use the <a href="http://spdbv.vital-it.ch/">Swiss-PdbViewer</a> or <a href="http://www.pymol.org/">PyMOL</a>.</h3>
+
-
<div class="panel panel-default" >
+
-
<div class="panel-body">
+
<div class="radio">
<div class="radio">
<label>
<label>
-
<input type="radio" data-bind="checked: data.endsAreClose, checkedValue: true, click: data.q4A.bind(null, true)" />
+
<input type="radio" data-bind="checked: data.testSeveral, checkedValue: false, click: data.q6A.bind(null, true)" />
-
They are close together.
+
I trust <span data-bind="text: softwareName"></span>. One should be enough.
</label>
</label>
</div>
</div>
<div class="radio">
<div class="radio">
<label>
<label>
-
<input type="radio" data-bind="checked: data.endsAreClose, checkedValue: false, click: data.q4A.bind(null, true)" />
+
<input type="radio" data-bind="checked: data.testSeveral, checkedValue: true, click: data.q6A.bind(null, true)" />
-
I want/have to use <span data-bind="text: softwareName"></span>.
+
I want to test several linkers.  
</label>
</label>
</div>
</div>
</div>
</div>
 +
<!-- /ko -->
</div>
</div>
</div>
</div>
-
 
-
<div data-bind="if: data.q4A() &amp;&amp; !data.endsAreClose()">
 
-
Please use <span data-bind="text: softwareName"></span> to generate a linker for your circular protein. [LINK]
 
-
 
-
This step might take up to 11 days.
 
-
 
-
NILS – hier könnte dein instruction-file-ersatz stehen
 
-
 
-
 
-
NILS – hier auch
 
-
 
-
 
-
NILS – hier immernoch
 
-
 
-
 
-
NILS – hier ebnfalls und auch gerne noch umfangreicher
 
-
 
-
 
-
Please save this link:<br />
 
-
<code>https://2014.igem.org/<span id="pagename"></span>#<span data-bind="text: comeBackHash"></span></code>
 
-
 
-
In order to generate your linker, <span data-bind="text: softwareName"></span> needs to know the scar amino acid sequence that is caused by circularization. In your case, it is <span data-bind="text: data.useSortase() ? 'LPETG' : data.exteins().N == 'XXX' ? 'just C' : (data.exteins().N + data.exteins().C)"></span>.
 
-
</div>
 
-
 
-
<!-- ko if: data.comingBack -->
 
-
<h3><span data-bind="text: data.useSortase() ? 5 : 6"></span>. Hello again. What is the result of <span data-bind="text: softwareName"></span>?</h3>
 
-
<div class="panel panel-default">
 
-
<div class="radio">
 
-
<label>
 
-
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 0, click: data.q5A.bind(null, true)" />
 
-
I do not need a linker.
 
-
</label>
 
-
</div>
 
-
<div class="radio">
 
-
<label>
 
-
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 1, click: data.q5A.bind(null, true)" />
 
-
The linker + scars are &lt; 15 amino acids in length.
 
-
</label>
 
-
</div>
 
-
<div class="radio">
 
-
<label>
 
-
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 2, click: data.q5A.bind(null, true)" />
 
-
The linker + scars are betweeen 16 and 30 amino acids in length.
 
-
</label>
 
-
</div>
 
-
<div class="radio">
 
-
<label>
 
-
<input type="radio" data-bind="checked: data.linkerLength, checkedValue: 3, click: data.q5A.bind(null, true)" />
 
-
The linker + scars are &gt; 30 amino acids in length.
 
-
</label>
 
-
</div>
 
-
</div>
 
-
<!-- /ko -->
 
-
<!-- ko if: data.q5A -->
 
-
<h3><span data-bind="text: data.useSortase() ? 6 : 7"></span>. Have you decided to use one linker or try different linkers?</h3>
 
-
<div class="panel panel-default">
 
-
<div class="radio">
 
-
<label>
 
-
<input type="radio" data-bind="checked: data.testSeveral, checkedValue: false, click: data.q6A.bind(null, true)" />
 
-
I trust <span data-bind="text: softwareName"></span>. One should be enough.
 
-
</label>
 
-
</div>
 
-
<div class="radio">
 
-
<label>
 
-
<input type="radio" data-bind="checked: data.testSeveral, checkedValue: true, click: data.q6A.bind(null, true)" />
 
-
I want to test several linkers.
 
-
</label>
 
-
</div>
 
-
</div>
 
-
<!-- /ko -->
 
-
</div>
 
-
</div>
 
</div>
</div>
</html>
</html>
{{:Team:Heidelberg/Templates/IncludeJS|:Team:Heidelberg/js/toolboxguide}}
{{:Team:Heidelberg/Templates/IncludeJS|:Team:Heidelberg/js/toolboxguide}}

Revision as of 06:26, 15 October 2014


use the intein
TOOLBOX to

1. Please go to www.rcsb.org and get a pdb file of your protein. If you cannot find one, we will not be able to assist you circularizing it.

Additionally, check the DNA sequence of your proteins for EcoRI, XbaI, SpeI, PstI and BsaI recognition sites. If there are E/X/S/P sites, you might have problems to change your backbone or add a promotor. If there is a BsaI recognition site, the cloning will be more difficult.

2. Do you want to use split inteins or sortase to circularize your protein?

  • Successfully used in our project
  • High efficiency
  • In vivo circularization
  • In vitro only
  • Well-purified protein required
  • Not successfully tested yet

3. Can your protein be easily expressed in E. coli?

4. Which exteins do you want to use? They will remain as scars in your circular protein.

. If you want to save time, check manually whether the ends are close together (approx.  Å or closer). For example, you can use the Swiss-PdbViewer or PyMOL.

Please use to generate a linker for your circular protein. [LINK] This step might take up to 11 days.
NILS – hier könnte dein instruction-file-ersatz stehen
NILS – hier auch
NILS – hier immernoch
NILS – hier ebnfalls und auch gerne noch umfangreicher
Please save this link:
https://2014.igem.org/#
Clipboard iconCopy to clipboard
In order to generate your linker, needs to know the scar amino acid sequence that is caused by circularization. In your case, it is .

. Hello again. What is the result of ?

. Have you decided to use one linker or try different linkers?