Closed nickhir closed 3 years ago
These are taken directly from the NetMHC prediction tools, e.g. from Docker
~/antigen.garnish/netMHC/netMHCIIpan-4.0/netMHCIIpan -list
It can be tricky to figure out what needs to be passed because the nomenclature is not consistent over alleles, time, or tools. In your case, try DRB1_1467
.
~/antigen.garnish/netMHC/netMHCIIpan-4.0/netMHCIIpan -list | grep 1467
DRB1_1467
Once you have your allele list you can figure out how to modify the strings, which generally involves removing the *
and possible prepending HLA
.
I was wondering if you could elaborate how we should define the name of our MHC II alleles. If I take a look at the output of list_mhc() it seems like the MHCII alleles are defined like this:
This confused me a little, because I cant find this nomenclature anywhere else on the internet, and the MHC I alleles are defined as usual. Furthermore, it seems like even common MHC II alleles like
HLA-DQA1*01:01
are not supported. The MHC II allele that you listed in the example (HLA-DRB1*14:67
) is also not supported. Can you maybe tell me how to "translate" the nomenclatureHLA-DRB1*14:67
to the one that is required byantigen.garnish
?