Input of primers

To evaluate an existing set of primers, you can either select one of the sets that are shipped with openPrimeR or you can provide a FASTA or CSV file. In the following, the input parameters for FASTA files are discussed in more detail.

Primer directionality

For FASTA input, the directionalities (forward/reverse) of the input primers should be annotated in the header entries of the FASTA file. For example, if the identifier of forward primers is set to _fw, then all forward primers should contain the keyword _fw in their headers. Then, a valid forward primer header entry would look like this:

>TestSeq1_fw

Pairing primers

In some applications, it may be desirable to consider a primer as a unit consisting of a forward and reverse primer, that is, as a primer pair. To identify that a pair of forward and reverse primers belongs together, it is necessary that both primers of a pair should have the same FASTA header except for the keywords indicating their directionality. For example, the primers

>Primer1_fw
>Primer1_rev

would make up a pair of primers when the direction keywords are _fw and _rev because they share the same prefix (Primer1) in the header. If, however, the primers had headers such as

>Primer1_fw
>Primer2_rev

then Primer1 and Primer2 would be considered as individual primers because their identifiers are distinct.

Primer pairs are always analyzed as one unit, which impacts several analysis steps. In terms of coverage, a pair of primers covers a template sequence only if both, its forward and reverse primer, cover the template sequence. For filtering, if one primer of a pair does not pass a constraint, the whole pair of primers is excluded.

Treatment of IUPAC ambiguity codes

When loading primers, you have the option of disambiguating or merging primers using IUPAC ambiguity codes. When the Merge option is selected, primers with similar sequences are automatically merged by forming consensus sequences leading to degenerate sequences. Note that, by default, the maximal degeneracy is set to 16, which means that at most four ambiguous positions are allowed in a merged primer.

In the following example, the following three primers could be merged:

yielding the primer ASGCGCGTSGT with a degeneracy of 4.

The Disambiguate option performs the reverse action. Given a degenerate primer it generates all non-ambiguous sequences that are represented by the degenerate sequence. This means that in the example above, we would go from ASGCGCGTSGT to the four distinct sequences that the primer represents.