Description Author(s) Examples
'NetMHCIIpan' is a tool to predict the binding strength of a short peptide to an MHC-II complex. 'NetMHCIIpan' can be used from a web server at 'https://services.healthtech.dtu.dk/service.php?NetMHCIIpan-3.2' or from the command-line, using a local installation. This package allows to call 'NetMHCIIpan' from R.
Richèl J.C. Bilderbeek
1 2 3 4 5 6 7 | if (is_netmhc2pan_installed()) {
predict_ic50(
peptides = c("AIAACAMLLV", "ALVCYIVMPV"),
mhc_haplotype = "DRB1_0416"
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.