Description Usage Arguments Value
Perform the Gibbs Sampler method for finding frequent motifs in the given vector of strings or data.frame. Each string splitted to kmers with the given length of motif.
1 | gibbs.sampler(.data, .k = 5, .niter = 500)
|
.data |
Vector of characters or data.frame of characters (1st col) and their numbers (2nd col) if .meat == T. |
.k |
Motif's length. |
.niter |
Number of iterations. |
Vector of possible motifs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.