get_netmhc2pan_alleles {netmhc2pan}R Documentation

Get a list of the alleles supported by NetMHCIIpan

Description

Get a list of the alleles supported by NetMHCIIpan

Usage

get_netmhc2pan_alleles(
  netmhc2pan_folder_name = get_default_netmhc2pan_folder()
)

Arguments

netmhc2pan_folder_name

the folder (to be) used by NetMHCIIpan. From this location, a subfolder for NetMHCIIpan is created. Use get_default_netmhc2pan_folder to see the location of the default NetMHCIIpan folder. Use get_default_netmhc2pan_subfolder to see the location of the default NetMHCIIpan subfolder.

Value

a character vector with the NetMHCIIpan alleles

Author(s)

Richèl J.C. Bilderbeek

Examples

if (is_netmhc2pan_installed()) {
  get_netmhc2pan_alleles()[1:5]
}

[Package netmhc2pan version 1.3.2 Index]