Skip to content

Add HA1 and NA mutation counts #201

@huddlej

Description

@huddlej

Context

From @trvrb on Slack:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions