Difference between revisions of "UK variant comparison"
Line 1: | Line 1: | ||
− | These graphs should auto-update every | + | These graphs should auto-update every few days, according to when there is new sequence data from [https://www.cogconsortium.uk/tools-analysis/public-data-analysis-2/ COG-UK]. You may need to hit shift-reload or some such to defeat your browser's cache. |
BA.1 is used as the baseline variant for the first three graphs and BA.1.1 in the last one. A y-co-ordinate of 0 corresponds to equal number of new cases per day of a variant compared to the baseline variant. The purpose of presenting it this way, with a particular chosen baseline variant, as opposed to all three variants on an equal footing, is that it means we expect to get straight lines to some reasonable approximation. | BA.1 is used as the baseline variant for the first three graphs and BA.1.1 in the last one. A y-co-ordinate of 0 corresponds to equal number of new cases per day of a variant compared to the baseline variant. The purpose of presenting it this way, with a particular chosen baseline variant, as opposed to all three variants on an equal footing, is that it means we expect to get straight lines to some reasonable approximation. | ||
Note that the growth estimates here rely on sequenced cases, of which there are about 10,000 per day, being representative of infections. This assumption may or may not hold, though arguably a good linear fit over an extended period (say, several weeks) constitutes some evidence in its favour, because many distortions you may think of, such as preferential sequencing of a particular variant for a limited time period, or different growth rates in different subpopulations, would often have the effect of knocking the relationship off being linear. | Note that the growth estimates here rely on sequenced cases, of which there are about 10,000 per day, being representative of infections. This assumption may or may not hold, though arguably a good linear fit over an extended period (say, several weeks) constitutes some evidence in its favour, because many distortions you may think of, such as preferential sequencing of a particular variant for a limited time period, or different growth rates in different subpopulations, would often have the effect of knocking the relationship off being linear. | ||
+ | |||
+ | Program used for analysis: [https://github.com/alex1770/Covid-19/blob/master/VOCgrowth/uk_var_comp.py uk_var_comp.py]. | ||
[http://sonorouschocolate.com/covid19/extdata/UK_BA.1_BA.1.1_BA.2.png <img src="http://sonorouschocolate.com/covid19/extdata/UK_BA.1_BA.1.1_BA.2.small.png">] | [http://sonorouschocolate.com/covid19/extdata/UK_BA.1_BA.1.1_BA.2.png <img src="http://sonorouschocolate.com/covid19/extdata/UK_BA.1_BA.1.1_BA.2.small.png">] |
Revision as of 04:33, 2 February 2022
These graphs should auto-update every few days, according to when there is new sequence data from COG-UK. You may need to hit shift-reload or some such to defeat your browser's cache.
BA.1 is used as the baseline variant for the first three graphs and BA.1.1 in the last one. A y-co-ordinate of 0 corresponds to equal number of new cases per day of a variant compared to the baseline variant. The purpose of presenting it this way, with a particular chosen baseline variant, as opposed to all three variants on an equal footing, is that it means we expect to get straight lines to some reasonable approximation.
Note that the growth estimates here rely on sequenced cases, of which there are about 10,000 per day, being representative of infections. This assumption may or may not hold, though arguably a good linear fit over an extended period (say, several weeks) constitutes some evidence in its favour, because many distortions you may think of, such as preferential sequencing of a particular variant for a limited time period, or different growth rates in different subpopulations, would often have the effect of knocking the relationship off being linear.
Program used for analysis: uk_var_comp.py.