assign_binding_regions.numeric | R Documentation |
Numeric S3 generic case for assigning binding regions.
## S3 method for class 'numeric'
assign_binding_regions(
template.df,
fw,
rev,
optimize.region = FALSE,
primer.length = 20,
gap.char = "-"
)
template.df |
Template data frame. |
fw |
Binding region data forward primers. |
rev |
Binding region data for reverse primers. |
optimize.region |
Should the primer binding region be optimized using secondary structure prediction? |
primer.length |
Probe length for optimizing template secondary structure. |
The template data frame with assigned binding regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.