study_to_trait | R Documentation |
Map a study accession identifier to a EFO trait identifier.
study_to_trait(study_id, verbose = FALSE, warnings = TRUE)
study_id |
A character vector of study accession identifiers. |
verbose |
Whether the function should be verbose about the different queries or not. |
warnings |
Whether to print warnings. |
A dataframe of two identifiers. First column is the study identifier and the second column is the EFO identifier.
## Not run:
# Map GWAS study identifiers to EFO trait identifiers
study_to_trait(c('GCST001084', 'GCST001085'))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.