Harnessing Contextual Embeddings: A Deep Learning Framework for Predicting PCR Amplification Using BERT Tokenization
Latifian, N.; Nazer, N.; Jafarpisheh, A. M.; Hossein Khalaj, B.
Show abstract
Polymerase Chain Reaction (PCR) is a widely used molecular biology technique to amplify DNA sequences. PCR amplification is affected by factors such as binding dynamics and primer-template interactions. This study aims to reduce the time and cost of the experiment by predicting PCR outcomes based on these factors. To achieve this, we first identify the most stable binding sites for each primer-template pair by calculating the Gibbs free energy. Then, we propose a unique labelling strategy that captures primer-template interactions in the binding sites by analyzing match and mismatch positions. We categorize a set of English words into two semantically distinct groups: one for match positions and another for mismatch positions. Words within each group have a higher cosine similarity to one another than to words in the opposing group. We assign the corresponding word to each base pair based on whether it is a match or a mismatch. The labelled sequence is then tokenized with BERT, serving as input to an CNN-BiLSTM model. Achieving 84.8% accuracy, this approach outperforms prior methods and pioneers BERT-based analysis in primer-template bindings. Crucially, the model also demonstrates significantly better sensitivity, specificity, and Area Under the ROC Curve (AUC) compared to prior work, indicating a more robust capability to correctly distinguish both successful and failed PCR outcomes, which is vital for reliable experimental prediction. HighlightsO_LISelecting the most important features for PCR amplification using Random Forest Classifier C_LIO_LIProposing a new labelling approach to represent the matches and mismatches between PCR primers and templates C_LIO_LIUsing BERT tokenizer to tokenize the corresponding representation of matches and mis-matches C_LIO_LIAugmenting the data based on the semantic similarities of the words in the BERT tokenizer C_LIO_LIUsing CNN-BiLSTM to predict PCR amplification results C_LI
Matching journals
The top 6 journals account for 50% of the predicted probability mass.
Similar papers in this journal
- gencore: an efficient tool to generate consensus reads for error suppressing and duplicate removing of NGS data 94%
- A comparison of three programming languages for a full-fledged next-generation sequencing tool 94%
- Probabilistic modeling methods for cell-free DNA methylation based cancer classification 93%
Similar papers in this journal
- CRISPR-DIPOFF: An Interpretable Deep LearningApproach for CRISPR Cas-9 Off-Target Prediction 95%
- Feature Extraction Approaches for Biological Sequences: A Comparative Study of Mathematical Models 94%
- Blood-based transcriptomic signature panel identification for cancer diagnosis: Benchmarking of feature extraction methods 94%
Similar papers in this journal
Similar papers in this journal
- A Convolution Based Computational Approach Towards DNA N6-methyladenine Site Identification and Motif Extraction in Rice Genome 96%
- Design of Specific Primer Set for Detection of B.1.1.7 SARS-CoV-2 Variant using Deep Learning 93%
- A hybrid CNN-Random Forest algorithm for bacterial spore segmentation and classification in TEM images 93%
"Similar papers" are the closest papers from that journal in the model's embedding space. They show what the match is built on, but the ranking comes mostly from a classifier over the whole training set, not from these examples alone.