Skip to content

Commit 6da2708

Browse files
Merge pull request #77 from mrc-ide/nipah_workflow
Creates initial Nipah workflow
2 parents 2b73a87 + d5aa3b4 commit 6da2708

23 files changed

Lines changed: 5542 additions & 568 deletions

nipah_workflow.R

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ orderly_run("nipah_latex_tables", list(pathogen="NIPAH"))
4545
orderly_run("nipah_transmission", list(pathogen="NIPAH"))
4646

4747
orderly_run("nipah_severity", list(pathogen="NIPAH"))
48+
49+
orderly_run("nipah_delays", list(pathogen="NIPAH"))
50+
51+
orderly_run("nipah_summary", list(pathogen="NIPAH"))
52+
53+
orderly_run("nipah_supp_tables", list(pathogen="NIPAH"))
54+
55+
orderly_run("nipah_risk_factors", list(pathogen="NIPAH"))

priority-pathogens.Rproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

shared/NIPAH_Bangladesh_IEDCR.csv

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Year,Cases,Death,CFR
2+
2001,13,9,69.23%
3+
2002,0,0,0.00%
4+
2003,12,8,66.67%
5+
2004,67,50,74.63%
6+
2005,12,11,91.67%
7+
2006,0,0,0.00%
8+
2007,18,9,50.00%
9+
2008,11,7,63.64%
10+
2009,4,1,25.00%
11+
2010,18,16,88.89%
12+
2011,43,37,86.05%
13+
2012,17,12,70.59%
14+
2013,31,25,80.65%
15+
2014,37,16,43.24%
16+
2015,15,11,73.33%
17+
2016,0,0,0.00%
18+
2017,3,2,66.67%
19+
2018,4,2,50.00%
20+
2019,8,7,87.50%
21+
2020,7,5,71.43%
22+
2021,2,0,0.00%
23+
2022,3,2,66.67%
24+
2023,13,10,76.92%
25+
2024,5,5,100.00%
26+
2025,4,4,100.00%

0 commit comments

Comments
 (0)