Skip to content

Commit 9690378

Browse files
committed
update to link to paper
1 parent 9eb6a38 commit 9690378

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
# The phylogenetic range of bacterial and viral pathogens of vertebrates
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
5+
36
![alt text][header]
47

58
[header]: data/pathogen-host-range-header-image.png
69

7-
**Associated preprint**: *The phylogenetic range of bacterial and viral pathogens of vertebrates*
10+
**Associated paper**: The phylogenetic range of bacterial and viral pathogens of vertebrates, *Molecular Ecology* (2020)
811

9-
**doi**: https://doi.org/10.1101/670315
12+
**doi**: [10.1111/mec.15463](https://doi.org/10.1111/mec.15463)
13+
**preprint doi**: https://doi.org/10.1101/670315
1014

1115
**Authors**: Liam P. Shaw\*, Alethea Wang\*, David Dylus, Magda Meier, Grega Pogacnik, Christophe Dessimoz, Francois Balloux (\* co-first authors)
1216

13-
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.
17+
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.
1418

1519
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).
1620

1721
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.
1822

19-
**Note:** At several points code is adapted/reused from the supplementary code repository made available by Olival et. al. (2017):
23+
**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:
2024

2125
* Olival et al. (2017) paper: *Host and viral traits predict zoonotic spillover from mammals* https://doi.org/10.1038/nature22975
2226
* Code repository: https://github.com/ecohealthalliance/HP3
23-
* MIT License: https://opensource.org/licenses/MIT
2427

2528
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.

0 commit comments

Comments
 (0)