is_efo_id2 | R Documentation |
This function is more permissible than is_efo_id
.
This function matches EFO trait IDs against the following regular expression:
^\\w+$
. This is very forgiving on the input, any sequence of word
characters are ok. This is useful to match EFO identifiers that do not follow
the regex ^EFO_\\d{7}$
, such as: 'GO_0097334'
,
'HP_0001268'
, 'Orphanet_182098'
, and 'NCIT_C74532'
.
is_efo_id2(str, convert_NA_to_FALSE = TRUE)
str |
A character vector of strings. |
convert_NA_to_FALSE |
Whether to treat |
A logical vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.