본문 바로가기

Wisdoms131

단백질 동형(protein isoform)과 유전자 동형(gene isoform) 단백질 동형: 다른 아미노산 서열을 가진 동일한 기능을 하는 단백질. 문맥에 따라 조금씩 다르게 해석된다.1) 같은 인코딩 단백질들 안에 있는 두개 (혹은 그 이상)의 다른 유전자들이 매우 유사한 경우( 2013. 11. 12.
동적 프로그래밍 (Dynamic Programming, DP) Dynamic programming (DP) is a technique for filling out the memoization table iteratively, instead of using recursion, and we will look at it next. Many people use the terms DP and memoization interchangeably. 동적 프로그래밍 (DP)은 재귀 호출 대신 memoization 테이블을 순차적으로 채우고, 다음 호출에서 이를 이용하는 기법이다. 많은 사람들이 DP와 memoization을 상호 교환하며 이용한다. 출처: http://www.cs.cornell.edu/~wdtseng/icpc/notes/dp1.pdf 2013. 11. 8.
Memization If the function C() is called with parameter i, and we have already computed C(i) once before, we will simply look up its value in the table and avoid spending a lot of running time (again). We will need to initialize the cells of this table with some dummy values that would tell us whether we have computed the value of that cell already or not. This technique is called memoization, and here is .. 2013. 11. 8.
비 리보솜 펩티드(Non Ribosome Peptides, NRPs) 어떤 펩타이드의 경우 중심 원리(central dogma)를 따르지 않고 생성된다. 노벨 상 수상자 에드워드 테툼(Edward Tatum)은 1963년에 새로운 실험을 설계한다. 단백질 번역은 리보솜(ribosome)이라고 불리는 분자 레벨 기구에 의해서 수행된다. 그래서 타툼은 만약 그가 리보솜의 동작을 막는다면, 브레비스 균(Bacillus brevis) 내에서의 모든 단백질 생산은 멈춰야 되는 것으로 생각했다. 놀랍게도, 모든 단백질의 생산이 멈추지는 않았다. 티로시딘(tyrocidine)과 그라미시딘(gramicidin)은 생성되었다! 그의 실험을 기반으로 타툼은 아직 알려지지 않은 리보솜 없는 기작이 이들 단백질들을 생산해야 한다고 가정했다. 1969년, 프릿즈 맆만(Fritz Lipmann)은.. 2013. 11. 5.