usegalaxy.org | usegalaxy.eu |
---|---|
To estimate the time of COVID-19 emergence we use simple root-to-tip regression (Korber et al. 2000; more complex and powerful phylodynamics methods could certainly be used, but for this data with very low levels of sequence divergence, simpler and faster methods suffice). From the set of all COVID-19 sequences available as of Feb 16, 2020 we obtain an MRCA date of Oct 24, 2019, which is close to other existing estimates Rambaut 2020.
This analysis consists of two components - a Galaxy workflow and a Jupyter notebook.
The workflow is used to extract full length sequences of SARS-CoV-2, tidy up their names in FASTA files, produce a multiple sequences alignment and compute a maximum likelihood tree.
The Jupyter notebook is used to correlate branch lengths with collection dates in order to estimate MRCA timing.
One input is required: a comma-separated file containing accession numbers and collection dates:
Accession,Collection_Date
MT019531,2019-12-30
MT019529,2019-12-23
MT007544,2020-01-25
MN975262,2020-01-11
...
An up-to-date version of this file can be generated directly from the NCBI Virus resource by
- searching for SARS-CoV-2 (NCBI taxid: 2697049) sequences
- configuring the list of results to display only the
Accession
andCollection date
columns - downloading the
Current table view result
inCSV format
The collection dates will be taken from the corresponding GenBank record's /collection_date
tag.
The Galaxy workflow generates a maximum-likelihood phylogenetic tree. This tree and the initial workflow input of accession numbers and collection times are then used in the Jupyter notebook to calculate an estimate of the time to the most recent common ancestor of all samples.
A Galaxy workspace (history) containing the most current analysis can be imported from here.
The publicly accessible workflow can be downloaded and installed on any Galaxy instance. It contains version information for all tools used in this analysis.
Tools used in this analysis are also available from BioConda:
Name | Link |
---|---|
ncbi-acc-download |
|
picard |
|
mafft |
|
fasttree |