c53b1c7626e433d0511d2d430ef6f72e4eb715af max Thu Jun 26 03:07:43 2025 -0700 adding demo version of exon primers track, refs #35830 diff --git src/hg/makeDb/trackDb/human/exonprimer.html src/hg/makeDb/trackDb/human/exonprimer.html new file mode 100644 index 00000000000..4f91c483651 --- /dev/null +++ src/hg/makeDb/trackDb/human/exonprimer.html @@ -0,0 +1,265 @@ +

Description

+ +

The Exon PCR Primers track displays computationally designed primer pairs for PCR amplification of individual exons across all protein-coding genes. Each track item represents a complete PCR reaction designed to amplify a single exon, with primer locations highlighted as blocks within the amplicon span. This track is designed to facilitate exon-specific PCR experiments, including mutation screening, expression analysis, and targeted sequencing applications.

+ +

Display Conventions

+ + + +

PCR products are named using the format: {transcript_id}_exon{number}_PCR

+

Example: NM_001001130_exon3_PCR

+ +

Each PCR product contains comprehensive metadata accessible by clicking on track items:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldDescriptionExample
forwardSeqDNA sequence of the forward primer (5' → 3')ATGCGATCGTAGCATGC
forwardTmMelting temperature of forward primer (°C)59.8
forwardGcGC content of forward primer (%)52.4
reverseSeqDNA sequence of the reverse primer (5' → 3')GCATGCTACGATCGCAT
reverseTmMelting temperature of reverse primer (°C)60.2
reverseGcGC content of reverse primer (%)58.8
transcriptRefSeq transcript identifierNM_001001130
geneSymbolHGNC gene symbolGAPDH
exonNumExon number within the transcript3
productSizeExpected PCR amplicon size (bp)185
+ +

Applications

+ +

Research Applications

+ + +

Clinical Applications

+ + +
+

Important Considerations

+ +
+ +

Data Access

+ +

Table Browser

+

The complete dataset can be accessed through the UCSC Table Browser:

+
    +
  1. Navigate to the Table Browser
  2. +
  3. Select "Exon PCR Primers" from the track dropdown
  4. +
  5. Choose desired output format (BED, GTF, or custom)
  6. +
  7. Apply region or gene-based filters as needed
  8. +
+ +

API Access

+

Programmatic access is available through the UCSC REST API:

+

https://api.genome.ucsc.edu/getData/track?genome=hg38;track=exonPrimers;chrom=chr1;start=1000000;end=2000000

+ +

Methods

+ +

Primers are designed using Primer3 with the following default parameters:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterDefault ValueDescription
Primer Length18-25 bp (optimal: 20 bp)Length range for primer oligonucleotides
Melting Temperature57-63°C (optimal: 60°C)Target Tm for primer annealing
Product Size100-300 bpExpected PCR amplicon length
Flanking Distance500 bpSequence context around each exon
Max Self-Complementarity8 bpMaximum self-annealing allowed
Max 3' Self-Complementarity3 bpMaximum 3' end self-annealing
Max Pair Complementarity8 bpMaximum primer-dimer formation
+ +
+

Computational Pipeline

+

The primer design pipeline consists of the following steps:

+ +

1. Input Processing

+ + +

2. Sequence Extraction

+ + +

3. Primer Design

+ + +

4. Quality Control

+ + +

5. Output Generation

+ +
+ +

Limitations

+ + + +

Data Sources and Updates

+ + + +

Technical Details

+ +

File Formats

+ + +

Software used

+ + +
+

References

+

Primer3 Software:
+ Untergasser A, Cutcutache I, Koressaar T, Ye J, Faircloth BC, Remm M, Rozen SG (2012) + Primer3--new capabilities and interfaces. Nucleic Acids Research 40(15):e115. + doi: 10.1093/nar/gks596

+ +

ExonPrimer:
+ Written in the early 2000s by Tim Strom, the Exonprimer website inspired this track. The + tool used to be available at http://ihg.gsf.de/ihg/ExonPrimer.html, but the server seems to be offline now. +

+ +