is_study_id | R Documentation |
Find which strings are valid GWAS Catalog study accession IDs (returns
TRUE
). Study accession IDs are tested against the following regular
expression: ^GCST\\d+$
.
is_study_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.