View source: R/check_mhc_allele_names.R
check_mhc_allele_names | R Documentation |
mhc_allele_names
is valid.Check if the mhc_allele_names
is valid.
Will stop if not
check_mhc_allele_names( mhc_allele_names, mhc_allele_names_regex = "(cs)\\.\\{(HLA-.*)\\}" )
mhc_allele_names |
names of one or more MHC allele names |
mhc_allele_names_regex |
a regular expression for a 'PostgREST' expression to select zero, one or more MHC allele names |
nothing
Richèl J.C. Bilderbeek
use check_mhc_allele_name to check an allele name
check_mhc_allele_names("cs.{HLA-A*01:01}")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.