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.
gibbs.sampler(.data, .k = 5, .niter = 500)
Vector of characters or data.frame of characters (1st col) and their numbers (2nd col) if .meat == T.
Motif's length.
Number of iterations.
Vector of possible motifs.