get.primer.binding.idx: Retrieval of Allowed Binding Indices.

View source: R/con_primer_coverage.R

get.primer.binding.idxR Documentation

Retrieval of Allowed Binding Indices.

Description

Retrieves the indices of allowed binding events in binding for the primer with index x and type primer.type.

Usage

get.primer.binding.idx(
  binding,
  primer.type = c("fw", "rev", "both"),
  x,
  allowed.other.binding.ratio
)

Arguments

binding

IRanges binding information.

primer.type

Direction of primer.

x

Index of primer in the primer data frame.

allowed.other.binding.ratio

The ratio of allowed off-target binding events.

Value

Indices in binding for primer with index codex that are allowed.


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