subset.ILP: Subset ILP Constructor

View source: R/optimization_ILP.R

subset.ILPR Documentation

Subset ILP Constructor

Description

Constructs an ILP for selecting optimal primer subsets.

Usage

## S3 method for class 'ILP'
subset(primer.df, template.df, k)

Arguments

primer.df

Primer data frame to be subsetted.

template.df

Template data frame.

k

Required number of primers to be selected.

Details

Here, "optimal" refers to a subset of a certain size that maximizes the coverage.

Value

An ILP for choosing the primer subset of size k with the largest coverage.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.