Get primer binding position
get_binding_position(
primer,
model,
tryrc = TRUE,
quiet = FALSE,
min_score = 10,
...
)
A character string, DNAbin object or an object coercible to DNAbin
A profile hidden Markov model (a "PHMM" object) generated by the aphid R package to align the sequences to.
Whether the reverse complement should also be aligned. The highest scoring complement is chosen.
Whether progress should be printed to the console.
Minimum score for the viterbi alignment.
aditional arguments to be passed to "Viterbi"