# NOT RUN {
if (is_mhcnuggets_installed()) {
peptides_path <- get_example_filename("test_peptides.peps")
mhc_1_haplotype <- "HLA-A02:01"
mhcnuggets_options <- create_mhcnuggets_options(
mhc = mhc_1_haplotype
)
predict_ic50_from_file(
peptides_path = peptides_path,
mhcnuggets_options = mhcnuggets_options
)
}
# }
Run the code above in your browser using DataLab