get_trained_mhc_2_haplotypes {mhcnuggetsr} | R Documentation |
Get all the MHC-II haplotypes that have been trained on a model
get_trained_mhc_2_haplotypes(
folder_name = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url()
)
folder_name |
superfolder of MHCnuggets.
The name of the superfolder is |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
a character vector with haplotype names in MHCnuggets format
Richèl J.C. Bilderbeek
if (is_mhcnuggets_installed()) {
get_trained_mhc_2_haplotypes()
}