View source: R/check_mhcnuggets_installation.R
check_mhcnuggets_installation | R Documentation |
Check if MHCnuggets is installed. Will stop if not.
check_mhcnuggets_installation(
mhcnuggetsr_folder = get_default_mhcnuggetsr_folder(),
ormr_folder_name = get_default_orm_folder_name()
)
mhcnuggetsr_folder |
folder where |
ormr_folder_name |
folder used by the |
An MHCnuggets installation has two parts:
The installation of the Python package, for running the code
The download of the Python source code, which allows the use of example files
Nothing.
Richèl J.C. Bilderbeek
if (is_mhcnuggets_installed()) {
check_mhcnuggets_installation()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.