文件名称:DNASequenceTranslator
介绍说明--下载内容均来自于网络,请自行研究使用
When we get a DNA sequence, we want to see what kind of amino acid sequence it codes. The DNA sequence may not be a complete gene sequence and we may do not know whether it is a coding stand or non-coding strand. So this program try in 6 different translation way: fram +1 ,+2, +3 and fr a me -1,-2,-3. For codon, there are three different kind of them: stop codon, start codon and normal codon. The start codon and normal both encode amino acid but the stop codon only functions as a stop sign of translation. The translation machinery stops where it encounters a stop codon. But our program still read the codon even after it encounters a stop codon for the DNA sequence is not really part of gene segment.-
When we get a DNA sequence, we want to see what kind of amino acid sequence it codes. The DNA sequence may not be a complete gene sequence and we may do not know whether it is a coding stand or non-coding strand. So this program try in 6 different translation way: fram+1 ,+2,+3 and fr a me-1,-2,-3. For codon, there are three different kind of them: stop codon, start codon and normal codon. The start codon and normal both encode amino acid but the stop codon only functions as a stop sign of translation. The translation machinery stops where it encounters a stop codon. But our program still read the codon even after it encounters a stop codon for the DNA sequence is not really part of gene segment.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Amino Acids Chain.out
BioTranslator.py
BioTranslator.readme
codon.txt
DNA sequence.txt
BioTranslator.py
BioTranslator.readme
codon.txt
DNA sequence.txt