Skip to contents

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

if (FALSE) { # \dontrun{
otargen::run_custom_query (variableList, query, query_name)
} # }