get_example_filenames: Get the full path to all MHCnuggets example files

View source: R/get_example_filenames.R

get_example_filenamesR Documentation

Get the full path to all MHCnuggets example files

Description

Get the full path to all MHCnuggets example files

Usage

get_example_filenames(
  mhcnuggetsr_folder = get_default_mhcnuggetsr_folder(),
  ormr_folder_name = get_default_orm_folder_name()
)

Arguments

mhcnuggetsr_folder

folder where mhcnuggetsr stores its temporary files. Use get_default_mhcnuggetsr_folder for its default value.

ormr_folder_name

folder used by the ormr package to install Python packages to. Use python3 to install Python packages via pip. Default value is python3

Value

a character vector with all MHCnuggets example files

Author(s)

Richèl J.C. Bilderbeek

See Also

use get_example_filename to get the full path to a MHCnuggets example file

Examples

if (is_mhcnuggets_installed()) {
  get_example_filenames()
}

richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.