View source: R/create_test_mhcnuggets_options.R
create_test_mhcnuggets_options | R Documentation |
Create a set of testing options to run MHCnuggets with. The most important setting is the use of a specific haplotype.
create_test_mhcnuggets_options(
mhc_class = NA,
mhc = "HLA-A02:01",
ba_models = FALSE,
verbose = FALSE,
mhcnuggetsr_folder = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url(),
folder_name = "deprecated"
)
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 |
mhcnuggetsr_folder |
folder where |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
folder_name |
deprecated name for 'mhcnuggetsr_folder' |
Richèl J.C. Bilderbeek
if (is_mhcnuggets_installed()) {
create_test_mhcnuggets_options()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.