-
Notifications
You must be signed in to change notification settings - Fork 15
Use more than one forward and/or reverse as input for search_primer_pairs() #50
Description
Hello, everyone!
This is an incredibly useful package and I've been using it a lot since last year.
Recently, I started designing my primers using the DECIPHER package. It returns several variants of forward and reverse primers which, in combination, amplify all sequences in a certain group. The thing is that these sequences are not necessarily degenerated at fixed positions. Actually they often come out with different lengths.
It would be awesome to be able to check the specificity of the entire pool of primers using primerTree, so my idea here would be to generate and supply my own combinations of forward and reverse primers (maybe with expand.grid() or something like it) instead of letting enumerate_primers() do it. Or even better, adjust the forward and reverse parameters of search_primer_pair() to accept a vector with more than one sequence, and then generate the combinations from that.
All the best,
Thiago