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); | ||
} | } | ||
} | } | ||
Line 264: | Line 272: | ||
} | } | ||
</script> | </script> | ||
+ | </div> | ||
</div> | </div> | ||
<br clear="both"> | <br clear="both"> |
Revision as of 00:39, 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.
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_K2541051