trait_to_variant | R Documentation |
Map an EFO trait id to a variant identifier.
trait_to_variant(efo_id, verbose = FALSE, warnings = TRUE)
efo_id |
A character vector of EFO trait 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 EFO trait identifier and the second column is the variant identifier.
## Not run:
# Map EFO trait identifiers to variant identifiers
trait_to_variant('EFO_0005229')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.