powered by
This function queries the Open Targets GraphQL API to retrieve UniProt variants data for a specified variant.
uniProtVariantsQuery(variantId)
Returns a tibble containing UniProt variants data for the specified variant.
Character: ID of the target variant (e.g., "4_1804392_G_A").
if (FALSE) { result <- uniProtVariantsQuery(variantId = "4_1804392_G_A") }
Run the code above in your browser using DataLab