is_efo_id | R Documentation |
Find which strings are valid EFO trait IDs (returns
TRUE
). EFO trait IDs are tested against the following regular
expression: ^EFO_\\d{7}$
.
is_efo_id(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.