View source: R/qtlCredibleSetsQuery.R
qtlCredibleSetsQuery | R Documentation |
This function queries the Open Targets GraphQL API to retrieve QTL credible sets data for a specified variant.
qtlCredibleSetsQuery(variantId, size = 500, index = 0)
variantId |
Character: ID of the target variant (e.g., "19_10352442_G_C"). |
size |
Integer: Number of records to retrieve (default: 500). |
index |
Integer: Page index for pagination (default: 0). |
Returns a tibble containing QTL credible sets data for the specified variant.
## Not run:
result <- qtlCredibleSetsQuery(variantId = "19_10352442_G_C", size = 500,
index = 0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.