Learn R Programming

netmhc2pan (version 1.3.2)

check_netmhc2pan_installation: Checks the installation of NetMHCIIpan.

Description

Checks the installation of NetMHCIIpan. Throws a helpful error message if incomplete, else does nothing

Usage

check_netmhc2pan_installation(
  netmhc2pan_folder_name = get_default_netmhc2pan_folder()
)

Value

Nothing

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
# Will stop if NetMHC2pan is not installed
try(check_netmhc2pan_installation())

Run the code above in your browser using DataLab