filter.by.constraints: Filter By Constraints

View source: R/filters.R

filter.by.constraintsR Documentation

Filter By Constraints

Description

Remove primers that do not fulfill the current constraints (evaluate all primers).

Usage

filter.by.constraints(
  filtered.df,
  constraint.df,
  current.constraints,
  active.constraints,
  mode.directionality = c("fw", "rev", "both"),
  template.df
)

Arguments

filtered.df

Primer data frame.

constraint.df

Data frame with constraint values.

current.constraints

List with constraint settings.

active.constraints

Strings giving the names of active constraints.

mode.directionality

Direction of primers

template.df

Template data frame.

Value

A list containing the filtered primer data frame, as well as a data frame of the excluded primers and the used filtering settings.


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