Description Usage Arguments Value Examples
Title Get kmer which is most frequent in provided sequence
1 | get_max_kmer_single(x, k, force_large_kmer = FALSE)
|
x |
DNAString object |
k |
kmer length |
force_large_kmer |
logical, should calcualtion of large kmers be possible (but shorter than 15) |
named numeric, with count of given kmer and its sequence as name
1 | get_max_kmer_single(Biostrings::DNAString("CAGCTGCACACATCGTACA"),3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.