Description Usage Arguments Value
View source: R/binding_model_functions.r
Generates a pool of random hexamers based on input nucleotide composition
1 2 3 | ## S3 method for class 'primer.pool'
simulate(pool.size = 50000, pA = 0.25, pT = 0.25,
pG = 0.25, pC = 0.25)
|
pool.size |
integer, number of hexamer sequences in the pool (the more the longer it takes) |
pA |
fraction of A |
pT |
fraction of T |
pG |
fraction of G |
pC |
fraction of C |
vector containing the simulated random hexamers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.