powered by
This function queries the Open Targets GraphQL API to retrieve QTL credible sets data for a specified variant.
qtlCredibleSetsQuery(variantId, size = 500, index = 0)
Returns a tibble containing QTL credible sets data for the specified variant.
Character: ID of the target variant (e.g., "19_10352442_G_C").
Integer: Number of records to retrieve (default: 500).
Integer: Page index for pagination (default: 0).
if (FALSE) { result <- qtlCredibleSetsQuery(variantId = "19_10352442_G_C", size = 500, index = 0) }
Run the code above in your browser using DataLab