create_test_mhcnuggets_options {mhcnuggetsr} | R Documentation |
Create testing options for MHCnuggets
Description
Create a set of testing options to run MHCnuggets with. The most important setting is the use of a specific haplotype.
Usage
create_test_mhcnuggets_options(
mhc_class = NA,
mhc = "HLA-A02:01",
ba_models = FALSE,
verbose = FALSE,
folder_name = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url()
)
Arguments
mhc_class |
MHC class. Must be |
mhc |
the MHC haplotype name |
ba_models |
Set to TRUE to use a pure BA model |
verbose |
set to TRUE for more debug information |
folder_name |
superfolder of MHCnuggets.
The name of the superfolder is |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
Author(s)
Richèl J.C. Bilderbeek
Examples
if (is_mhcnuggets_installed()) {
create_test_mhcnuggets_options()
}
[Package mhcnuggetsr version 1.1 Index]