Skip to contents

Create a dataframe of alignment information

Usage

.create_alignment_df(
  sirna,
  match.string,
  feature.seq,
  aln.name,
  left.pad,
  right.pad
)

Arguments

sirna

The siRNA string as a character vector

match.string

The match characters as a character vector

feature.seq

The feature sequence as a character vector

aln.name

The column name to use for the DF

left.pad

The amount of left spaces to add based on upper-level arguments

right.pad

The amount of right spaces to add based on upper-level arguments

Value

A data.frame that represents the alignment of the siRNA and feature sequence