Description Usage Arguments Value See Also Examples
Uses dynamic programing to build a matrix of the expected amplifications for positions with a given a number of forward primers upstream and reverse primers downstream and within range of the polymerase.
1 | generateAmplificationTable(nForwards = 10, nReverses = 10)
|
nForwards |
Calculate a matrix from zero to this many forward primers |
nReverses |
Calculate a matrix from zero to this many reverse primers |
A nForwards+1 row, nReverses+1 column matrix of the expected amplifications for each combination of numbers of forward and reverse primers. Row 1 is for 0 forward primers within range, row 2 is for 1 forward primer, column 1 is for 0 reverse primers, column 2 is for 1 reverse primers ...
1 | generateAmplificationTable(20,20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.