get_mhc_1_haplotypes {mhcnuggetsr} | R Documentation |
Get all the MHC-I haplotypes that MHCnuggets has been trained upon.
get_mhc_1_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_mhc_1_haplotypes()
}