Description Usage Arguments Examples
PatternCount is a package to count the number of times a 'Pattern' occurs in a 'Text'. It is developed for use in genomics to identify the number of times a k-mer ('Pattern') appears in a length of DNA sequence ('Text')
1 | PatternCount(Text, Pattern)
|
Text |
A character vector containing one string |
Pattern |
A character vector containing one small string. Its length should be shorter than text |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.