Skip to main content
ISRN Bioinformatics logoLink to ISRN Bioinformatics
. 2012 Nov 21;2012:696758. doi: 10.5402/2012/696758

Electric LAMP: Virtual Loop-Mediated Isothermal AMPlification

Nelson R Salinas 1,2, Damon P Little 1,*
PMCID: PMC4417551  PMID: 25969751

Abstract

We present eLAMP, a PERL script, with Tk graphical interface, that electronically simulates Loop-mediated AMPlification (LAMP) allowing users to efficiently test putative LAMP primers on a set of target sequences. eLAMP can match primers to templates using either exact (via builtin PERL regular expressions) or approximate matching (via the tre-agrep library). Performance was tested on 40 whole genome sequences of Staphylococcus. eLAMP correctly predicted that the two tested primer sets would amplify from S. aureus genomes and not amplify from other Staphylococcus species. Open source (GNU Public License) PERL scripts are available for download from the New York Botanical Garden's website.

1. Introduction

Several highly efficient methods of DNA amplification have been proposed. Although the Polymerase Chain Reaction (PCR; [1, 2]) is the most widely used method, newer more sensitive techniques are favored for some applications—particularly diagnostic testing. Loop–mediated isothermal AMPlification (LAMP; [3]) is perhaps the most promising of these new methods [4]. LAMP can quickly generate large quantities of amplicon from low abundance template without temperature cycling—thereby lowering the cost and complexity of necessary laboratory equipment. In addition, LAMP amplicons, unlike PCR amplicons, can be directly detected via a colorimetric chemical reaction [5, 6].

Unlike PCR which requires one pair of primers, LAMP requires a minimum of two nested primer pairs. Generally, primers should be 15–25 bases long with 40–60% GC content (annealing 55–65°C). The amplicon defined by the outer primers should be ≤280 base pairs and the spacing between inner and outer primers including the outer primers ≥40 base pairs [5, 7]. Primers are synthesized such that the reverse complements of the inner primers are connected to the outer primers by a linker (usually five thymine residues). Thus, interconnected loops are produced during amplification [3]. Optionally, additional sets of primers can be used to increase amplification efficiency [3, 79].

The quality of LAMP primer/template match (i.e., the percent mismatched bases and the distribution of mismatches) necessary for efficient amplification has not been studied, but there are studies of PCR primer/template match quality that suggest an exact 3′ match of 2-3(4) bases is required for Taq polymerase to extend the primer along the template [1014] and mismatches outside of the 3′ end of the primer have little effect on amplification efficiency [10, 14]. Although PCR and LAMP have many similarities, different polymerases and extension temperatures are typically used. It is not known to what degree the conclusions from these studies on PCR can be applied to LAMP.

Although LAMP is increasingly used for diagnostic testing (e.g., [1519]), electronic tools for LAMP are limited to primer design [20, 21]. One of the available tools, LAVA [21], can design LAMP primers from aligned sequences and thus could be used to design either universal or selectively discriminatory primers. Unfortunately LAVA cannot be used to predict the activity of existing primer sets—useful when one wishes to determine if a newly discovered sequence variant can be amplified with existing primers. Electronic testing of primers allows researchers to quickly and inexpensively determine if newly designed primers will work with known sequence variants. This is particularly useful when meaningful consensus sequences cannot be used in primer design (e.g., difficult to align regions). Because two, or more, nested primer sets are used, LAMP cannot be directly modeled with conventional PCR simulation software (e.g., re-PCR [22]). Here we present eLAMP, a PERL script that simulates LAMP and outputs an estimate of amplification success given target sequence(s) and primers.

2. Algorithm

By default, input template(s) are evaluated only in the given orientation, but a user option allows evaluation of both orientations (resulting in roughly double the analysis time). Input primers are checked for compliance with standard LAMP design parameters—this can be overridden by the user. Each user provided template is checked against all inner primers. Results are stored and the process is repeated separately with outer primers. The matching algorithm is the same for all primer pairs.

  1. Each pair is divided into forward (left) and reverse (right) primers.

  2. The reverse primer is converted to its reverse-complement.

  3. Exact matching. If there are exact matches between the forward primer and the template, the reverse primer is used for additional exact matching. Otherwise approximate matching is initiated (step 4).

    1. For each forward exact match, the reverse primer is checked against the template within an expected range (by default 1–51 bp for inner, 81–280 for outer primers, and ≥25 bp between adjacent inner and outer primers, other values may be specified by the user; [3, 5, 7]). If a match is found, both primer-binding positions are stored. If no exact match is found for the reverse primer, approximate matching is initiated (step 4).
  4. Approximate matching. This procedure is triggered only if there are no exact matches, for both primers, and approximate matching parameters have been set. The agrep algorithm [23] is used for approximate matching. The user specifies the number of exact 3′ matches (1–3) and the percent of matching bases for the remainder of the primer.

    1. Approximate matches between template and the forward primer are stored.
    2. If there are any forward matches, reverse primer approximate matches are identified and stored.
    3. Pairs of forward and reverse positions that would produce an amplicon within an expected range (see step 3a) are saved.

For each template and primer set, if the predicted annealing positions of all constituent primer pairs are nested and appropriately spaced (see step 3a), eLAMP predicts successful amplification.

3. Implementation

