<< btd_int2aa Conversions btd_rna2dna >>

BTD >> BTD > Conversions > btd_nt2aa

btd_nt2aa

Nucleotide Sequence to Amino Acid

Calling Function

y = btd_nt2aa(x)

Arguments

x

String of single-letter codes specifying a nucleotide sequence

y

Amino acid sequence specified by a single string of single-letter codes

Description

Converts a nucleotide sequence to amino acid sequence

Examples

y = btd_nt2aa('AAAGCTGAACCTTTGCTGCAGGA')
--> y = btd_nt2aa('AAAGCTGAACCTTTGCTGCAGGA')

 transcribed DNA is AAAGCUGAACCUUUGCUGCAGGA
 y  = 

 KAEPLLQ 

See Also


Report an issue
<< btd_int2aa Conversions btd_rna2dna >>