Description Usage Arguments Value
View source: R/binding_model_functions.r
Generates a random nucleotide pased on input sequence composition
1 | build.random.base(pA = 0.25, pT = 0.25, pG = 0.25, pC = 0.25)
|
pA |
fraction of A |
pT |
fraction of T |
pG |
fraction of G |
pC |
fraction of C |
string of random base
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.