install_netmhcpan_data: Install the NetMHCpan data to a local folder

View source: R/install_netmhcpan_data.R

install_netmhcpan_dataR Documentation

Install the NetMHCpan data to a local folder

Description

Install the NetMHCpan data to a local folder.

Usage

install_netmhcpan_data(
  netmhcpan_data_url = get_netmhcpan_data_url(),
  netmhcpan_folder_name = rappdirs::user_data_dir(),
  verbose = FALSE
)

Arguments

netmhcpan_data_url

URL to download the NetMHCpan data tarball file from, similar to, for example, https://services.healthtech.dtu.dk/services/NetMHCpan-4.1/data.tar.gz Use get_netmhcpan_data_url to get the default URL.

netmhcpan_folder_name

the folder (to be) used by NetMHCpan. From this location, a subfolder for NetMHCpan is created. Use get_default_netmhcpan_folder to see the location of the default NetMHCpan folder. Use get_default_netmhcpan_subfolder to see the location of the default NetMHCpan subfolder.

verbose

set to TRUE for more output

Details

This data can be downloaded from https://services.healthtech.dtu.dk/services/NetMHCpan-4.1/data.tar.gz, without filling in a contact form.

Value

Nothing

Author(s)

Richèl J.C. Bilderbeek

Examples


  install_netmhcpan_data()


tzina97/netMHCpanW documentation built on April 26, 2022, 1:18 a.m.