Wangzh1997 (Talk | contribs) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 68: | Line 68: | ||
<li class="pragraph_0 full-width" id="pragraph_0"> | <li class="pragraph_0 full-width" id="pragraph_0"> | ||
<div> | <div> | ||
− | <p>We develop a SynRT Toolkit search engine -- SynRT Explorer, which allows users to choose an appropriate thermosensor. Users can select the melting temperature, relative intensity and sensitivity of thermosensors, and the Explorer will give you the information of part number, part name, predicted secondary structure, features and fitted curve. The secondary structure is predicted by mfold software. The fitted curve is based on our experimental results, and then we compute these features.</p> | + | <p>We develop a SynRT Toolkit search engine -- SynRT Explorer, which allows users to choose an appropriate thermosensor. Users can select the melting temperature, relative intensity and sensitivity of thermosensors, and the Explorer will give you the information of part number, part name, predicted secondary structure, features and fitted curve. The secondary structure is predicted by mfold software. The fitted curve is based on our experimental results, and then we compute these features. (Please try Chrome to view this page.)</p> |
<p><b>Using SynRT Explorer to pick your thermosensors! </b></p> | <p><b>Using SynRT Explorer to pick your thermosensors! </b></p> | ||
<form class="engine"> | <form class="engine"> | ||
Line 196: | Line 196: | ||
</div> | </div> | ||
− | + | <div><p></p><p>Tips: If the explorer don't show any thermosensors, it means that there is no appropriate thermosensors, you can also change the features to a similar value. </p></div> | |
<script> | <script> | ||
Line 204: | Line 204: | ||
$("#attr1").change(function(){ | $("#attr1").change(function(){ | ||
$("select:not(#attr1) option").css("display","none"); | $("select:not(#attr1) option").css("display","none"); | ||
+ | $("select:not(#attr1) option").prop('disbled', true); | ||
ca1 = $("#attr1 option:selected").val(); | ca1 = $("#attr1 option:selected").val(); | ||
$("."+ca1).each(function(){ | $("."+ca1).each(function(){ | ||
if($(this).hasClass("v2-1")){ | if($(this).hasClass("v2-1")){ | ||
$("option[value=v2-1]").css("display","block"); | $("option[value=v2-1]").css("display","block"); | ||
+ | $("option[value=v2-1]").prop('disbled', false); | ||
}else if($(this).hasClass("v2-2")){ | }else if($(this).hasClass("v2-2")){ | ||
$("option[value=v2-2]").css("display","block"); | $("option[value=v2-2]").css("display","block"); | ||
+ | $("option[value=v2-2]").prop('disbled', false); | ||
}else if($(this).hasClass("v2-3")){ | }else if($(this).hasClass("v2-3")){ | ||
$("option[value=v2-3]").css("display","block"); | $("option[value=v2-3]").css("display","block"); | ||
+ | $("option[value=v2-3]").prop('disbled', false); | ||
}else if($(this).hasClass("v2-4")){ | }else if($(this).hasClass("v2-4")){ | ||
$("option[value=v2-4]").css("display","block"); | $("option[value=v2-4]").css("display","block"); | ||
+ | $("option[value=v2-4]").prop('disbled', false); | ||
} | } | ||
}); | }); | ||
Line 219: | Line 224: | ||
$("#attr2").change(function(){ | $("#attr2").change(function(){ | ||
$("select#attr3 option").css("display","none"); | $("select#attr3 option").css("display","none"); | ||
+ | $("select#attr3 option").prop('disbled', true); | ||
ca2 = $("#attr2 option:selected").val(); | ca2 = $("#attr2 option:selected").val(); | ||
Line 225: | Line 231: | ||
if($(this).hasClass("v3-1")){ | if($(this).hasClass("v3-1")){ | ||
$("option[value=v3-1]").css("display","block"); | $("option[value=v3-1]").css("display","block"); | ||
+ | $("option[value=v3-1]").prop('disbled', false); | ||
}else if($(this).hasClass("v3-2")){ | }else if($(this).hasClass("v3-2")){ | ||
$("option[value=v3-2]").css("display","block"); | $("option[value=v3-2]").css("display","block"); | ||
+ | $("option[value=v3-2]").prop('disbled', false); | ||
} | } | ||
} | } |
Latest revision as of 02:55, 18 October 2018
SynRT
EXPLORER
Toolkits Design
-
We develop a SynRT Toolkit search engine -- SynRT Explorer, which allows users to choose an appropriate thermosensor. Users can select the melting temperature, relative intensity and sensitivity of thermosensors, and the Explorer will give you the information of part number, part name, predicted secondary structure, features and fitted curve. The secondary structure is predicted by mfold software. The fitted curve is based on our experimental results, and then we compute these features. (Please try Chrome to view this page.)
Using SynRT Explorer to pick your thermosensors!
Not FoundBBa_K2541001BBa_K2541002BBa_K2541003BBa_K2541004BBa_K2541005BBa_K2541006BBa_K2541007BBa_K2541008BBa_K2541009BBa_K2541010BBa_K2541011BBa_K2541012BBa_K2541013BBa_K2541014BBa_K2541015BBa_K2541016BBa_K2541017BBa_K2541018BBa_K2541019BBa_K2541020BBa_K2541021BBa_K2541025BBa_K2541026BBa_K2541027BBa_K2541028BBa_K2541029BBa_K2541030BBa_K2541031BBa_K2541032BBa_K2541033BBa_K2541034BBa_K2541035BBa_K2541036BBa_K2541037BBa_K2541038BBa_K2541039BBa_K2541040BBa_K2541041BBa_K2541042BBa_K2541043BBa_K2541044BBa_K2541045BBa_K2541046BBa_K2541047BBa_K2541048BBa_K2541049BBa_K2541050BBa_K2541051Tips: If the explorer don't show any thermosensors, it means that there is no appropriate thermosensors, you can also change the features to a similar value.