dnaTranslate

版本 1.0.0.0 (2.3 KB) 作者: Alexander Wallar
This function translates DNA nucleotides into Amino Acids
306.0 次下载
更新时间 2011/7/20

查看许可证

%%Purpose: The purpose of this function is to 'Translate' DNA nucleotides
%%into the amino acids that they would create.
%%
%%How it works: The function searches for the start codon, methionine, and
%%starts translating from there. After the function has reached a stop
%%codon, it will start looking for another start codon. Once it reaches the
%%start codon, the function will again translate the codons into the
%%respective amino acids. This process continues until the input, dnaVec,
%%as been iterated all the way through.
%%
%%Inputs:
%%dnaVec: This should be a string of the DNA nucleotides that need to be
%%translated into amino acids. The input should be in all lowercase and use
%%the mRNA strand that looks similar to the sense strand in that it has
%%uracil instead of thymine.
%%
%%Outputs:
%%amino_acids: This is a cell of all of the amino acids FROM THE EXONS of
%%the dnaVec. amino_acids also includes methionine and STOP.

引用格式

Alexander Wallar (2024). dnaTranslate (https://www.mathworks.com/matlabcentral/fileexchange/32268-dnatranslate), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Genomics and Next Generation Sequencing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0