Description Usage Arguments Value Examples
Supported MHC Molecules and Peptide Lengths
| 1 | supportedMHCs(l = NULL)
 | 
| l | integer giving the desired peptide length. If not given (default), then all possible combinations of peptide lengths and MHC molecules are returned. | 
A data frame containing the combinations of supported MHCs and peptide lengths.
| 1 2 3 4 | ## Which MHC molecules are supported?
levels( supportedMHCs()$mhc )
## Which peptide lengths are supported for HLA-A02:01?
with( supportedMHCs(), l[mhc=="HLA-A-02:01"] )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.