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