dnaTranslate

버전 1.0.0.0 (2.25 KB) 작성자: Alexander Wallar
This function translates DNA nucleotides into Amino Acids
다운로드 수: 306
업데이트 날짜: 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