count_nmer,character-method | R Documentation |
Count nmers given a filename instead of genome object.
## S4 method for signature 'character'
count_nmer(genome, pattern = "ATG", mismatch = 0)
genome |
filename of the genome in question |
pattern |
Pattern for which to search. |
mismatch |
Number of mismatches allowed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.