Description Usage Arguments Value Examples
View source: R/profileMostProbable.R
With a profile, calculate most probable kmer in a specific sequence(txt)
1 | profileMostProbable(txt, k, profile)
|
txt |
A character string of a DNA sequence that one wants to know most probable kmer |
k |
A numeric value of the length of a kmer |
profile |
A matrix of a profile that will determine most probable kmer |
A character string of the DNA kmer most probable
1 | profileMostProbable("GTCGTCA",3,sampleProfile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.