Setup
In the rest of this module we’ll place SARS-CoV-2 on a phylogeny of 24 distantly related coronavirus sequences (SARS, MERS, etc.) from both human and animal hosts.
R packages
We’ll use ape
for phylogenetics, ggtree
for plotting trees, and harrietr
for data transformation.
library(tidyverse)
library(ape)
library(ggtree)
library(harrietr)