Description Usage Arguments Value Examples
This function predicts the outcome of interaction between peptide and mhc-ii molecule by calculating the energy of the binding from all possible configurations between the peptide and the mhc-ii ligand. It derives such configurations by using function getInputVector
1 | predictBinding(pep, mhc_name, locus, opt = 1)
|
pep |
The amino acids sequence of the peptide of length =>9 nano mer. |
mhc_name |
The name of mhc-ii molecule. |
locus |
One of the three standard loci: DQ, DP, and DRB |
opt |
This parameter determines the prediction type (intra-allele or trans-alleles). 1 stands for intra-alleleic and 2 for trans-allelic. The default value of this is 1. |
A vector cantaining four items: the peptide, the mhc-ii molecule name, the probability of the binding, and the binary value (0 or 1), respectively.
1 2 | predictBinding('AIGIITLYLGAVVQA', 'DRB1_1501', 'DRB', 1 )
predictBinding('ITKLGAKPDGKTDCT', 'DQB10201', 'DQ', 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.