Learn R Programming

otargen (version 1.1.5)

run_custom_query: Running custom GraphQL queries

Description

Running custom GraphQL queries

Usage

run_custom_query(variableList, query, query_name)

Value

a flatten json file format

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

Examples

Run this code
if (FALSE) {
otargen::run_custom_query (variableList, query, query_name)
}

Run the code above in your browser using DataLab