LGQMOct 2, 2021

Characterizing SARS-CoV-2 Spike Sequences Based on Geographical Location

arXiv:2110.00809v44 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of processing viral genomic data for vaccine research and pandemic mitigation, but it is incremental as it applies existing methods to new data.

The authors tackled the problem of analyzing large-scale SARS-CoV-2 spike protein sequences to classify them by geographical location, using k-mer representations and machine learning models, and reported that their model significantly outperformed baselines.

With the rapid spread of COVID-19 worldwide, viral genomic data is available in the order of millions of sequences on public databases such as GISAID. This Big Data creates a unique opportunity for analysis towards the research of effective vaccine development for current pandemics, and avoiding or mitigating future pandemics. One piece of information that comes with every such viral sequence is the geographical location where it was collected -- the patterns found between viral variants and geographical location surely being an important part of this analysis. One major challenge that researchers face is processing such huge, highly dimensional data to obtain useful insights as quickly as possible. Most of the existing methods face scalability issues when dealing with the magnitude of such data. In this paper, we propose an approach that first computes a numerical representation of the spike protein sequence of SARS-CoV-2 using $k$-mers (substrings) and then uses several machine learning models to classify the sequences based on geographical location. We show that our proposed model significantly outperforms the baselines. We also show the importance of different amino acids in the spike sequences by computing the information gain corresponding to the true class labels.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes