Description Usage Arguments Examples
Visualizes the set of peptides which are predicted to bind to a certain MHC molecule.
1 2 3 |
mhc |
name of the MHC molecule. |
l |
length of the peptide. |
motif.matrix |
a matrix. If this is not |
width |
bar width for profile per position. |
space |
amount of space left before each bar, as a fraction of the bar width. |
col |
vector of colors to use for the amino acids (given in alphabetical order in single-letter coding). |
main |
title for the plot. |
... |
further options to be passed on to |
1 2 3 4 5 | ## Compare binding motifs of HLA-A02 at all supported peptide lengths
par( mfrow=c(2,2) )
for( l in 8:11 ){
plotBindingMotif( "HLA-A-02:01", l )
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.