This repository is described in the paper "Analysis of 2.1 million SARS-CoV-2 genomes identifies mutations associated with transmissibility". Figures and supplementary data for that paper are in the paper/ directory.
- Clone this repo into say
~/pyro-cov
cd ~/pyro-cov
make install
# installs dependenciesconda install nodejs
npm install --global @nextstrain/nextclade
- Work with GISAID to get a data agreement.
- Define environment variables
GISAID_USERNAME
,GISAID_PASSWORD
, andGISAID_FEED
make update
# clones other data sourcespython mutrans.py --vary-holdout
- generate plots by running various jupyter notebooks, e.g. mutrans.ipynb
make install
or literally
pip install -e .
If you use this software, please consider citing:
@article {Obermeyer2021.09.07.21263228,
author = {Obermeyer, Fritz and
Schaffner, Stephen F. and
Jankowiak, Martin and
Barkas, Nikolaos and
Pyle, Jesse D. and
Park, Daniel J. and
MacInnis, Bronwyn L. and
Luban, Jeremy and
Sabeti, Pardis C. and
Lemieux, Jacob E.},
title = {Analysis of 2.1 million SARS-CoV-2 genomes identifies mutations associated with transmissibility},
elocation-id = {2021.09.07.21263228},
year = {2021},
doi = {10.1101/2021.09.07.21263228},
publisher = {Cold Spring Harbor Laboratory Press},
URL = {https://www.medrxiv.org/content/early/2021/09/13/2021.09.07.21263228},
eprint = {https://www.medrxiv.org/content/early/2021/09/13/2021.09.07.21263228.full.pdf},
journal = {medRxiv}
}