View source: R/uniProtVariantsQuery.R
uniProtVariantsQuery | R Documentation |
This function queries the Open Targets GraphQL API to retrieve UniProt variants data for a specified variant.
uniProtVariantsQuery(variantId)
variantId |
Character: ID of the target variant (e.g., "4_1804392_G_A"). |
Returns a tibble containing UniProt variants data for the specified variant.
## Not run:
result <- uniProtVariantsQuery(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.