View source: R/variantEffectQuery.R
variantEffectQuery | R Documentation |
This function queries the Open Targets GraphQL API to retrieve variant effect data for a specified variant.
variantEffectQuery(variantId)
variantId |
Character: ID of the target variant (e.g., "4_1804392_G_A"). |
Returns a tibble containing variant effect data for the specified variant.
## Not run:
result <- variantEffectQuery(variantId = "4_1804392_G_A")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.