<< btd_aa2int Conversions btd_dna2rna >>

BTD >> BTD > Conversions > btd_aa2nt

btd_aa2nt

Amino Acid Sequence to Nucleotide Sequence

Calling Function

y = btd_aa2nt(x)

Arguments

x

String of single-letter codes specifying an amino acid sequence

y

Nucleotide sequence specified by a character string of letter codes.

Description

Converts a amino acid sequence to nucleotide sequence

Examples

y = btd_aa2nt('KAEPLLQ')
--> y = btd_aa2nt('KAEPLLQ')
 y  = 

 AAAGCGGAACCTCTACTACAG

See Also


Report an issue
<< btd_aa2int Conversions btd_dna2rna >>