# NOT RUN {
if (is_mhcnuggets_installed()) {
peptides <- c("AIAACAMLLV", "ALVCYIVMPV", "ALEPRKEIDV")
mhc_1_haplotype <- "HLA-A02:01"
mhcnuggets_options <- create_mhcnuggets_options(
mhc = mhc_1_haplotype
)
predict_ic50(
peptides = peptides,
mhcnuggets_options = mhcnuggets_options
)
}
# }
Run the code above in your browser using DataLab