remove.redundant.cols: Removal of Redundant Primers.

View source: R/optimization_ILP.R

remove.redundant.colsR Documentation

Removal of Redundant Primers.

Description

Removes redundant primers from an optimal solution.

Usage

remove.redundant.cols(S, cvg.matrix)

Arguments

S

Indices of primers that are selected in an optimal solution.

cvg.matrix

Binary matrix of coverage events.

Details

An optimal solution can contain primers with redundant coverage when using presolve or greedy optimization.

Value

Updated indices of selected primers S such that indices representing primers with redundant coverage are removed.


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