wgc-hackathon / covid

Analysis of publicly available COVID-19 data to identify the next variant of concern.
GNU General Public License v3.0
4 stars 2 forks source link

Dominant variant finder v0.1 #15

Closed maddyboo closed 3 years ago

maddyboo commented 3 years ago

Related to issue #14 - initial proof of concept code.

Imports a csv containing imaginary daily case data, looks for variants that show signs of dominance (significant percentage contribution to daily cases) and then outputs those flagged.

maddyboo commented 3 years ago

Yep, that's much neater - I've done the same for the other loops too - thanks!