| countNmers | R Documentation | 
Count nMers in a string
countNmers(string, k = 10)
| string | string to be searched for nmers | 
| k | length of nmers | 
a sorted named vector giving the identity and counts for nMers
countNmers('AATTAATT',2)
countNmers('AATTAATT',3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.