Description Usage Arguments Examples
Uses the information in the SMM matrices to predict anchor positions for a given MHC
molecule. Specifically, SMM matrix columns are sorted by their variance, and the
k
columns with lowest variance are defined as anchor positions.
1 | anchorPositions(mhc = "HLA-A-02:01", l = 9, k = 2)
|
mhc |
the mhc molecules. |
l |
the peptide length. |
k |
how many anchor positions to return. |
1 2 3 4 | ## Investigate anchor positions for the HLA molecules A02:01 and B27:05
anchorPositions( "HLA-A-02:01" )
anchorPositions( "HLA-A-02:01", k=3 )
anchorPositions( "HLA-B-27:05" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.