Code and data from Dallas et al. "Predicting the tripartite network of mosquito-borne disease"
收藏NIAID Data Ecosystem2026-03-13 收录
下载链接:
https://figshare.com/articles/dataset/Code_and_data_from_Dallas_et_al_Predicting_the_tripartite_network_of_mosquito-borne_disease_/17033309
下载链接
链接失效反馈官方服务:
资源简介:
## Predicting the tripartite network of mosquito-borne disease
### Citation
Code and data to reproduce the analyses from
> Dallas, TA, SJ Ryan, B Bellekom, A Fagre, R Christofferson, and CJ Carlson. 2021. Predicting the tripartite network of mosquito-borne disease.
## Compiling the project
To compile the R markdown, the following terminal command can be issued from the directory where the files are all located.
```
Rscript -e 'install.packages(c("gbm", "ROCR", "plyr",
"dplyr", "igraph", "vegan", "xtable", "parallel"))'
Rscript -e 'rmarkdown::render("analysis.Rmd", output_format="pdf_document")'
```
创建时间:
2021-11-17



