Description Usage Arguments Value Examples
This function predicts binding affinities for a dataframe containing set of peptides with set of the targeted mhcii Molcules, associated with their perspective loci. It generalization of predictionBinding function.
1 | predictBindingSet(dataset, opt = 1)
|
dataset |
Dataframe of three columns; containing the peptide, name of the mhc-ii molecule, and the name of locus, respectively. The order of columns must be maintained. |
opt |
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 dataframe contains four columns: the peptide, the mhc-ii molecule name, the probability of the binding, and the binary value (0 or 1) respectively.
1 | predictBindingSet <- function(dataset, opt =2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.