View source: R/create_mhcnuggets_options.R
create_mhcnuggets_options | R Documentation |
Create a set of options to run MHCnuggets with.
create_mhcnuggets_options(
mhc_class = NA,
mhc,
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' |
This function will give an error message if the arguments are invalid.
an mhcnuggets_options
an mhcnuggets_options
created
by create_mhcnuggets_options is always
checked by check_mhcnuggets_options
Richèl J.C. Bilderbeek
use create_test_mhcnuggets_options to create an MHCnuggets object for testing
if (is_mhcnuggets_installed()) {
create_mhcnuggets_options(
mhc = "HLA-A02:01"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.