💡 Quick Summary
PCR Products accepts one or more DNA template sequences and two primer sequences, then finds all PCR products that the primers can generate. Products are sorted by size and reported in FASTA format with their position, length, and the primers that produced them.
📋 How to Use
- Paste one or more DNA template sequences (raw or FASTA) into the template area. Multiple FASTA sequences each get their own title line.
- Enter the name and sequence (5′→3′) for each primer. Both primers must be at least 10 bases long.
- Choose the template topology: Linear (default) or Circular (for plasmids and other circular molecules).
- Click Submit. Products are reported in FASTA format, sorted from largest to smallest.
- Click Load Example to run T7 and T3 primers against a sample pUC19 sequence.
- Use Copy All to copy the FASTA output to your clipboard.
🧮 Formulas & Logic
📊 Result Interpretation
Shown in bp in the FASTA header. Includes both primer sequences.
"base X to base Y" is 1-based, inclusive, relative to the input template sequence.
Shows which primer matched the forward strand and which matched the reverse strand.
🔬 Applications
- Predicting PCR product sizes before running a gel
- Verifying primer placement in a cloning vector or genomic sequence
- Checking for unintended off-target products from degenerate primers
- Confirming that primers flank an insert in a circular plasmid
- Designing diagnostic PCR assays and predicting band patterns
⚠️ Common Mistakes & Warnings
The tool finds only perfectly matching primer sites. Use IUPAC degenerate bases (R, Y, N, etc.) in primer sequences to allow mismatches at specific positions.
Each primer is searched on both the forward strand and the reverse complement. A product is reported whenever two primer binding sites face each other, regardless of which primer is which.
Very short primers produce too many non-specific matches to be useful.
Each template sequence (after stripping non-DNA characters) can be up to 2 Mb.