View source: R/con_primer_coverage.R
get.primer.binding.idx | R Documentation |
Retrieves the indices of allowed binding events in binding
for the primer with index x
and type primer.type
.
get.primer.binding.idx(
binding,
primer.type = c("fw", "rev", "both"),
x,
allowed.other.binding.ratio
)
binding |
IRanges binding information. |
primer.type |
Direction of primer. |
x |
Index of primer in the primer data frame. |
allowed.other.binding.ratio |
The ratio of allowed off-target binding events. |
Indices in binding for primer with index codex that are allowed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.