View source: R/is_netmhc2pan_haplotype.R
is_netmhc2pan_haplotype | R Documentation |
Determines if a haplotype has the same notation as a NetMHC2pan haplotype
is_netmhc2pan_haplotype(mhc_haplotype)
mhc_haplotype |
one MHC haplotype, e.g. |
TRUE if the haplotype is a valid NetMHCIIpan haplotype
Richèl J.C. Bilderbeek
if (is_netmhc2pan_installed()) {
is_netmhc2pan_haplotype("DRB1_0311")
is_netmhc2pan_haplotype("nonsense")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.