<< Conversions Conversions btd_aa2nt >>

BTD >> BTD > Conversions > btd_aa2int

btd_aa2int

Amino acid to Integers

Calling Function

y = btd_aa2int(x)

Arguments

x

An amino acid string sequence

y

Row vector of decimal integers representing the Amino acid sequence.

Examples

y = btd_aa2int('AGCTTGGCAAT')
--> y = btd_aa2int('AGCTTGGCAAT')
 y  = 

   1.   8.   5.   17.   17.   8.   8.   5.   1.   1.   17.

See Also


Report an issue
<< Conversions Conversions btd_aa2nt >>