run_custom_query: Running custom GraphQL queries

View source: R/run_custom_query.R

run_custom_queryR Documentation

Running custom GraphQL queries

Description

Running custom GraphQL queries

Usage

run_custom_query(variableList, query, query_name)

Arguments

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

Value

a flatten json file format

Examples

## Not run: 
otargen::run_custom_query (variableList, query, query_name)

## End(Not run)


otargen documentation built on Sept. 30, 2024, 9:43 a.m.