BA.2.86
The SARS-CoV-2 variants BA.2.86 and its subvariant BA.2.86.1 have been showing up in the news over the last several weeks. The cause for concern is that the virus contains a number of new mutations in the spike protein compared to the Omicron variants. However, it's unclear what effect these mutations have on severity or disease transmission. I downloaded 105 FASTA sequences with Pango lineage of BA.2.86 or BA.2.86.1 and a metafile with 15,962,305 records from GISAID on September 11, 2023. After filtering to remove the sequences containing incomplete genomes, I was left with 98 sequences. The number of BA.2.86 and BA.2.86.1 sequences has been growing slowly over the past few months. The code for this plot can be found here . Mutation Pipeline To study the mutations in the BA.2.86 and BA.2.86.1 sequences compared to the Wuhan reference sequence, I used the following pipeline. It's not a fully automated pipeline, but a series of steps. First, the metafile was filtered to find ...