-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Once again, thank you for developing and maintaining such a great toolbox.
I am working on calculating HLA divergence from a set of allele pairs.
From the tests I have made, I am assuming that the divergence calculation includes ANY amino acid differences among the allele pair (predicted protein pair), right?
> library(hlabud)
> #Same P Group; different proteins
> hlabud::hla_divergence("A*01:02:01:01,A*01:412")
A*01:02:01:01,A*01:412
0.05511811
>
> #Same P Group; same protein
> hlabud::hla_divergence("A*01:02:01:01,A*01:02:02")
A*01:02:01:01,A*01:02:02
0
>
> #Different P Groups
> hlabud::hla_divergence("A*01:02:01:01,A*01:315")
A*01:02:01:01,A*01:315
0.8057743
Is there any possible way of restricting this calculation to amino acid differences located ONLY at the regions forming the peptide binding groove (exon 2 +3, class I genes; exon 2, class II genes)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels