get_mhc_binding
Look up a CACHED MHC-I binding prediction for a peptide + HLA allele.
Returns the NetMHCpan result (best binding core, %Rank_EL, binder level
SB/WB/NB, and neoepitope %Rank_Neo when computed) for predictions already stored
in the cache. This tool does NOT run new predictions - it only reads cached ones;
if nothing is cached it returns cached=false with a note. To generate a new
prediction, use the interactive button on the mutation page of the website.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allele | Yes | HLA class-I allele in NetMHCpan format, e.g. 'HLA-A*02:11', 'HLA-B*07:02'. | |
| peptide | Yes | The peptide sequence, e.g. 'FLDGNQIVT' (single-letter amino acids). |