three_mer {PSSMCOOL} | R Documentation |
This function produces all possible k-mers from 20 amino acids for use in other functions.
three_mer(k)
k |
is length of k-mer which user imports |
a matrix which its first row includes all k-mers
ax<-three_mer(3)