Description Usage Arguments Value Examples
View source: R/is_mhcnuggets_name.R
Determine if an HLA haplotype name follow the name format that MHCnuggets uses internally
1 | is_mhcnuggets_name(mhc)
|
mhc |
the MHC haplotype name |
TRUE if the name follows the MHCnuggets naming convention
1 2 3 4 5 | # The official name is not the name format used by MHCnuggets
is_mhcnuggets_name("HLA-A*01:01")
# MHCnuggets uses names without the asterisk
is_mhcnuggets_name("HLA-A01:01")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.