build_leader_df: Building of Leader Data Frame.

View source: R/templates.R

build_leader_dfR Documentation

Building of Leader Data Frame.

Description

Constructs the leader data frame.

Usage

build_leader_df(
  direction = c("fw", "rev"),
  leader,
  start,
  end,
  ali.start,
  ali.end
)

Arguments

direction

The primer direction for which we are annotating binding regions.

leader

The binding region sequence.

start

The start positions of the binding region.

end

The end positions of the binding region.

ali.start

The start positions of the binding region in the aligned input.

ali.end

The end positions of the binding region in the aligned input.

Value

A data frame with binding region information.


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