Conversion chemistry¶
smfprimer always accepts the ordinary, unconverted top-strand reference. The
--converted-strand option identifies which reference strand undergoes the
experimental chemistry.
Deaminase workflow¶
With --workflow deaminase, every cytosine on the converted strand is treated
as a possible C/T position:
- A forward ordered primer reports
Yfor C/T. - A reverse ordered primer reports the complementary
Rfor A/G.
Conversion workflow¶
With --workflow conversion, non-target cytosines become expected thymine.
Cytosines in the selected protected context remain ambiguous:
--context cpgprotects CpG cytosines.--context gpcprotects GpC cytosines.--context bothprotects both groups.
How Primer3 sees the sequence¶
Primer3 requires a concrete design sequence. smfprimer uses the expected
converted member of each mixture (Y as T, and its ordered-primer complement
R as A) for Primer3 selection and thermodynamic metrics. It then restores
the conversion-aware IUPAC bases at Primer3's selected coordinates.
Consequently:
forward_order_sequenceandreverse_order_sequenceare the sequences to review for ordering.- Tm, GC, and Primer3 penalties describe the concrete converted allele.
forward_degeneraciesandreverse_degeneraciesshow how many ambiguous positions each ordered mixture contains.
Do not interpret a low Primer3 penalty as a specificity guarantee. Specificity is assessed independently against the chosen Bowtie index.