merge.binding.information: Merge of Forward/Reverse Binding Information.

View source: R/con_primer_coverage.R

merge.binding.informationR Documentation

Merge of Forward/Reverse Binding Information.

Description

Determines binding events of individual and pairs of primers.

Usage

## S3 method for class 'binding.information'
merge(
  primers,
  fw.binding.filtered,
  rev.binding.filtered,
  mode.directionality = c("fw", "rev", "both"),
  idx.fw,
  idx.rev
)

Arguments

primers

The primer data frame.

mode.directionality

Primer directionality.

idx.fw

Index of fw primers.

idx.rev

Index of rev primers.

fw.binding

IRanges object with binding events of fw primers.

rev.binding

IRanges object with binding events of rev primers.

Value

IRanges with correct binding events.


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