View source: R/check_alleles.R
check_alleles | R Documentation |
Check if the alleles have a valid NetMHCpan name. Will stop if not.
check_alleles(alleles, netmhcpan_folder_name = get_default_netmhcpan_folder())
alleles |
one or more alleles, e.g. |
netmhcpan_folder_name |
the folder (to be) used by NetMHCpan. From this location, a subfolder for NetMHCpan is created. Use get_default_netmhcpan_folder to see the location of the default NetMHCpan folder. Use get_default_netmhcpan_subfolder to see the location of the default NetMHCpan subfolder. |
nothing
Richèl J.C. Bilderbeek
Use to_netmhcpan_name to convert a formal name to an NetMHCpan name. Use get_netmhcpan_alleles for a list of all supported alleles (in NetMHCpan naming format).
if (is_netmhcpan_installed()) { check_alleles("HLA-A0101") check_alleles(c("HLA-A0102", "HLA-A0103")) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.