<< btd_dna2rna Conversions btd_nt2aa >>

BTD >> BTD > Conversions > btd_int2aa

btd_int2aa

Integer to Amino Acid codes

Calling Function

y = btd_int2aa(x)

Arguments

x

Row vector of integers specifying an amino acid sequence.

y

Amino acid sequence specified by a vector of single-letter codes/characters

Description

Convert amino acid sequence from integer to letter representation

Examples

y = btd_int2aa([1 8 5 17 17 8 8 5 1 1 17])
--> y = btd_int2aa([1 8 5 17 17 8 8 5 1 1 17])
 y  = 
!A  G  C  T  T  G  G  C  A  A  T  !

--> size(y)
 ans  =
   1.   11.

See Also


Report an issue
<< btd_dna2rna Conversions btd_nt2aa >>