get_example_filename {mhcnuggetsr} | R Documentation |
Get the full path to an MHCnuggets example file
get_example_filename(
filename = "test_peptides.peps",
folder_name = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url()
)
filename |
name of the example file, without the path |
folder_name |
superfolder of MHCnuggets.
The name of the superfolder is |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
the full path to an MHCnuggets example file
Richèl J.C. Bilderbeek
use get_example_filenames to get all MHCnuggets example filenames
if (is_mhcnuggets_installed()) {
get_example_filename("test_peptides.peps")
}