read.leaders: Read Individual Binding Regions

View source: R/templates.R

read.leadersR Documentation

Read Individual Binding Regions

Description

Reads individual binding regions into a data frame.

Usage

read.leaders(
  fasta.file,
  direction = c("fw", "rev"),
  rm.keywords = NULL,
  gap.character
)

Arguments

fasta.file

Path to a FASTA file with binding regions.

direction

String identifying whether the FASTA file contains information pertaining to the binding region of forward or reverse primers.

rm.keywords

A vector of keywords that are used to remove templates whose headers contain any of the keywords.

gap.character

The character for indicating gaps in sequences.

Value

A data frame with individual binding regions.


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