TRON-Bioinformatics / covigator

CoVigator - Monitoring SARS-CoV-2 mutations
MIT License
11 stars 1 forks source link

Annotate lineages with described mutations #62

Closed priesgo closed 1 year ago

priesgo commented 1 year ago

Following up on #61 we want here to include in the DB the mutations that are described to conform a given lineage. This is slightly different from the mutations that are observed in the samples from this lineage.

We could create a table LineageVariant with one FK pointing to the Lineage table and another FK pointing to the Variant table.

Potential issues:

johausmann commented 1 year ago

https://covariants.org/variants https://github.com/hodcroftlab/covariants/blob/master/web/data/clusters.json

The data provided by the Covariants team could be another source of lineage-defining mutations. They are divided into synonymous and non-synonymous mutations. The lineages are defined using the Nextstrain classification.

priesgo commented 1 year ago

The covariants resource looks better structured. Feel free to use this if it helps you

johausmann commented 1 year ago

Done. Closing the issue