View source: R/con_primer_coverage.R
annotate.binding.events | R Documentation |
Annotates whether primer binding events are in the allowed binding region or not.
annotate.binding.events(
fw.binding,
allowed.range,
nbr.primers,
allowed.region.definition = c("within", "any")
)
fw.binding |
IRanges with coverage information. |
allowed.range |
IRanges of the allowed binding ranges in the templates. |
nbr.primers |
Number of primers to consider. |
allowed.region.definition |
Definition of the allowed binding region |
IRanges with annotations of (preliminary) specificity and allowed binding.
The field all_binding
contains all binding regions, on_target
contains
all events in the target region, and off_target
contains all off-target
binding events.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.