Difference between revisions of "Part:BBa K1228008"

(Experiment)
(Experiment)
Line 51: Line 51:
  
  
<script>
+
 
$(document).ready(function(){
+
var topMain=$("#sidebar").height()+100//是头部的高度加头部与nav导航之间的距离
+
var menu=$(".menu");
+
$(window).scroll(function(){
+
if ($(window).scrollTop()>topMain){//如果滚动条顶部的距离大于topMain则就nav导航就添加类.nav_scroll,否则就移除
+
menu.addClass("menu_scroll");
+
}else{
+
menu.removeClass("menu_scroll");
+
}
+
});
+
})
+
</script>
+
  
 
<body>
 
<body>

Revision as of 08:58, 27 September 2013

38aa with T1 terminator and Constitutive promoter veg

Human lysozyme (hLZ), the actual protein in breast milk,exhibits microbicidal activity to various degrees against several bacterial strains.The HLH peptide and its N-terminal helix (H1) were significantly the most potent bactericidal to Gram-positive and Gram-negative bacteria.Evidence shows that HLH peptide and its N-terminal helix (H1) kill bacteria by crossing the outer membrane of Gram-negative bacteria via self-promoted uptake and are able to dissipate the membrane potential-dependent respiration of Gram-positive bacteria.

Sequence and Features


Assembly Compatibility:
  • 10
    COMPATIBLE WITH RFC[10]
  • 12
    COMPATIBLE WITH RFC[12]
  • 21
    COMPATIBLE WITH RFC[21]
  • 23
    COMPATIBLE WITH RFC[23]
  • 25
    COMPATIBLE WITH RFC[25]
  • 1000
    COMPATIBLE WITH RFC[1000]



Experiment

In order to distinguish whether the B. Subtilisexpress our objective protein or not,we used the method of in-vitro bacterial inhibition zone to observe the anti-bacterial effect.We added 100 ul B. Subtilis liquid medium into the hole. The inhibition zone results showed that gram-positive bacterium was sensitive to 38aa.

L2_%E6%8A%91%E8%8F%8C%E5%9C%88_Mly.jpg

Team:HZAU-China/background-head

Team:HZAU-China/background-footer

Reference