This is a two-part project for analyzing genetic variations in SARS-CoV-2, a virus responsible for COVID-19/Coronavirus. The project was done with R, and it focuses on sequences across samples from different countries.
- Analyze and compare gene sequence from differente SARS-CoV-2 samples.
- Identify mutations across individual and country-level samples.
- Visualize the similarities and differences using R tools.
- Evidencia1: This contains the individual sequence analysis.
- Evidencia2: This contains the comparations of the sequence analysis between countries.
This project was developed using R and requires the following packages:
Biostringstidyverseggplot2msaapeggtree
Prerequisites
Make sure you have R and RStudio installed. Then install the required packages (if not already installed):
install.packages("tidyverse")
install.packages("ggplot2")
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("Biostrings", "msa", "ggtree", "ape"))
- Open
ev01.Rmdin RStudio. - Click "Knit" to generate the HTML report.
- Alternatively, run
Evidencia1_codigo.Rline by line to step through the analysis.
- Open
ev02.Rmdin RStudio. - Click "Knit" to generate the HTML report.