번역 3

Seq 객체 다루기

이번 포스팅에서는 간단하게 Seq 객체를 다루는 법을 살펴볼 것이다. Seq class는 BioPython의 class 중 하나로 말 그대로 서열의 속성같은 것을 가지고 있는 class이다. 서열답게 전사,번역,역상보적인 결합 등을 method로 손쉽게 구할 수 있다. 그리고 Seq 클래스는 파이썬의 기본적인 문자열의 속성까지 어느정도 계승했으므로 인덱스를 이용한 스플라이싱, len()함수 등을 그대로 쓸 수 있다. https://rosalind.info/problems/rvco/ ROSALIND | Complementing a Strand of DNAIt appears that your browser has JavaScript disabled. Rosalind requires your browser t..

단백질 번역하기

https://rosalind.info/problems/ptra/ ROSALIND | Protein TranslationIt appears that your browser has JavaScript disabled. Rosalind requires your browser to be JavaScript enabled. Protein Translation solved by 1294 The Genetic Code Figure 1. Schematic image of the translation process. Given a nucleotide sequence obtained frrosalind.info  생명체의 DNA는 단백질로 번역될 수 있다. 이 때 3개의 RNA가 단백질에 되응되는 코돈표를 이용하여 단백..

Translating RNA into Protein(RNA를 단백질로 번역)

https://rosalind.info/problems/prot/ ROSALIND | Translating RNA into ProteinIt appears that your browser has JavaScript disabled. Rosalind requires your browser to be JavaScript enabled. Translating RNA into Protein solved by 27541 2012년 7월 2일 12:00:00 오전 by Rosalind Team The Genetic Code Figure 1. The human hemoglobin mrosalind.info 이 문제는 RNA가 주어지면 그 RNA를 그대로 단백질로 번역하는 문제이다. 바이오파이썬 모듈 없이 하자면 64..

카테고리 없음 2024.07.21