Skip to main content

ExonSurfer: a web-tool to design primers at exon–exon junctions

Abstract

Background

Reverse transcription quantitative PCR (RT-qPCR) with intercalating dyes is one of the main techniques to assess gene expression levels used in basic and applied research as well as in diagnostics. However, primer design for RT-qPCR can be complex due to the high demands on primer quality. Primers are best placed on exon junctions, should avoid polymorphic regions, be specific to the target transcripts and also prevent genomic amplification accurately, among others. Current software tools manage to meet all the necessary criteria only insufficiently. Here, we present ExonSurfer, a novel, user-friendly web-tool for qPCR primer design.

Results

ExonSurfer combines the different steps of the primer design process, encompassing target selection, specificity and self-complementarity assessment, and the avoidance of issues arising from polymorphisms. Amplification of potentially contaminating genomic DNA is avoided by designing primers on exon-exon junctions, moreover, a genomic alignment is performed to filter the primers accordingly and inform the user of any predicted interaction. In order to test the whole performance of the application, we designed primer pairs for 26 targets and checked both primer efficiency, amplicon melting temperature and length and confirmed the targeted amplicon by Sanger sequencing. Most of the tested primers accurately and selectively amplified the corresponding targets.

Conclusion

ExonSurfer offers a comprehensive end-to-end primer design, guaranteeing transcript-specific amplification. The user interface is intuitive, providing essential specificity and amplicon details. The tool can also be used by command line and the source code is available. Overall, we expect ExonSurfer to facilitate RT-qPCR set-up for researchers in many fields.

Peer Review reports

Background

