View source: R/con_primer_coverage.R
merge.binding.information | R Documentation |
Determines binding events of individual and pairs of primers.
## S3 method for class 'binding.information'
merge(
primers,
fw.binding.filtered,
rev.binding.filtered,
mode.directionality = c("fw", "rev", "both"),
idx.fw,
idx.rev
)
primers |
The primer data frame. |
mode.directionality |
Primer directionality. |
idx.fw |
Index of fw primers. |
idx.rev |
Index of rev primers. |
fw.binding |
IRanges object with binding events of fw primers. |
rev.binding |
IRanges object with binding events of rev primers. |
IRanges with correct binding events.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.