You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seasonal flu, we have epitope mutations for H3N2 and H1N1pdm, but strangely we don't have just HA1 mutations. (I no longer believe our split of epitope sites vs non-epitope sites is that accurate) We'll lacking any sorts for Vic and Yam. It would be nice to have HA1 mutation count for all 4. And NA mutation count as well for the NA tree.
Description
Define HA1 and NA distance maps for H1, H3, and B/Vic.
We already have a HA1 distance map for H3 and H1. We just need to create a similar JSON for B/Vic. For historical analyses, it would be useful to have one for B/Yam, too.
The NA mutation count would just require a simple Hamming distance map like this:
{
"name": "NA",
"default": 1,
"map": {}
}
We could use that same map for all subtypes.
To include these distance calculations in the builds, we would need to add entries to the distance map configuration table and add colorings to the Auspice config JSONs for public and private builds.
The text was updated successfully, but these errors were encountered:
Context
From @trvrb on Slack:
Description
Define HA1 and NA distance maps for H1, H3, and B/Vic.
We already have a HA1 distance map for H3 and H1. We just need to create a similar JSON for B/Vic. For historical analyses, it would be useful to have one for B/Yam, too.
The NA mutation count would just require a simple Hamming distance map like this:
We could use that same map for all subtypes.
To include these distance calculations in the builds, we would need to add entries to the distance map configuration table and add colorings to the Auspice config JSONs for public and private builds.
The text was updated successfully, but these errors were encountered: