is_mhcnuggets_options {mhcnuggetsr} | R Documentation |
Is this a mhcnuggets_options
?
Description
Determine if the MHCnuggets options is valid.
Usage
is_mhcnuggets_options(mhcnuggets_options)
Arguments
mhcnuggets_options |
options to run MHCnuggets with, as can be created by create_mhcnuggets_options. |
Value
TRUE if this a valid set of MHCnuggets options
Author(s)
Richèl J.C. Bilderbeek
Examples
if (is_mhcnuggets_installed()) {
is_mhcnuggets_options(create_test_mhcnuggets_options())
}
[Package mhcnuggetsr version 1.1 Index]