Description Usage Arguments Value Examples
Calculates maximum kmer for DNA sequence object (DNAString or DNAStringSet)
1 | get_max_kmer(x, k)
|
x |
DNAString or DNAStringSet object |
mer |
kmer size |
named vector of max kmer counts with kmer sequences as names
1 2 | get_max_kmer(Biostrings::DNAString("CAGCGATCGTACACGATC"),4)
get_max_kmer(Biostrings::DNAStringSet(c("CAGCGATCGTACACGATC","CAGCGTAGCTAG","CAGCATCACACACAC")),3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.