Skip to content

Commit

Permalink
Merge pull request #89 from nextstrain/update-pivot
Browse files Browse the repository at this point in the history
Update Pango lineage pivots to JN.1
  • Loading branch information
joverlee521 authored Feb 27, 2024
2 parents c96088f + 1f1d679 commit 39a3f83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ models:
gisaid:
nextstrain_clades:
global:
pivot: "23A"
pivot: "23I"
pango_lineages:
global:
pivot: "XBB.1.5"
pivot: "JN.1"
open:
nextstrain_clades:
global:
pivot: "23A"
pivot: "23I"
pango_lineages:
global:
pivot: "XBB.1.5"
pivot: "JN.1"

# Model configs
mlr_config: "config/mlr-config.yaml"
Expand Down
2 changes: 1 addition & 1 deletion config/mlr-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ settings:

model:
generation_time: 4.8
pivot: "23A"
pivot: "23I"
hierarchical: true

inference:
Expand Down
8 changes: 4 additions & 4 deletions viz/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ function App() {
<h2>Clade growth advantage</h2>
<p>
These plots show the estimated growth advantage for given clades relative to clade
23A (lineage XBB.1.5). This describes how many more secondary infections a variant causes
on average relative to clade 23A. Vertical bars show the 95% HPD. The "hierarchical" panel
23I (lineage BA.2.86). This describes how many more secondary infections a variant causes
on average relative to clade 23I. Vertical bars show the 95% HPD. The "hierarchical" panel
shows pooled estimate of growth rates across different locations.
Results last updated {mlrCladesData?.modelData?.get('updated') || 'loading'}.
</p>
Expand All @@ -64,8 +64,8 @@ function App() {
<h2>Lineage growth advantage</h2>
<p>
These plots show the estimated growth advantage for given Pango lineages relative to
lineage XBB.1.5. This describes how many more secondary infections a variant causes
on average relative to lineage XBB.1.5. Vertical bars show the 95% HPD.
lineage JN.1. This describes how many more secondary infections a variant causes
on average relative to lineage JN.1. Vertical bars show the 95% HPD.
The "hierarchical" panel shows pooled estimate of growth rates across different locations.
Results last updated {mlrLineagesData?.modelData?.get('updated') || 'loading'}.
</p>
Expand Down

0 comments on commit 39a3f83

Please sign in to comment.