get_plot_primer_data: Data for Primer Plot.

View source: R/plots_coverage.R

get_plot_primer_dataR Documentation

Data for Primer Plot.

Description

Constructs a data frame containing information about primer binding events.

Usage

get_plot_primer_data(
  primer.df,
  template.df,
  identifier = NULL,
  relation = c("fw", "rev")
)

Arguments

primer.df

An object of class Primers containing primers with evaluated primer coverage.

template.df

An object of class Templates with template sequences corresponding to primer.df.

identifier

Identifiers of primers that are to be considered. If identifier is set to NULL (the default), all primers are considered.

relation

Compute binding positions relative to forward (fw) or reverse (rev) binding regions. The default is "fw".

Value

Data frame with primer binding data.


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