View source: R/mhcnuggetsr_self_test.R
mhcnuggetsr_self_test | R Documentation |
Self-test the package
mhcnuggetsr_self_test(
mhcnuggets_options = create_test_mhcnuggets_options(),
peptides_path = create_temp_peptides_path(),
mhcnuggets_output_filename = mhcnuggetsr::create_temp_peptides_path(fileext = ".csv"),
verbose = FALSE
)
mhcnuggets_options |
options to run MHCnuggets with, as can be created by create_mhcnuggets_options. |
peptides_path |
the path to the peptides |
mhcnuggets_output_filename |
name of a temporary file where MHCnuggets writes its output to |
verbose |
set to TRUE for more debug information |
Richèl J.C. Bilderbeek
if (is_mhcnuggets_installed()) {
mhcnuggetsr_self_test()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.