View source: R/nomenclature_queries.R
get_mhcpan_input | R Documentation |
NetMHCpan tools for MHC-peptide binding prediction require
HLA complex names in a specific format. get_mhcpan_input
formats a
list of HLA alleles into a list of NetMHC-formated complexes.
get_mhcpan_input(allele_list, mhc_class)
allele_list |
list of HLA alles (e.g. c("A*01:01:01","B*27:01")) |
mhc_class |
["MHC-I"|"MHC-II"] indicated which NetMHC you want to use. |
protein chain list as formatted for MHCpan input
allele_list <- c("A*01:01:01","B*27:01") get_mhcpan_input(allele_list, mhc_class = "MHC-I")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.