View source: R/optimization_algo.R
compute.all.primer.subsets.ILP | R Documentation |
Computes all optimal primer subsets and stores their plots.
compute.all.primer.subsets.ILP(
primer.df,
template.df,
k,
groups,
cur.results.loc,
required.cvg = 1
)
primer.df |
Primer data frame. |
template.df |
Template data frame. |
k |
Subset size-increment. |
groups |
Identifiers of template groups in order to limit coverage to certain groups of template sequences. |
cur.results.loc |
Location for storing the results. |
required.cvg |
The required coverage ratio. |
Write-out of results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.