View source: R/run_custom_query.R
run_custom_query | R Documentation |
Running custom GraphQL queries
run_custom_query(variableList, query, query_name)
variableList |
is a list format which includes the key value pair list of genes/variants/study ids to be queries. |
query |
is a GraphQL desired query body to be run. |
query_name |
is a string format of the query name |
a flatten json file format
## Not run:
otargen::run_custom_query (variableList, query, query_name)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.