Description Usage Arguments Value
View source: R/binding_model_functions.r
Computes the probability of having a given sequence in the primer pool based on input nucleotide composition of primers
1 | primer.prob(seq, probs = c(pA = 0.25, pT = 0.25, pG = 0.25, pC = 0.25))
|
seq |
string of DNA sequence |
pA |
fraction of A |
pT |
fraction of T |
pG |
fraction of G |
pC |
fraction of C |
numerical of probability
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.