Learn R Programming

netmhc2pan (version 1.3.2)

get_netmhc2pan_alleles: 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()
)

Value

a character vector with the NetMHCIIpan alleles

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.

Author

Richèl J.C. Bilderbeek

Examples

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

Run the code above in your browser using DataLab