-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
# The phylogenetic range of bacterial and viral pathogens of vertebrates | ||
|
||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | ||
|
||
|
||
![alt text][header] | ||
|
||
[header]: data/pathogen-host-range-header-image.png | ||
|
||
**Associated preprint**: *The phylogenetic range of bacterial and viral pathogens of vertebrates* | ||
**Associated paper**: The phylogenetic range of bacterial and viral pathogens of vertebrates, *Molecular Ecology* (2020) | ||
|
||
**doi**: https://doi.org/10.1101/670315 | ||
**doi**: [10.1111/mec.15463](https://doi.org/10.1111/mec.15463) | ||
**preprint doi**: https://doi.org/10.1101/670315 | ||
|
||
**Authors**: Liam P. Shaw\*, Alethea Wang\*, David Dylus, Magda Meier, Grega Pogacnik, Christophe Dessimoz, Francois Balloux (\* co-first authors) | ||
|
||
This repository contains code to reproduce all figures and analyses in the associated paper analysing the host range of pathogen species. This is bundled together in the Rmarkdown notebook (Supplementary Text 1 of the manuscript). It also contains several data files. The image above is a schematic for the manual literature review used to construct the database of host-pathogen associations. For more information on the dataset collection methods and analysis, please see the preprint. | ||
This repository contains code to reproduce all figures and analyses in the associated paper analysing the host range of pathogen species. This is bundled together in the Rmarkdown notebook (Supplementary Text 1 of the manuscript). It also contains several data files. The image above is a schematic for the manual literature review used to construct the database of host-pathogen associations. For more information on the dataset collection methods and analysis, please see the paper. | ||
|
||
Code can be altered to change any of the figures. Some explanatory text is provided, but not much. Any questions can be addressed via email (liam.philip.shaw at gmail dot com). | ||
|
||
Unless otherwise stated, data related to viruses is plotted in <span style="color:red">red</span> and bacteria in black. The code should take <10 minutes to run on a standard laptop. | ||
|
||
**Note:** At several points code is adapted/reused from the supplementary code repository made available by Olival et. al. (2017): | ||
**Note:** At several points code is adapted/reused from the fantastic supplementary code repository made available by Olival et. al. (2017) for an analysis of viral pathogens: | ||
|
||
* Olival et al. (2017) paper: *Host and viral traits predict zoonotic spillover from mammals* https://doi.org/10.1038/nature22975 | ||
* Code repository: https://github.com/ecohealthalliance/HP3 | ||
* MIT License: https://opensource.org/licenses/MIT | ||
|
||
This mainly applies to several scripts in the `scripts' directory relating to the fitting and plotting of generalized additive models (GAMs) -- more information is included where appropriate. All code here is also made available under the MIT License. |