Amino acid to Integers
y = btd_aa2int(x)
An amino acid string sequence
Row vector of decimal integers representing the Amino acid sequence.
y = btd_aa2int('AGCTTGGCAAT')
--> y = btd_aa2int('AGCTTGGCAAT') y = 1. 8. 5. 17. 17. 8. 8. 5. 1. 1. 17.