dnaTranslate

This function translates DNA nucleotides into Amino Acids
304 Downloads
Aktualisiert 20 Jul 2011

Lizenz anzeigen

%%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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2010a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Genomics and Next Generation Sequencing finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0