Skip to content

Instantly share code, notes, and snippets.

@nekrut
Created January 27, 2021 14:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekrut/cc588b67b22bc117d41bc9379d0e15ec to your computer and use it in GitHub Desktop.
Save nekrut/cc588b67b22bc117d41bc9379d0e15ec to your computer and use it in GitHub Desktop.
VOC coordinates in NC_045512.2
# B.1.551 set from https://cov-lineages.org/global_report_B.1.351.html
B1351 = {
'P71L':26454,
'T205I':28885,
'K1655N':5227,
'D80A':21799,
'D215G':22204,
'K417N':22810,
'A701V':23662,
'N501Y':23062,
'E484K':23011
}
# P.1 from https://cov-lineages.org/global_report_P.1.html
P1 = {
'S1188L':3826,
'K1795Q':5647,
'del':11288,
'L18F':21613,
'T20N':21619,
'P26S':21637,
'D138Y':21973,
'R190S':22129,
'K417T':22810,
'E484K':23011,
'N501Y':23062,
'H655Y':23524,
'T1027I':24640,
'G174C':25911,
'E92K':28166,
'P80R':28510
}
# B.1.1.7 from https://cov-lineages.org/global_report_B.1.1.7.html
B117 = {
'T1001I':3265,
'A1708D':5386,
'I2230T':6952,
'del9':11288,
'del6':21765,
'del3':21991,
'N501Y':23062,
'A570D':23269,
'P681H':23602,
'T716I':23707,
'S982A':24505,
'D1118H':24913,
'Q27stop':27971,
'Y73C':28109,
'D3L':28279,
'S235F':28975
}
# Evolving sites from https://www.biorxiv.org/content/10.1101/2020.12.31.425021v1
bloom ={
'E484': 23011,
'F456': 22927,
'F486': 23029,
'F490': 23029,
'G446': 22897,
'G447': 22900,
'G485': 23014,
'G496': 23047,
'I472': 22975,
'K444': 22891,
'L455': 22924,
'N448': 22903,
'N450': 22909,
'P384': 22711,
'S383': 22708,
'S443': 22888,
'V445': 22894,
'Y365': 22654,
'Y369': 22666,
'Y449': 22906,
'Y473': 22978
}
@ahmedmagds
Copy link

Great. useful work!
I think aa:Orf8:R52I may be missing from B.1.1.7 as per https://cov-lineages.org/global_report_B.1.1.7.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment