get_mhc_2_haplotypes {mhcnuggetsr} | R Documentation |
Get all the MHC-II haplotypes
Description
Get all the MHC-II haplotypes that MHCnuggets has been trained upon.
Usage
get_mhc_2_haplotypes(
folder_name = get_default_mhcnuggets_folder(),
mhcnuggets_url = get_mhcnuggets_url()
)
Arguments
folder_name |
superfolder of MHCnuggets.
The name of the superfolder is |
mhcnuggets_url |
URL to the MHCnuggets GitHub repository |
Value
a character vector with haplotype names in MHCnuggets format
Author(s)
Richèl J.C. Bilderbeek
Examples
if (is_mhcnuggets_installed()) {
get_mhc_2_haplotypes()
}
[Package mhcnuggetsr version 1.1 Index]