| netmhcpan | R Documentation |
'NetMHCpan' is a tool to predict the binding strength of a short peptide to an MHC complex. 'NetMHCpan' can be used from a web server at 'http://www.cbs.dtu.dk/services/NetMHCpan/' or from the command-line, using a local installation. This package allows to call 'NetMHCpan' from R.
Richèl J.C. Bilderbeek
if (is_netmhcpan_installed()) {
predict_ic50(
peptides = c("AIAACAMLLV", "ALVCYIVMPV"),
mhc_haplotype = "HLA-A0101"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.