get_netmhc2pan_alleles: Get a list of the alleles supported by NetMHCIIpan

View source: R/get_netmhc2pan_alleles.R

get_netmhc2pan_allelesR 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]
}

netmhc2pan documentation built on Nov. 9, 2023, 1:08 a.m.