Open huzuner opened 3 months ago
CoVariants provides complete lists of mutations:
https://covariants.org/variants/24B.Omicron
another resource would be the pango-lineage consensus sequences maintained by @corneliusroemer
https://github.com/corneliusroemer/pango-sequences
The tree.json
contains all mutations and you can accumulate those along any path in the tree.
hope this helps, richard
This has been very helpful for me, thank you very much for your response! :)
Hi,
Do you provide any resource for the list of mutational changes per clade?
In the dataset that is acquired with Nextclade CLI,
nextstrain/sars-cov-2/wuhan-hu-1
, there is this statement in README.md:However, those are not the list of all mutations, but only a subset that's used for
augur clades
. see: https://github.com/nextstrain/ncov/issues/1107Is this also same for the
tree.json
that's provided in the nextstrain dataset?I checked and compared mutations of
clades.tsv
withtree.json
, they are different.If
tree.json
contains all mutations for all clades in that dataset, in what way it is organized? This is unfortunately not very clear anywhere in the documentation.Thank you