The emergence of SARS-CoV-2 variants has significantly impacted the course of the COVID-19 pandemic. Among these, the Delta and Omicron variants have garnered particular attention due to their enhanced transmissibility, potential for immune escape, and differences in pathogenicity. Understanding the genetic differences between these variants can provide insights into their behavior and inform public health strategies. This study aims to perform a comparative genomic analysis of the Delta and Omicron variants to elucidate their genetic differences and evolutionary relationships.
We retrieved 10 sequences each of the Delta and Omicron variants from the GISAID database, a global repository for SARS-CoV-2 sequences. These sequences were chosen to represent the genetic diversity within each variant.
The following software packages and tools were used in this study:
- Biopython
- Clustal Omega package
- matplotlib
- MEGA11x
- Useing Clustal Omega for multiple sequence alignment of the Omicron sequences.
- Aligned Delta consensus sequence with Omicron sequences.
- Calculated the average percentage of each nucleotide (A, T, C, G) for both variants.
- Computed CG content using
gc_fraction
.
- Constructed a phylogenetic tree using the Neighbor-Joining method.
- Visualized and saved the tree as an image.
- using bio.phylo (Phylo module)and Matplotlib .
- using Mega11x for cyclic phlo tree for better visulization.
- Parsed sequences using SeqIO.
- Constructed consensus sequences by identifying the most frequent nucleotide at each position across the sequences.