powered by
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() )
name of the example file, without the path
superfolder of MHCnuggets. The name of the superfolder is /home/[user_name]/.local/share by default, as can be obtained byget_default_mhcnuggets_folder
/home/[user_name]/.local/share
URL to the MHCnuggets GitHub repository
the full path to an MHCnuggets example file
use get_example_filenames to get all MHCnuggets example filenames
# NOT RUN { if (is_mhcnuggets_installed()) { get_example_filename("test_peptides.peps") } # }
Run the code above in your browser using DataLab