View source: R/optimization_ILP.R
subset.ILP | R Documentation |
Constructs an ILP for selecting optimal primer subsets.
## S3 method for class 'ILP'
subset(primer.df, template.df, k)
primer.df |
Primer data frame to be subsetted. |
template.df |
Template data frame. |
k |
Required number of primers to be selected. |
Here, "optimal" refers to a subset of a certain size that maximizes the coverage.
An ILP for choosing the primer subset of size k
with the largest coverage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.