Accurate detection and quantification of gene expression levels is crucial for understanding biological processes and disease mechanisms. Intercalating dye-based reverse transcription qPCR (RT-qPCR) is a widely used method for gene expression analysis, and designing primers that span exon-exon junctions is critical for specific and accurate transcript detection [1]. However, designing such primers is a challenging task, as it requires careful consideration of the transcript specificity, the exon junction, primer length and melting temperature, or the avoidance of common single nucleotide polymorphism (SNPs) in the primer sequence [2]. With so many factors to take into account, primer design is a commonly automated task for which multiple tools are available [3]. Primer3 is the most widely used primer design tool, both directly (using the command line, Python package or web tools) and indirectly, by accessing one of the multiple applications that are based on it [4,5,6]. Although Primer3 is capable of handling most primer design challenges in the hands of an expert, it requires extensive experience and the use of additional tools to extract the target sequence or check for specificity. Primer-BLAST’s main focus is specificity to the target [7]. Furthermore, there is no option to perform a genomic alignment. Even though the user can choose to only design primers on exon junctions, this is often not enough to ensure the absence of genomic interference during qPCR. In addition, it presumably leverages Primer3’s built-in capability to detect dimers or hairpins, and there is extensive room for improvement in this area [8]. Other more RT-qPCR-focused tools include Ex-Ex-Primer [9] QuantPrimer [10], IDT’s private software (https://eu.idtdna.com/scitools/Applications/RealTimePCR) and the highly versatile FastPCR [11]. While Ex-Ex-Primer assists a wide variety of qPCR setups, it requires the user to input the target junction, thus entailing the need for a prior multiple sequence alignment in the case of genes with several transcripts. In addition, it does not avoid SNPs or other variants and doesn’t allow the user to detect multiple transcripts from the same gene with one primer pair. IDT’s software is straightforward and easy to use, but lacks documentation and specificity results, among others. FastPCR supports a wide range of primer design applications, but it requires the user to insert the sequence, it works exclusively on Microsoft Windows machines and needs to be installed.

In order to have a single resource, which overcomes these limitations, we developed ExonSurfer. Multiple applications and databases for robust primer design support are combined in ExonSurfer (Fig. 1A). This user-friendly web-based tool streamlines the different steps of primer design for RT-qPCR with intercalating dyes (Fig. 1B), targeting genes of different organisms (Homo sapiens, Mus musculus, Rattus norvegicus, Danio rerio, Arabidopsis thaliana, Oryza sativa and Drosophila melanogaster. ExonSurfer enables users to design primers that avoid common polymorphisms, checks for specificity and self-complementarity, and can guarantee the span of exon-exon junctions. Furthermore, users can select specific splice variants and customize primer length, thermal parameters, and maximum amplicon length to best suit their amplification procedure. ExonSurfer efficiently designs primers that meet these requirements, reducing the need for extensive in silico and in vitro optimization or the need to use several tools. For the assessment of ExonSurfer, we chose 26 targets needed in ongoing projects, ensuring a broad representation across various gene sizes, expression levels, and transcript variants. This primer selection was designed and verified by qPCR to provide an objective evaluation of ExonSurfer’s capabilities. Then we checked the predicted amplicon size of each primer pair against the actual PCR product size. In addition, the PCR products were subjected to Sanger sequencing to confirm their accuracy. Most of the amplified amplicons were confirmed to be accurate through this thorough validation process, without the need for further qPCR optimization steps.

Fig. 1
figure 1

A Schematic representation of ExonSurfer’s interface and backend, detailing the automated retrieval of genetic information, integration of custom sequence files, and application of the Primer3 module for primer design, along with specificity checks against genomic databases to preclude off-target effects in model organisms. B Diagram illustrating the user-directed primer design workflow, from exon junction selection to the final reporting of optimal primer pairs, all while employing specificity filters to ensure high fidelity in downstream qPCR applications

Implementation

Programming language and software packages

ExonSurfer is an open-source web-tool developed using Python and the Django framework. The tool uses PyEnsembl (github.com/openvax/pyensembl) to access the Ensembl database (release 108 for animals and release 57 for plants) [12], primer3-py (libnano.github.io/primer3-py) and BLAST + software packages [13] to design and filter primer pairs based on their specificity and self-complementarity, among other parameters.

Data sources

ExonSurfer is currently available for these species: Homo sapiens, Mus musculus , Rattus norvegicus, Danio rerio , Oryza sativa, Arabidopsis thaliana and Drosophila melanogaster. The gene and transcript information used by ExonSurfer is retrieved from the Ensembl database (release 108 for the animal species, release 57 for the plant species). In the case of Homo sapiens, the dbSNP database [14] was previously downloaded and used to mask all common SNPs (minor allele frequency % in any population and study), so, by default, primers are not placed on SNPs or other short variants, though this option can be disabled. To assess primer specificity, ExonSurfer performs two sequential BLAST alignments against the cDNA and genomic databases from Ensembl. For Homo sapiens, the database is enriched with the protein coding mRNA from RefSeq [15], which increases the specificity and sensitivity of the primer design process. By performing these alignments, ExonSurfer is able to identify and filter out primer pairs with potential off-target hits, including those against other genes and non-targeted transcript isoforms from the target gene itself.

Workflow

ExonSurfer’s workflow (Fig. 1B) consists of the following steps: (i) it selects the best exon junctions based on the transcripts selected by the user, (ii) it designs multiple primer pairs for each junction, and (iii) it filters these primer pairs based on their specificity and self-complementarity. Finally, it ranks and reports the remaining primer pairs.

Junction and sequence selection

A key feature of ExonSurfer is the ability to select the best exon junctions for the user’s selected targets automatically. The user can choose one or more transcript isoforms, and ExonSurfer will select the junctions that are present in all the chosen targets and absent in all the unselected transcripts. In cases for which the user’s specified criteria cannot be met, ExonSurfer’s algorithm selects the junctions that mostly meet the user’s criteria and informs the user of any possible non-targeted or off-target transcript isoforms. In these suboptimal cases, the canonical transcript is targeted preferentially. Additionally, for the human genome, the user can choose to design the primers on a pre-masked genome, thereby avoiding areas with high genetic variation during the primer design process.

Transcript sequences in GenBank or FASTA format can also be used as input for novel transcript discovery. If the origin is one of the available species, ExonSurfer will also perform specificity testing on them. For the FASTA file, the exon junctions placement in the sequence should be marked in the header.

Primer design

ExonSurfer uses primer3-py in order to design primer pairs, placing one primer’s 3’end in the exon junction. Moreover, ExonSurfer also allows the user to design primers flanking exon junctions rather than spanning them.

Specificity filter

ExonSurfer checks specificity in two distinct steps: for the first round it assesses alignments against the mRNA, since this will be the main form of nucleic acids present in the reaction. After performing the BLAST alignments, primer pairs are annotated for possible off-target products considering both other genes and non-targeted transcript isoforms from the target gene. ExonSurfer performs the second BLAST round against the whole genomic DNA with the best primers from the previous step. In addition, unproductive off-target alignments (that is, single primer alignments) are stored for further filtering.

Web interface

ExonSurfer is provided as a web service accessible through a web browser without the need for additional software or registration. The web interface (Fig. 2) is designed to be user-friendly and intuitive. On the main page, users are presented with a form to input search parameters such as species and gene symbol. The interface also allows for the uploading of custom sequence data in GenBank or FASTA file formats, facilitating the detection of novel transcripts. Users have the option to design primers that span or flank exon-exon junctions, tailored to their experimental requirements. Primer parameters like length, GC content, melting temperature, and maximum amplicon length can also be specified.

Fig. 2
figure 2

A Results view from ExonSurfer, detailing top primer pairs with scores and sequences, and highlighting specificity warnings. B cDNA view showing primer binding on differentially colored exons, with primer efficacy on various transcripts indicated in green for positive and gray for negative detections, and red for the targeted exon. C Potential off-target amplification regions are shown, with primer mismatches highlighted in red, facilitating off-target assessment

Upon submitting the search parameters, ExonSurfer initiates the primer design process. The output page (Fig. 2A) provides a comprehensive summary, displaying details such as the number of primer pairs generated for each selected junction and their specificity information. Each primer pair’s details, including the amplicon sequence (Fig. 2B) and BLAST alignment information (Fig. 2C), are available for review. Additionally, the interface enables the download of results in various table formats like CSV or Excel.

The results are stored for a predetermined duration and can be accessed using the link provided upon submission.

Primer validation

In brief, total RNA was isolated using the RNeasy Mini Kit (Qiagen, Germany) from four cell lines: monocytic leukemia THP-1 cells (CLS, Eppelheim, Germany), transformed bronchial epithelium Beas-2B cells (ATCC-CRL-9609) (LGC Standards GmbH, Wesel, Germany), the telomerase-immortalized human corneal epithelial cell line hTCEpi (Evercyte, Vienna, Austria), and the telomerase-immortalized human corneal endothelial cell line HCEnC-21 T (kindly provided by Prof. U. Jurkunas, Boston, MA, US) [16]. THP-1 cells and Beas-2B cells were cultured in RPMI 1640 medium (Sigma-Aldrich, Vienna, Austria) supplemented with 10% fetal calf serum (FCS, Gibco™, Life Technologies, Carlsbad, California, U.S.). hTCEpi cells were cultured in growth factor supplemented keratinocyte growth medium 2 medium (C-20011, Promocell, Heidelberg, Germany) and HCEn-21 T cells were maintained in complete medium (OptiMEM-I®, ThermoFisher Scientific, Vienna, Austria) supplemented with 8% FCS, 5 ng/mL epidermal growth factor (Peprotech, London, UK), 52 ng/mL pituitary extract (Promocell, Heidelberg, Germany), 200 µg/mL calcium chloride (Sigma-Aldrich, Vienna, Austria), and 0.8 mg/mL chondroitin sulfate (Sigma-Aldrich, Vienna, Austria). Prior to RNA isolation, cell lysates were homogenized using the QIAshredder system (Qiagen, Germany). RNA isolation was performed with the RNeasy Mini kit (Qiagen, Germany). RNA quantification and assessment of purity (260/280 nm) was performed using a Nanodrop spectrophotometer (ThermoFisher, Whaltham, MA, US). No further DNase treatment was performed.

Single-stranded cDNA was synthesized from 1 μg of total RNA using the LunaScript RT SuperMix (New England BioLabs, Frankfurt am Main, Germany) according to the manufacturer’s instructions. For each primer pair, the efficiency was determined. To evaluate the performance of a primer set, a serial dilution of cDNA (50 ng, 25 ng, 12.5 ng, 6.25 ng, 3.125 ng and 1.6 ng of cDNA) was performed and added to 50 nM of specific primers and the Luna Universal Probe qPCR Master Mix (New England BioLabs, Germany). Total reaction volume was 10 μl. Reactions were performed in duplicates. qPCR was performed using the Rotor-Gene-Q 5plex HRM (Qiagen, Hilden, Germany) under the following conditions: initial denaturation at 95 °C for 60 s; 40 cycles: 95 °C for 15 s, 60 °C for 30 s (fluorescence acquisition); melt curve analysis: ramp from 60 to 95 °C (rising by one degree each step); 25 °C for 60 s and hold on room temperature. For each primer pair, the amplicon length was verified once by gel electrophoresis and the PCR product was sent to sequencing (Microsynth, Balgach, Switzerland). Ct values were plotted against the natural logarithm of the template concentration and PCR efficiencies were calculated from the slope of the regression line according to the equation E = 10[−1/slope] [17,18,19].

Results and discussion

In the past year, the primary focus of the scientific community has been on enhancing the methodology for analyzing qPCR data [20, 21] and numerous methods have been proposed to increase the statistical robustness of the analysis [22,23,24]. However, there is still a need to refine the primer design process to improve the overall analysis.

ExonSurfer represents a novel, integrated approach in the realm of RT-qPCR primer design, particularly regarding primers spanning exon-exon junctions. This tool, developed for intercalating dye-based qPCR, offers accuracy and specificity in its function. By adjusting the user-parameters, ExonSurfer can easily adapt to several types of primer design focused on exon junctions, including RT digital PCR (dPCR) based on EvaGreen dye. It operates independently of external software resources, as depicted in Fig. 1, highlighting its unique capacity for autonomous, end-to-end primer design. ExonSurfer follows the FAIR principles [25].

First of all, ExonSurfer identifies the optimal exon junctions for the selected targets. In cases where no perfect junctions are available (i.e. there are no junctions exclusively present in the selected transcripts), our approach shifts to selecting junctions that are present across all targets, preferentially covering Ensembl’s canonical isoform. Any untargeted transcripts are reported as off-target products. For the human genome, primers are configured to avoid SNPs with a minor allele frequency (MAF) larger than 1%, thereby mitigating the potential of uneven amplification efficiency in different samples. Afterwards, we design primers that span exon junctions by a minimal number of bases in the 3’ end and the 5’ end. ExonSurfer also allows the user to design primers flanking exon junctions rather than spanning them. However, this option is only recommended for experiments where genomic contamination is not a concern.

Once multiple primer pairs are designed for a set of targets, we align them against the corresponding mRNA and assess possible off-target formation. This is especially concerning because off-target presence leads to false positives in RT-qPCR experiments. We keep the most specific primer pairs and align them against the genomic DNA; even though primers are designed on exon junctions, that sequence might still be present in the genomic DNA in any other location, so an additional alignment step is necessary. If all the primer pairs have off-targets, we report them so the user can make an informed decision (Fig. 2C). Overall, this comprehensive primer information makes it easy for researchers to select the most appropriate primer pair for their specific experimental conditions.

In this study, we validated the functionality, performance, and efficiency of ExonSurfer by designing primer pairs for 26 different genes. These genes were selected as a real world case, due to their implication in several ongoing projects. A summary of the most representative results is listed in Table 1, highlighting key findings such as primer efficiency and specificity. Complete information on the primer sequences, design parameters, and comprehensive results across all tested cell lines can be found in Additional file 1.

Table 1 Summary of primer efficacy for selected genes across various cell lines. Primer pairs that specifically and correctly amplified the target are indicated in bold

We tested several primer pairs in the wet lab, using RNA extracted from a diverse set of cell lines: THP-1, Beas-2B, hTCEpi, and HCEnC-21 T. We assessed both the specificity and efficiency of these primers. From the 26 primer pairs tested, 24 were able to efficiently amplify a target (E ≥ 2) in at least one cell line. However, two of them, targeting KRT3 and KRT12 genes, were unable to amplify the sequence, presumably due to the low levels of transcript expression in the tested cell lines. Additionally, 20 primer pairs obtained a coefficient of determination (R2) > 0.99 with at least one RNA extract, indicating optimal performance. Furthermore, 20 primer pairs were confirmed to amplify the target specifically and correctly, as verified by sequencing. The relevant primer and experimental setup information is detailed in the method description as well as in the supplementary files provided with this manuscript, addressing transparency and reproducibility concerns. As an example of these findings, the results from the HPRT1 primer pair can be checked in Fig. 3.

Fig. 3
figure 3

Results from qPCR amplification using ExonSurfer-designed primers for the HPRT1 gene, tested in Beas-2B cells. A qPCR SYBR Green I fluorescence history versus cycle number of target gene in serial dilutions of cDNA. The crossing points of threshold fluorescence (Ct values) are determined. Threshold fluorescence is defined as the point at which the fluorescence rises appreciably above the background fluorescence. B Melting curves illustrate the dissociation behavior of the amplified products, with a peak melting temperature (Tm) at 82.0 °C, indicative of primer specificity. C Sequencing quality of the HPRT1 amplicon as determined by Sanger sequencing, demonstrating the fidelity and accuracy of the amplified product

Notably, as initially suggested by ExonSurfer predictions, we encountered several challenges with primer specificity and off-target amplification. Specifically, GAPDH primers showed suboptimal performance in the wet lab experiments, demonstrating off-target amplification. ExonSurfer had identified potential off-targets for GAPDH, involving transcripts ENST00000396861 and ENST00000492719. Additionally, ExonSurfer predicted potential nonspecific off-target amplification for the RPL37A primers due to genomic DNA nonspecificity, which was in line with the wet lab qPCR results. RPLP0's primers, as indicated by ExonSurfer, showed potential nonspecific amplification and off-target effects related to the RPLP0P2 gene. Furthermore, sequencing of IFNGR1 encountered issues, indicative of primer inefficiency or nonspecific binding, which could be attributed to the potential amplification of other transcripts from the same gene. The preliminary validation of our web-based tool, reveals variable success rates, reflecting the unpredictable nature of primer design. These findings align with the results reported by Andreson et al. [26] and Cordaro and colleagues [27], accentuating the complexity inherent in primer specificity analyses.

To summarize, validation experiments demonstrated that most of the designed primers had high accuracy and specificity, producing PCR products with high efficiency, and sequencing data confirmed the identity of the targeted transcripts. The amplification plots, melting curves and gel electrophoresis results for all the targets tested in the four cell lines can be found in the Additional file 2, and Additional file 3.

One of the main limitations of ExonSurfer is the range of species that the tool currently supports. Although the tool has been validated for Homo sapiens, further development and experiments are needed for other species. Additionally, while ExonSurfer uses the Ensembl database for gene and transcript information, databases such as RefSeq are not included in the main pipeline. This issue is at least partially resolved by the possibility to upload custom GenBank or FASTA files for primer design expands the tool’s usability, providing researchers with greater flexibility in designing primers for their specific targets. In the context of ExonSurfer’s application domain, it is pertinent to note that its algorithmic framework is precisely tailored for the design of primers spanning exon-exon junctions. This fact, while beneficial for its target specificity and efficiency, inherently does not extend to methodologies such as those required for amplifying low abundance transcripts or analyzing degraded RNA samples, which may necessitate alternative primer design strategies.

In future versions, we plan to expand the tool’s capabilities by adding support for additional species and databases, as well as including other primer design methods to improve its versatility.

Conclusion

ExonSurfer is an end-to-end application for RT-qPCR primer design based on intercalating dies. The tool’s high accuracy and specificity make it a valuable asset in gene expression analysis, particularly in studies involving complex transcript variants. ExonSurfer provides researchers a powerful and efficient solution for designing primers that meet all the necessary requirements for RT-qPCR-based gene expression analysis.

Availability and Requirements

Project name: ExonSurfer.

Project home page: https://exonsurfer.i-med.ac.at/

Operating system(s): User interface: Platform independent; Server side: Linux.

Programming language: Django, SQLite, HTML, JavaScript, and Python.

Other requirements: Web browser (supporting JavaScript).

License: Specified on the GitHub repository.

Any restrictions to use by non-academics: No restrictions for non-commercial use.

Availability of data and materials

The ExonSurfer tool and all data generated or analyzed during its ongoing development are accessible via the provided web tool link. ExonSurfer is accessible through a web browser with no login requirement. The tool is freely available and can be accessed at https://exonsurfer.i-med.ac.at/ (source code available at github.com/pamonlan/ExonSurferWeb). In addition, a Python package (github.com/CrisRu95/ExonSurfer) can be run from the command line, as well as integrated into existing bioinformatics pipelines. This makes it highly flexible and enables bioinformatic experts to customize the primer design process according to their needs. Moreover, the tool is available as a Docker image, which makes it easy to run on any system without the need for complex installation procedures. The databases used for sequence extraction and BLAST alignment are available in zenodo, https://0-doi-org.brum.beds.ac.uk/10.5281/zenodo.7638572.

Abbreviations

BLAST:

Basic Local Alignment Search Tool

Ct:

Cycle Threshold

FCS:

Fetal Calf Serum

MAF:

Minor Allele Frequency

PCR:

Polymerase Chain Reaction

qPCR:

Quantitative PCR

RT-qPCR:

Reverse Transcription Quantitative PCR

SNP:

Single Nucleotide Polymorphism

Tm:

Melting Temperature

References

  1. VanGuilder HD, Vrana KE, Freeman WM. Twenty-five years of quantitative PCR for gene expression analysis. Biotechniques. 2008;44(5):619–26.

    Article  CAS  PubMed  Google Scholar 

  2. Bustin S, Huggett J. qPCR primer design revisited. Biomol Detect Quantif. 2017;14:19–28.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Guo J, Starr D, Guo H. Classification and review of free PCR primer design software. Jonathan W, editor. Bioinformatics. 2021;36(22–23):5263–8.

    Article  PubMed  Google Scholar 

  4. Untergasser A, Cutcutache I, Koressaar T, Ye J, Faircloth BC, Remm M, et al. Primer3—new capabilities and interfaces. Nucleic Acids Res. 2012;40(15):e115–e115.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Koressaar T, Remm M. Enhancements and modifications of primer design program Primer3. Bioinformatics. 2007;23(10):1289–91.

    Article  CAS  PubMed  Google Scholar 

  6. Kõressaar T, Lepamets M, Kaplinski L, Raime K, Andreson R, Remm M. Primer3_masker: integrating masking of template sequence with primer design software. Hancock J, editor. Bioinformatics. 2018;34(11):1937–8.

    Article  PubMed  Google Scholar 

  7. Ye J, Coulouris G, Zaretskaya I, Cutcutache I, Rozen S, Madden TL. Primer-BLAST: a tool to design target-specific primers for polymerase chain reaction. BMC Bioinformatics. 2012;13(1):134.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Johnston AD, Lu J, Ru KL, Korbie D, Trau M. PrimerROC: accurate condition-independent dimer prediction using ROC analysis. Sci Rep. 2019;9(1):209.

    Article  PubMed  PubMed Central  Google Scholar 

  9. Govindkumar B, Kavyashree B, Patel K, Sasidharan K, Siva Arumugam T, Thomas L, et al. Ex-Ex primer: an experimentally validated tool for designing oligonucleotides spanning spliced nucleic acid regions from multiple species. J Biotechnol. 2022;343:1–6.

    Article  CAS  PubMed  Google Scholar 

  10. Arvidsson S, Kwasniewski M, Riaño-Pachón DM, Mueller-Roeber B. QuantPrime – a flexible tool for reliable high-throughput primer design for quantitative PCR. BMC Bioinformatics. 2008;9(1):465.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Kalendar R, Khassenov B, Ramankulov Y, Samuilova O, Ivanov KI. FastPCR: an in silico tool for fast primer and probe design and advanced sequence analysis. Genomics. 2017;109(3–4):312–9.

    Article  CAS  PubMed  Google Scholar 

  12. Martin FJ, Amode MR, Aneja A, Austine-Orimoloye O, Azov AG, Barnes I, et al. Ensembl 2023. Nucleic Acids Res. 2023;51(D1):D933–41.

    Article  CAS  PubMed  Google Scholar 

  13. Camacho C, Coulouris G, Avagyan V, Ma N, Papadopoulos J, Bealer K, et al. BLAST+: architecture and applications. BMC Bioinformatics. 2009;10(1):421.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Sherry ST. dbSNP: the NCBI database of genetic variation. Nucleic Acids Res. 2001;29(1):308–11.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. O’Leary NA, Wright MW, Brister JR, Ciufo S, Haddad D, McVeigh R, et al. Reference sequence (RefSeq) database at NCBI: current status, taxonomic expansion, and functional annotation. Nucleic Acids Res. 2016;44(D1):D733–45.

    Article  PubMed  Google Scholar 

  16. Schmedt T, Chen Y, Nguyen TT, Li S, Bonanno JA, Jurkunas UV. Telomerase immortalization of human corneal endothelial cells yields functional hexagonal monolayers. Lewin A, editor. PLoS One. 2012;7(12):e51427.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Bustin SA, Benes V, Garson JA, Hellemans J, Huggett J, Kubista M, et al. The MIQE guidelines: minimum information for publication of quantitative real-time PCR experiments. Clin Chem. 2009;55(4):611–22.

    Article  CAS  PubMed  Google Scholar 

  18. Pfaffl MW. A new mathematical model for relative quantification in real-time RT-PCR. Nucleic Acids Res. 2001;29(9):45e–45.

    Article  Google Scholar 

  19. Malucelli A, Sauerwein H, Pfaffl MW, Meyer HHD. Quantification of androgen receptor mRNA in tissues by competitive co-amplification of a template in reverse transcription—polymerase chain reaction. J Steroid Biochem Mol Biol. 1996;58(5–6):563–8.

    Article  CAS  PubMed  Google Scholar 

  20. Pabinger S, Rödiger S, Kriegner A, Vierlinger K, Weinhäusel A. A survey of tools for the analysis of quantitative PCR (qPCR) data. Biomol Detect Quantif. 2014;1(1):23–33.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Khan-Malek R, Wang Y. Statistical analysis of quantitative RT-PCR results. In: Gautier JC, editor. Drug safety evaluation. New York: Springer New York; 2017. p. 281–96. (Methods in Molecular Biology; vol. 1641). Available from: http://0-link-springer-com.brum.beds.ac.uk/10.1007/978-1-4939-7172-5_15.

    Chapter  Google Scholar 

  22. Dagnall CL, Hicks B, Teshome K, Hutchinson AA, Gadalla SM, Khincha PP, et al. Effect of pre-analytic variables on the reproducibility of qPCR relative telomere length measurement. Criscuolo F, editor. PLOS One. 2017;12(9):e0184098.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Ruijter JM, Ruiz Villalba A, Hellemans J, Untergasser A, Van Den Hoff MJB. Removal of between-run variation in a multi-plate qPCR experiment. Biomol Detect Quantif. 2015;5:10–4.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Sherina V, McMurray HR, Powers W, Land H, Love TMT, McCall MN. Statistical approaches to decreasing the discrepancy of non-detects in qPCR Data. 2017. Available from: http://biorxiv.org/lookup/doi/10.1101/231621.

  25. Barker M, Chue Hong NP, Katz DS, Lamprecht AL, Martinez-Ortiz C, Psomopoulos F, et al. Introducing the FAIR principles for research software. Sci Data. 2022;9(1):622.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Andreson R, Möls T, Remm M. Predicting failure rate of PCR in large genomes. Nucleic Acids Res. 2008J;36(11):e66.

    Article  PubMed  PubMed Central  Google Scholar 

  27. Cordaro NJ, Kavran AJ, Smallegan M, Palacio M, Lammer N, Brant TS, et al. Optimizing polymerase chain reaction (PCR) using machine learning. 2021 . Available from: http://biorxiv.org/lookup/doi/10.1101/2021.08.12.455589.

Download references

Funding

This research was funded by the Medical University of Innsbruck by the ERASMUS + program (from the University of Valencia to ECR) and by the FWF grant I 6122 (to JMG).

Author information

Authors and Affiliations

Authors

Contributions

JMG conceived the project. PM and ECR coded the Python tool and the web page. LP, DEK and CAK performed the wet lab experiments. DR facilitated the server implementation. PL and HH reviewed the code and the web tool. ECR, PM and JMG wrote the first version manuscript. All authors edited, read and approved the final manuscript.

Corresponding author

Correspondence to Johanna M. Gostner.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

12864_2024_10456_MOESM1_ESM.xlsx

Additional file 1: Supplementary Table 1 displays primer designs generated using ExonSurfer, including gene details, efficiency percentages, tested cell lines, primer sequences, amplicon characteristics, melting temperatures, alignment scores, and transcript detection outcomes. Primer efficiency is calculated by the equation E = 10-1/slope, with an efficiency of 2 indicating that for each cycle the amount of product doubles.

12864_2024_10456_MOESM2_ESM.pptx

Additional file 2: Supplementary File 2 presents qPCR data for 24 targets in Beas-2B and THP-1 cells, detailing fluorescence intensities, melting curves, Ct versus cDNA concentration graphs, and summarizes efficiency metrics for each primer pair.

12864_2024_10456_MOESM3_ESM.pdf

Additional file 3: Supplementary File 3 displays electrophoresis gels containing the agarose gel-separated amplicons from the PCR products of the validation genes.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Monfort-Lanzas, P., Rusu, E.C., Parrakova, L. et al. ExonSurfer: a web-tool to design primers at exon–exon junctions. BMC Genomics 25, 594 (2024). https://0-doi-org.brum.beds.ac.uk/10.1186/s12864-024-10456-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12864-024-10456-2

Keywords