#' netMHCpan: predict peptide binding strengths using NetMHCpan
#'
#' '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.
#' @examples
#' if (is_netmhcpan_installed()) {
#'
#' predict_ic50(
#' peptides = c("AIAACAMLLV", "ALVCYIVMPV"),
#' mhc_haplotype = "HLA-A0101"
#' )
#' }
#' @author Richèl J.C. Bilderbeek
#' @docType package
#' @name netmhcpan
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.