Integer to Amino Acid codes
y = btd_int2aa(x)
Row vector of integers specifying an amino acid sequence.
Amino acid sequence specified by a vector of single-letter codes/characters
Convert amino acid sequence from integer to letter representation
--> 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.