prihoda / AbNumber

Convenience Python APIs for antibody numbering using ANARCI
MIT License
80 stars 11 forks source link

what is the small circle in the kabat numbering? #20

Closed ppxwwtaking closed 3 months ago

ppxwwtaking commented 4 months ago

I print the chain numbering using kabat scheme. It shows some small circles under some residues. This never happens on other schemes. Could you explain what means?

prihoda commented 3 months ago

It shows "Vernier" positions - residues in proximity to CDRs, as defined in this paper:

Foote, J., & Winter, G. (1992). Antibody framework residues affecting the conformation of the hypervariable loops. Journal of Molecular Biology, 224(2), 487–499. https://doi.org/10.1016/0022-2836(92)91010-M

They are defined based on these Kabat positions: https://github.com/prihoda/AbNumber/blob/a8c1bbae9aea78974e84b59c08d15a70304946a1/abnumber/common.py#L119-L133