Computer Program for Primer Design for Loop-Mediated Isothermal Amplification (LAMP)

Introduction. To date, numerous methods of nucleic acid amplification have been proposed, and each method has a number of advantages and disadvantages. One of the most popular methods is Loop-mediated isothermal AMPlification (LAMP). Unlike thermocyclic reactions, such as PCR (polymerase chain react...

Full description

Saved in:
Bibliographic Details
Published inAdvanced engineering research (Rostov-na-Donu, Russia) Vol. 24; no. 1; pp. 98 - 108
Main Author Akhmetzianov, L. U.
Format Journal Article
LanguageEnglish
Published Don State Technical University 29.03.2024
Subjects
Online AccessGet full text
ISSN2687-1653
2687-1653
DOI10.23947/2687-1653-2024-24-1-98-108

Cover

Abstract Introduction. To date, numerous methods of nucleic acid amplification have been proposed, and each method has a number of advantages and disadvantages. One of the most popular methods is Loop-mediated isothermal AMPlification (LAMP). Unlike thermocyclic reactions, such as PCR (polymerase chain reaction), which require three temperature changes and expensive equipment, in LAMP, the entire reaction takes place at one and the same temperature and at the maximum rate possible. An important component of LAMP-amplification is primers (usually 20–25 nucleotides), which need to be matched to a specific part of the nucleotide sequence. It is known that DNA sequence contains four nucleotides: A — adenine and T — thymine, G — guanine and C — cytosine. There is a huge variety of permutations of these nucleotides, and it is practically impossible to analyze such a large amount of data manually. Therefore, there is a need to use modern computer technologies. More than 150 computer programs have been proposed for the design of PCR primers, while for LAMP-primers there are less than 10 of them, and each of them has a number of drawbacks, e.g., in terms of the length of the analyzed site. Therefore, this work is aimed at developing a new domestic computer program for the design of specific primers for LAMP. Materials and Methods. The primer search algorithm was based on a linear search for a substring in a string, taking into account the criteria of primer selection for LAMP. The program complex of LAMP-primer design was implemented in Python programming language. The bioPython library was used to work with various DNA and RNA, and the Qt framework was used to develop the interface. Results. A modification of the direct sampling method using a stencil approach was proposed, taking into account the GC composition and annealing temperature of primers depending on their structure. A software package with a friendly interface was developed. It took into account the design criteria of primers: certificates of registration of computer programs (LAMPrimers iQ No. 2022617417 dated April 20, 2022, LAMPrimers iQ_loop No. 2023662840 dated June 14, 2023) were received. The program is in the public domain at https://github.com/Restily/LAMPrimers-iQ Discussion and Conclusion. The developed software packages can be used for research and analysis in molecular biology and genetics, to create diagnostic test systems that provide high sensitivity and reliability of detection of specific DNA and RNA. The software packages can be used in research institutes and laboratories engaged in the amplification of nucleic acids. The results of evaluating the selected sets of primers for the LAMP reaction were tested, and the effectiveness of working sets using the LAMPrimers iQ program was experimentally proven by the example of the detection of genetic material of the SARS-CoV-2 coronavirus.
AbstractList Introduction. To date, numerous methods of nucleic acid amplification have been proposed, and each method has a number of advantages and disadvantages. One of the most popular methods is Loop-mediated isothermal AMPlification (LAMP). Unlike thermocyclic reactions, such as PCR (polymerase chain reaction), which require three temperature changes and expensive equipment, in LAMP, the entire reaction takes place at one and the same temperature and at the maximum rate possible. An important component of LAMP-amplification is primers (usually 20–25 nucleotides), which need to be matched to a specific part of the nucleotide sequence. It is known that DNA sequence contains four nucleotides: A — adenine and T — thymine, G — guanine and C — cytosine. There is a huge variety of permutations of these nucleotides, and it is practically impossible to analyze such a large amount of data manually. Therefore, there is a need to use modern computer technologies. More than 150 computer programs have been proposed for the design of PCR primers, while for LAMP-primers there are less than 10 of them, and each of them has a number of drawbacks, e.g., in terms of the length of the analyzed site. Therefore, this work is aimed at developing a new domestic computer program for the design of specific primers for LAMP. Materials and Methods. The primer search algorithm was based on a linear search for a substring in a string, taking into account the criteria of primer selection for LAMP. The program complex of LAMP-primer design was implemented in Python programming language. The bioPython library was used to work with various DNA and RNA, and the Qt framework was used to develop the interface. Results. A modification of the direct sampling method using a stencil approach was proposed, taking into account the GC composition and annealing temperature of primers depending on their structure. A software package with a friendly interface was developed. It took into account the design criteria of primers: certificates of registration of computer programs (LAMPrimers iQ No. 2022617417 dated April 20, 2022, LAMPrimers iQ_loop No. 2023662840 dated June 14, 2023) were received. The program is in the public domain at https://github.com/Restily/LAMPrimers-iQ Discussion and Conclusion. The developed software packages can be used for research and analysis in molecular biology and genetics, to create diagnostic test systems that provide high sensitivity and reliability of detection of specific DNA and RNA. The software packages can be used in research institutes and laboratories engaged in the amplification of nucleic acids. The results of evaluating the selected sets of primers for the LAMP reaction were tested, and the effectiveness of working sets using the LAMPrimers iQ program was experimentally proven by the example of the detection of genetic material of the SARS-CoV-2 coronavirus.
Introduction. To date, numerous methods of nucleic acid amplification have been proposed, and each method has a number of advantages and disadvantages. One of the most popular methods is Loop-mediated isothermal AMPlification (LAMP). Unlike thermocyclic reactions, such as PCR (polymerase chain reaction), which require three temperature changes and expensive equipment, in LAMP, the entire reaction takes place at one and the same temperature and at the maximum rate possible. An important component of LAMP-amplification is primers (usually 20–25 nucleotides), which need to be matched to a specific part of the nucleotide sequence. It is known that DNA sequence contains four nucleotides: A — adenine and T — thymine, G — guanine and C — cytosine. There is a huge variety of permutations of these nucleotides, and it is practically impossible to analyze such a large amount of data manually. Therefore, there is a need to use modern computer technologies. More than 150 computer programs have been proposed for the design of PCR primers, while for LAMP-primers there are less than 10 of them, and each of them has a number of drawbacks, e.g., in terms of the length of the analyzed site. Therefore, this work is aimed at developing a new domestic computer program for the design of specific primers for LAMP.Materials and Methods. The primer search algorithm was based on a linear search for a substring in a string, taking into account the criteria of primer selection for LAMP. The program complex of LAMP-primer design was implemented in Python programming language. The bioPython library was used to work with various DNA and RNA, and the Qt framework was used to develop the interface.Results. A modification of the direct sampling method using a stencil approach was proposed, taking into account the GC composition and annealing temperature of primers depending on their structure. A software package with a friendly interface was developed. It took into account the design criteria of primers: certificates of registration of computer programs (LAMPrimers iQ No. 2022617417 dated April 20, 2022, LAMPrimers iQ_loop No. 2023662840 dated June 14, 2023) were received. The program is in the public domain at https://github.com/Restily/LAMPrimers-iQDiscussion and Conclusion. The developed software packages can be used for research and analysis in molecular biology and genetics, to create diagnostic test systems that provide high sensitivity and reliability of detection of specific DNA and RNA. The software packages can be used in research institutes and laboratories engaged in the amplification of nucleic acids. The results of evaluating the selected sets of primers for the LAMP reaction were tested, and the effectiveness of working sets using the LAMPrimers iQ program was experimentally proven by the example of the detection of genetic material of the SARS-CoV-2 coronavirus.
Author Akhmetzianov, L. U.
Author_xml – sequence: 1
  givenname: L. U.
  orcidid: 0000-0001-6205-8695
  surname: Akhmetzianov
  fullname: Akhmetzianov, L. U.
  organization: Ufa State Petroleum Technological University
BookMark eNqVkE1r3DAQhkVJoUma_2DoJTmolawPSySXZdO0CxuaQ3oWY2u0UbAtIzuE_PvYuyGUnloYmOEd5mF4TshRn3ok5AtnX0thZfWt1KaiXCtBS1ZKOhen1lDOzAdy_L48-mP-RM7G8ZExVlaVLoU4Jvfr1A1PE-biLqddhq4IaZljN0fXOMZdv0-2KQ30Fn2ECX2xGdP0gLmDtlh1QxtDbGCKqS_Ot6vbu4vP5GOAdsSzt35Kft98v1__pNtfPzbr1ZY2gnFDa2YDUzXWoDF4W8sSQHEQ3jQadNUsWZAaJDNVaFB7jwq1FEahRVtxcUo2B65P8OiG-WnILy5BdPsg5Z2DPMWmRVcp6wUPMhgtpFUIyGQdlOdCq7rUC-vqwHrqB3h5hrZ9B3Lm9sLd4tEtHt0i3M3FnTXz3sznq8N5k9M4ZgyuidPeyZQhtv_IuPyL8T8fvAIysZu_
CitedBy_id crossref_primary_10_1007_s40588_024_00236_7
Cites_doi 10.17537/2022.17.250
10.1007/s00705-018-3706-0
10.1093/nar/28.12.e63
10.1186/s12896-019-0549-z
10.31301/2221-6197.bmcs.2019-04
10.1016/j.ab.2023.115376
10.1006/mcpr.2002.0415
10.1134/S0006297920020030
10.1007/s11033-010-0525-0
10.1111/lam.12039
ContentType Journal Article
DBID AAYXX
CITATION
ADTOC
UNPAY
DOA
DOI 10.23947/2687-1653-2024-24-1-98-108
DatabaseName CrossRef
Unpaywall for CDI: Periodical Content
Unpaywall
DOAJ Directory of Open Access Journals
DatabaseTitle CrossRef
DatabaseTitleList CrossRef

Database_xml – sequence: 1
  dbid: DOA
  name: DOAJ Directory of Open Access Journals
  url: https://www.doaj.org/
  sourceTypes: Open Website
– sequence: 2
  dbid: UNPAY
  name: Unpaywall
  url: https://proxy.k.utb.cz/login?url=https://unpaywall.org/
  sourceTypes: Open Access Repository
DeliveryMethod fulltext_linktorsrc
Discipline Engineering
EISSN 2687-1653
EndPage 108
ExternalDocumentID oai_doaj_org_article_759d31f4f863495eae04bf5d1365b261
10.23947/2687-1653-2024-24-1-98-108
10_23947_2687_1653_2024_24_1_98_108
GroupedDBID AAFWJ
AAYXX
AFOEB
AFPKN
ALMA_UNASSIGNED_HOLDINGS
CITATION
GROUPED_DOAJ
VCL
VIT
ADTOC
UNPAY
ID FETCH-LOGICAL-c3018-b09f05beba6efd9b42aa51a3d8c6a67cfd9bf46a4087fce6dde5e64385e9e9713
IEDL.DBID UNPAY
ISSN 2687-1653
IngestDate Fri Oct 03 12:52:38 EDT 2025
Tue Aug 19 18:26:14 EDT 2025
Wed Oct 01 05:38:29 EDT 2025
Thu Apr 24 22:59:15 EDT 2025
IsDoiOpenAccess true
IsOpenAccess true
IsPeerReviewed true
IsScholarly true
Issue 1
Language English
License cc-by
LinkModel DirectLink
MergedId FETCHMERGED-LOGICAL-c3018-b09f05beba6efd9b42aa51a3d8c6a67cfd9bf46a4087fce6dde5e64385e9e9713
ORCID 0000-0001-6205-8695
OpenAccessLink https://proxy.k.utb.cz/login?url=https://www.vestnik-donstu.ru/jour/article/download/2163/1926
PageCount 11
ParticipantIDs doaj_primary_oai_doaj_org_article_759d31f4f863495eae04bf5d1365b261
unpaywall_primary_10_23947_2687_1653_2024_24_1_98_108
crossref_citationtrail_10_23947_2687_1653_2024_24_1_98_108
crossref_primary_10_23947_2687_1653_2024_24_1_98_108
ProviderPackageCode CITATION
AAYXX
PublicationCentury 2000
PublicationDate 2024-03-29
PublicationDateYYYYMMDD 2024-03-29
PublicationDate_xml – month: 03
  year: 2024
  text: 2024-03-29
  day: 29
PublicationDecade 2020
PublicationTitle Advanced engineering research (Rostov-na-Donu, Russia)
PublicationYear 2024
Publisher Don State Technical University
Publisher_xml – name: Don State Technical University
References ref13
ref12
ref11
ref10
ref2
ref1
ref8
ref7
ref9
ref4
ref3
ref6
ref5
References_xml – ident: ref5
  doi: 10.17537/2022.17.250
– ident: ref13
– ident: ref9
  doi: 10.1007/s00705-018-3706-0
– ident: ref1
– ident: ref4
– ident: ref3
  doi: 10.1093/nar/28.12.e63
– ident: ref11
  doi: 10.1186/s12896-019-0549-z
– ident: ref2
  doi: 10.31301/2221-6197.bmcs.2019-04
– ident: ref6
  doi: 10.1016/j.ab.2023.115376
– ident: ref7
  doi: 10.1006/mcpr.2002.0415
– ident: ref12
  doi: 10.1134/S0006297920020030
– ident: ref8
  doi: 10.1007/s11033-010-0525-0
– ident: ref10
  doi: 10.1111/lam.12039
SSID ssj0002776233
Score 2.2607687
Snippet Introduction. To date, numerous methods of nucleic acid amplification have been proposed, and each method has a number of advantages and disadvantages. One of...
SourceID doaj
unpaywall
crossref
SourceType Open Website
Open Access Repository
Enrichment Source
Index Database
StartPage 98
SubjectTerms design
lamp
loop primers
loop-mediated isothermal amplification
python
с
SummonAdditionalLinks – databaseName: DOAJ Directory of Open Access Journals
  dbid: DOA
  link: http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwrV3Pa9swFBYlh3U5lLXbWNquGNbDehCRbUmWeuvalaw0pYcEchOSJcFGftE1lP73fU92QnraBgMdzANZ5unJek_-_H2EnMpQKG8lgtrzgnKrOLU109QzC_mcKqxLon3DOzkY85uJmGxJfSEmrKEHbhzXr4T2ZR55VLKEZD7YwLiLwiM8yxVN4cOU3iqmfqXPabDIy_IN-ZKwzppX_ULCcsqlKCEwCk6h5VQjtal6tSUl5v4u2V3Nl_b5yU6nW9vN9Tuy1-aJ2UXzfPtk52F1QLpb7IHvyWityJDdNyCrDBJQuP45A9NVQmYky-1isaTDJMkRfPbjd_rnaoY3RzR5bA_tsq-3F8P7sw9kfP19dDmgrUgCrWFtKuqYjky44KwM0WvHC2tFbkuvamllVaMtcmk5U1Wsg4TXmQiQhigRdNBQon4knfliHj6RzFaxREkyBrOKB26u9oXXQkcZRe4475HztZ9M3TKIo5DF1EAlkZxs0MkGnWzQyQZabrRCFtIe4ZvOy4ZI4--6fcMJ2XRBNuxkgBgxbYyYP8VIj4jNdP7L4If_Y_Aj8jYFHEPNvGPSeXxYhc-QyDy6kxSzL_2p57M
  priority: 102
  providerName: Directory of Open Access Journals
Title Computer Program for Primer Design for Loop-Mediated Isothermal Amplification (LAMP)
URI https://www.vestnik-donstu.ru/jour/article/download/2163/1926
https://doaj.org/article/759d31f4f863495eae04bf5d1365b261
UnpaywallVersion publishedVersion
Volume 24
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
journalDatabaseRights – providerCode: PRVAON
  databaseName: DOAJ Directory of Open Access Journals
  customDbUrl:
  eissn: 2687-1653
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0002776233
  issn: 2687-1653
  databaseCode: DOA
  dateStart: 20060101
  isFulltext: true
  titleUrlDefault: https://www.doaj.org/
  providerName: Directory of Open Access Journals
link http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwnV1bb9MwFLagk2B74Dq0cpkiwQM8uLnZjs1buUwDrVMfVmk8RXZso2ldUrWNEPx6znG9avAEk_wQHcWJ4mMn37G-fB8hb4QrpNUCSe15QZmWjOomU9RmGvCcLLQJpn2TU3E8Y1_P-Xnk5qwirRL1JdqLS2oRIfWjZZ_iuKZxKFOLKvKdtmkBWCIFhCLukh3BAYoPyM7sdDr-hoZyAhZPLnh5j7wOdGfFqnQbhLlRMAotpwrVTeUfX6Ug3r9H7vftQv_8oefzG1-co4cbW9VVECpEosnlqF-bUfPrLxnHWz_MI_IgYtFkvDnpMbnj2idk74ZC4VNydu36kEw3RK4EQC4cX1xB6FNgf4TISdct6CTYfjibfFmF_7qu8OLIWPdxYzB5ezKeTN_tk9nR57OPxzQaMdAG1r-kJlM-48YZLZy3yrBCa57r0spGaFE1GPNMaJbJyjdOwCuTO4A6kjvlFJTBz8ig7Vp3QBJd-RJtzzKYObipZxpbWMWVF57nhrEheX-diLqJKuVoljGvoVoJWawxizVmscYs1tDyWklUOh0Stu282Ih1_Fu3D5jxbRdU3A6Bbvm9jomqK65smXvmpSihqHTaZcx4bpEmaKAMHRK-nS__c_Pnt-z3guyGSZyhFd9LMlgve_cK8NHaHIZ9hcO4Fn4DsEIJQQ
linkProvider Unpaywall
linkToUnpaywall http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwnV3Pb9MwFLagk4Adxm9RGCgSHODg5pft2Ny6wTTQOvWwSuMU2bGNpnVJ1TZC8NfznutVgxNM8iF6ihPFz06-Z335PkLeCVdIqwWS2vOCMi0Z1U2mqM004DlZaBNM-yan4njGvp7z88jNWUVaJepLtBeX1CJC6kfLPsVxTeNQphZV5Dtt0wKwRAoIRdwlO4IDFB-QndnpdPwNDeUELJ5c8PIeeRvozopV6TYIc6NgFFpOFaqbyj--SkG8f5fc79uF_vlDz-c3vjhHDze2qqsgVIhEk8tRvzaj5tdfMo63fphHZC9i0WS8OekxuePaJ2T3hkLhU3J27fqQTDdErgRALhxfXEHoU2B_hMhJ1y3oJNh-OJt8WYX_uq7w4shY93FjMHl_Mp5MPzwjs6PPZ4fHNBox0AbWv6QmUz7jxhktnLfKsEJrnuvSykZoUTUY80xolsnKN07AK5M7gDqSO-UUlMHPyaDtWveCJLryJdqeZTBzcFPPNLawiisvPM8NY0Py8ToRdRNVytEsY15DtRKyWGMWa8xijVmsoeW1kqh0OiRs23mxEev4t24HmPFtF1TcDoFu-b2OiaorrmyZe-alKKGodNplzHhukSZooAwdEr6dL_9z85e37PeKPAiTOEMrvn0yWC979xrw0dq8iavgN36HCEw
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Computer+Program+for+Primer+Design+for+Loop-Mediated+Isothermal+Amplification+%28LAMP%29&rft.jtitle=Advanced+engineering+research+%28Rostov-na-Donu%2C+Russia%29&rft.au=L.+U.+Akhmetzianov&rft.date=2024-03-29&rft.pub=Don+State+Technical+University&rft.eissn=2687-1653&rft.volume=24&rft.issue=1&rft.spage=98&rft.epage=108&rft_id=info:doi/10.23947%2F2687-1653-2024-24-1-98-108&rft.externalDBID=DOA&rft.externalDocID=oai_doaj_org_article_759d31f4f863495eae04bf5d1365b261
thumbnail_l http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/lc.gif&issn=2687-1653&client=summon
thumbnail_m http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/mc.gif&issn=2687-1653&client=summon
thumbnail_s http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/sc.gif&issn=2687-1653&client=summon