supportedMHCs: Supported MHC Molecules and Peptide Lengths

Description Usage Arguments Value Examples

View source: R/peptide-mhc.R

Description

Supported MHC Molecules and Peptide Lengths

Usage

1

Arguments

l

integer giving the desired peptide length. If not given (default), then all possible combinations of peptide lengths and MHC molecules are returned.

Value

A data frame containing the combinations of supported MHCs and peptide lengths.

Examples

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"] )

EpitopePrediction documentation built on May 2, 2019, 6:18 p.m.