Description Usage Arguments Value Author(s) See Also Examples
Given probabilities for a sequence as represented by a motif, generate random sequences with the same length as the motif.
1 | sample_sites(motif, n = 100, use.freq = 1)
|
motif |
See |
n |
|
use.freq |
|
XStringSet
object.
Benjamin Jean-Marie Tremblay, b2tremblay@uwaterloo.ca
create_sequences()
, create_motif()
, add_multifreq()
1 2 | motif <- create_motif()
sites <- sample_sites(motif)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.