ambiguity codes, enumerate all possible combinations and combine the results.
primer_search(
forward,
reverse,
num_aligns = 500,
num_permutations = 25,
...,
.parallel = FALSE,
.progress = "none"
)
forward primer to search by 5'-3' on plus strand
reverse primer to search by 5'-3' on minus strand
number of alignment results to keep
the number of primer permutations to search, if the degenerate bases cause more than this number of permutations to exist, this number will be sampled from all possible permutations.
additional arguments passed to Primer-Blast
if 'TRUE', perform in parallel, using parallel backend provided by foreach
name of the progress bar to use, see 'create_progress_bar'
httr response object of the query, pass to parse_primer_hits
to parse the results.