netmhcpan: netMHCpan: predict peptide binding strengths using NetMHCpan

netmhcpanR Documentation

netMHCpan: predict peptide binding strengths using NetMHCpan

Description

'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.

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_netmhcpan_installed()) {

  predict_ic50(
    peptides = c("AIAACAMLLV", "ALVCYIVMPV"),
    mhc_haplotype = "HLA-A0101"
  )
}

tzina97/netMHCpanW documentation built on April 26, 2022, 1:18 a.m.