dnaTranslate

This function translates DNA nucleotides into Amino Acids
306 descargas
Actualizado 20 jul 2011

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Genomics and Next Generation Sequencing en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0