View source: R/get_example_filename.R
get_example_filename | R Documentation |
Get the full path to an MHCnuggets example file
get_example_filename(
filename = "test_peptides.peps",
mhcnuggetsr_folder = get_default_mhcnuggetsr_folder()
)
filename |
name of the example file, without the path |
mhcnuggetsr_folder |
folder where |
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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.