The algorithm has been implemented as a GNU Public License (GPL) PERL script (http://www.nybg.org/files/scientists/dlittle/eLAMP.html). Tre (http://laurikari.net/tre/) provides agrep functionality. A graphic user interface—for Mac OS X, LINUX, and Windows—is provided by PERL/Tk (Figure 1).

Figure 1.

Figure 1

User interface for eLAMP. Once the user has (a) input template and (b) specified primer sequences, (c) amplification success/failure can be estimated.

Users of eLAMP specify a  .fasta file with template sequence(s) and a comma-separated value (.csv) file of primers. Each cell of the  .csv file corresponds to a primer and each line to a primer set. Primer pairs are ordered from the innermost to the outermost. Within each primer pair, the forward (left) primer should be followed by the reverse (right). A line of column headers is optional. The alternative FIB/BIP primer format can be used, but linkers must be delimited by hyphens (e.g., “–TTTTT–”). Output is a  .csv file: the first row indicates the primer set(s) and the first column the template(s). Success or failure in each amplification is coded as 1 or 0, respectively.

4. Empirical Example

Electronic amplification of the diagnostic gltA/gltB region was attempted from all 40 complete Staphylococcus genomes deposited in GenBank (Table 1; median = 2,813,126 base pairs, IQR = 180,199 base pairs). Two similar and overlapping sets of primers designed to only amplify from S. aureus were used ([21]; LAVA F1: 3′-GGA ATA GTT TGT AAG ACA CCT GC CA-5′, LAVA R1: 3′-CAA AAA CAA AGC GAA CTG CCA AT-5′, LAVA F2: 3′-ACC AAC ACC AAA AAT CGG T-5′, LAVA R2: 3′-TGG CAT TAT TAC TTG CCA TCA-5′, LAVA F3: 3′-GCT ACA ATT GCA GGC GTT T-5′, LAVA R3: 3′-TTG ATG TCG AAA ACA CTG GAA-5′; PrimerExplorer F1: 3′-TGT TGG AAT AGT TTG TAA GAC ACC T-5′, PrimerExplorer R1: 3′-CAA AAA CAA AGC GAA CTG CCA ATA-5′, PrimerExplorer F2: 3′-TTA CCA ACA CCA AAA ATC GG-5′, PrimerExplorer R2: 3′-GCA TTA TTA CTT GCC ATC ATT G-5′, PrimerExplorer F3: 3′-GCT ACA ATT GCA GGC GTT-5′, PrimerExplorer R3: 3′-TGT CGA AAA CAC TGG AAC AT-5′).

Table 1.

eLAMP amplification, using two primer sets, of the gltA/gltB region from 40 complete Staphylococcus genomes (0 = no amplification; 1 = amplification).

Species GenBank accession Exact matching Approximate matching
LAVA PrimerExplorer LAVA PrimerExplorer
S. aureus AJ938182.1 1 1 1 1
S. aureus AM990992.1 1 1 1 1
S. aureus AP009324.1 1 1 1 1
S. aureus AP009351.1 1 1 1 1
S. aureus BA000017.4 1 1 1 1
S. aureus BA000018.3 1 1 1 1
S. aureus BA000033.2 1 1 1 1
S. aureus BX571856.1 1 1 1 1
S. aureus BX571857.1 1 1 1 1
S. aureus CP000046.1 1 1 1 1
S. aureus CP000253.1 1 1 1 1
S. aureus CP000255.1 1 1 1 1
S. aureus CP000703.1 1 1 1 1
S. aureus CP000730.1 1 1 1 1
S. aureus CP000736.1 1 1 1 1
S. aureus CP001781.1 1 1 1 1
S. aureus CP001844.2 1 1 1 1
S. aureus CP001996.1 0 0 1 1
S. aureus CP002110.1 1 1 1 1
S. aureus CP002114.2 1 1 1 1
S. aureus CP002120.1 1 1 1 1
S. aureus CP002643.1 1 1 1 1
S. aureus CP003033.1 1 1 1 1
S. aureus CP003045.1 1 1 1 1
S. aureus CP003166.1 0 1 0 1
S. aureus CP003194.1 0 0 1 0
S. aureus FN433596.1 1 1 1 1
S. aureus FR714927.1 1 1 1 1
S. aureus FR821777.2 0 0 0 0
S. aureus FR821779.1 0 0 1 1
S. aureus HE681097.1 0 0 1 1
S. carnosus AM295250.1 0 0 0 0
S. epidermidis AE015929.1 0 0 0 0
S. epidermidis CP000029.1 0 0 0 0
S. haemolyticus AP006716.1 0 0 0 0
S. lugdunensis CP001837.1 0 0 0 0
S. lugdunensis FR870271.1 0 0 0 0
S. pseudintermedius CP002439.1 0 0 0 0
S. pseudintermedius CP002478.1 0 0 0 0
S. saprophyticus AP008934.1 0 0 0 0

Reported times are the median of five sequential single-threaded executions on an Intel Pentium D 950 (3.4 GHz) with 4 GB of 533 MHz RAM running 64-bit Ubuntu 12.04.1 LTS. All files were placed on a 256 MB RAM disk (a tmpfs volume) prior to analysis. eLAMP was instructed to evaluate the genome sequence in both possible orientations, to perform exact primer matching, and to perform approximate matching (an exact match of 3′ ultimate, penultimate, and antepenultimate bases and 75% similarity for the remaining bases).

The two primer sets behaved similarly (Table 1): the exact matching procedure predicted, depending on the primer set, a LAMP amplicon for 25 or 26 of the 31 S. aureus genomes. Approximate matching resulted in a predicted LAMP amplicon for 29 of the 31 S. aureus genomes. Although the total predicted by approximate matching was the same for both primer sets, predictions for CP003166.1 and CP003194.1 varied by primer set. No matter the primer set or the matching procedure used, none of the nine remaining genomes, representing six other Staphylococcus species, were predicted to produce an amplicon.

The S. aureus genomes not predicted to produce an amplicon have various mismatches: a single mismatch within the F1 primers of both primer sets (CP001996.1, FR821779.1); a single mismatch within the F1 primers of both primer sets, different from the above mismatch (HE681097.1); a mismatch at the penultimate 3′ base of the LAVA F1 primer (CP003166.1); a single mismatch within the F2 primers of both primer sets (including the antepenultimate 3′ base of the PrimerExplorer primer) as well as a single mismatch within the LAVA R2 primer (CP003194.1); and single mismatches within the F3 and R1 primers of both primer sets as well as multiple mismatches within both primer sets for the F1 (including the ultimate 3′ base of the PrimerExplorer primer), R2 (including the penultimate 3′ base of the PrimerExplorer primer), and R3 (including the ultimate 3′ bases of both primer sets; FR821777.2). Given the large number of mismatches and their distribution, eLAMP does not predict amplification of the S. aureus sequence FR821777.2 with either exact or approximate matching. This sequence is from a highly divergent strain of S. aureus that could, arguably, be classified as a different species—S. argenteus [24].

The sequences of 14 S. aureus genomes were considered when the LAVA and PrimerExplorer primer sets were designed ([21]; AJ938182.1, AP009324.1, AP009351.1, BA000017.4, BA000018.3, BA000033.2, BX571856.1, BX571857.1, CP000046.1, CP000253.1, CP000255.1, CP000703.1, CP000730.1, and CP000736.1). These genomes were predicted to produce a LAMP amplicon for both primer sets under both matching procedures. The S. aureus genomes that were, under various circumstances, predicted to not produce any amplification were not consulted when primers were designed (CP001996.1, CP003166.1, CP003194.1, FR821777.2, FR821779.1, and HE681097.1). Given the assumptions of match quality, neither primer set is entirely diagnostic of S. aureus—either the primers must be used in combination or, ideally, new primers that use less variable sites should be designed.

eLAMP with exact primer matching required 10.556 seconds and approximate matching required 9 minutes 18.608 seconds.

5. Conclusions

eLAMP is a free PERL script that simulates loop–mediated isothermal amplification. It provides a fast and inexpensive test of LAMP primer suitability. The graphical interface is simple—allowing easy use by nonspecialists—while the command-line interface is suitable for use in pipelines. Results, presented either in a single  .csv file or in a GUI panel, are straightforward to interpret.

References

  • 1.Mullis K. B., Faloona F. A. Specific synthesis of DNA in vitro via a polymerase-catalyzed chain reaction. Methods in Enzymology. 1987;155:335–350. doi: 10.1016/0076-6879(87)55023-6. [DOI] [PubMed] [Google Scholar]
  • 2.Saiki R. K., Gelfand D. H., Stoffel S., et al. Primer-directed enzymatic amplification of DNA with a thermostable DNA polymerase. Science. 1988;239(4839):487–491. doi: 10.1126/science.2448875. [DOI] [PubMed] [Google Scholar]
  • 3.Notomi T., Okayama H., Masubuchi H., et al. Loop-mediated isothermal amplification of DNA. Nucleic Acids Research. 2000;28(12, article e63) doi: 10.1093/nar/28.12.e63. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Gill P., Ghaemi A. Nucleic acid isothermal amplification technologies—a review. Nucleosides, Nucleotides and Nucleic Acids. 2008;27(3):224–243. doi: 10.1080/15257770701845204. [DOI] [PubMed] [Google Scholar]
  • 5.Tomita N., Mori Y., Kanda H., Notomi T. Loop-mediated isothermal amplification (LAMP) of gene sequences and simple visual detection of products. Nature Protocols. 2008;3(5):877–882. doi: 10.1038/nprot.2008.57. [DOI] [PubMed] [Google Scholar]
  • 6.Goto M., Honda E., Ogura A., Nomoto A., Hanaki K. I. Colorimetric detection of loop-mediated isothermal amplification reaction by using hydroxy naphthol blue. BioTechniques. 2009;46(3):167–172. doi: 10.2144/000113072. [DOI] [PubMed] [Google Scholar]
  • 7.Anonymous. A Guide to LAMP Primer Designing. Eiken Chemical; 2009. [Google Scholar]
  • 8.Nagamine K., Hase T., Notomi T. Accelerated reaction by loop-mediated isothermal amplification using loop primers. Molecular and Cellular Probes. 2002;16(3):223–229. doi: 10.1006/mcpr.2002.0415. [DOI] [PubMed] [Google Scholar]
  • 9.Tanaka Y., Kimura Y., Mitani Y., et al. Effects of the turn-back primer on intermediate product generation in isothermal DNA amplification. BioTechniques. 2010;49(6):888–892. doi: 10.2144/000113566. [DOI] [PubMed] [Google Scholar]
  • 10.Sommer R., Tautz D. Minimal homology requirements for PCR primers. Nucleic Acids Research. 1989;17(16):p. 6749. doi: 10.1093/nar/17.16.6749. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Kwok S., Kellogg D. E., McKinney N., et al. Effects of primer-template mismatches on the polymerase chain reaction: human immunodeficiency virus type 1 model studies. Nucleic Acids Research. 1990;18(4):999–1005. doi: 10.1093/nar/18.4.999. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Sarkar G., Cassady J., Bottema C. D. K., Sommer S. S. Characterization of polymerase chain reaction amplification of specific alleles. Analytical Biochemistry. 1990;186(1):64–68. doi: 10.1016/0003-2697(90)90573-r. [DOI] [PubMed] [Google Scholar]
  • 13.Huang M. M., Arnheim N., Goodman M. F. Extension of base mispairs by Taq DNA polymerase: implications for single nucleotide discrimination in PCR. Nucleic Acids Research. 1992;20(17):4567–4573. doi: 10.1093/nar/20.17.4567. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Ayyadevara S., Thaden J. J., Reis R. J. S. Discrimination of primer 3′-nucleotide mismatch by Taq DNA polymerase during polymerase chain reaction. Analytical Biochemistry. 2000;284(1):11–18. doi: 10.1006/abio.2000.4635. [DOI] [PubMed] [Google Scholar]
  • 15.Njiru Z. K., Mikosza A. S., Armstrong T., Enyaru J. C., Ndung'u J. M., Thompson A. R. Loop-mediated isothermal amplification (LAMP) method for rapid detection of Trypanosoma brucei rhodesiense . PLoS Neglected Tropical Diseases. 2008;2(1, article e147) doi: 10.1371/journal.pntd.0000147. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Harper S. J., Ward L. I., Clover G. R. G. Development of LAMP and real-time PCR methods for the rapid detection of Xylella fastidiosa for quarantine and field applications. Phytopathology. 2010;100(12):1282–1288. doi: 10.1094/PHYTO-06-10-0168. [DOI] [PubMed] [Google Scholar]
  • 17.Tomlinson J. A., Boonham N., Dickinson M. Development and evaluation of a one-hour DNA extraction and loop-mediated isothermal amplification assay for rapid detection of phytoplasmas. Plant Pathology. 2010;59(3):465–471. doi: 10.1111/j.1365-3059.2009.02233.x. [DOI] [Google Scholar]
  • 18.Dinh D. T., Le M. T. Q., Vuong C. D., Hasebe F., Morita K. An updated loop-mediated isothermal amplification method for rapid diagnosis of H5N1 Avian Influenza Viruses. Tropical Medicine and Health. 2011;39(1):3–7. doi: 10.2149/tmh.2010-21. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Wang F., Jiang L., Yang Q., Prinyawiwatkul W., Ge B. Rapid and specific detection of Escherichia coli serogroups O26, O45, O103, O111, O121, O145, and O157 in ground beef, beef trim, and produce by loop-mediated isothermal amplification. Applied and Environmental Microbiology. 2012;78:2727–2736. doi: 10.1128/AEM.07975-11. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Anonymous. Primer Explorer. Tokyo, Japan: Eiken Chemical Co.; 2009. [Google Scholar]
  • 21.Torres C., Vitalis E. A., Baker B. R., Gardner S. N., Torres M. W., Dzenitis J. M. LAVA: an open-source approach to designing lAMP (Loop-Mediated Isothermal Amplification) DNA signatures. BMC Bioinformatics. 2011;12, article 240 doi: 10.1186/1471-2105-12-240. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Schuler G. D. Sequence mapping by electronic PCR. Genome Research. 1997;7(5):541–550. doi: 10.1101/gr.7.5.541. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Wu S., Manber U. Fast text searching: allowing errors. Communications of the ACM. 1992;35:83–91. [Google Scholar]
  • 24.Holt D. C., Holden M. T. G., Tong S. Y. C., et al. A very early-branching Staphylococcus aureus lineage lacking the carotenoid pigment staphyloxanthin. Genome Biology and Evolution. 2011;3:881–895. doi: 10.1093/gbe/evr078. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from ISRN Bioinformatics are provided here courtesy of Wiley

RESOURCES