Skip to contents

a wrapper to query DGIdb API with gene name. Use ghql GraphqlClient function to query DGIdb version 5 to find the interaction between drug and gene, information including: "interactionScore","interactionTypes","interactionAttributes" ,"publications","sources","drug.name","drug.conceptId","queryGene"

Usage

queryDgidb_V5_gene(genes)

Arguments

genes

character vector, the query gene names.

Examples

use_genes<-c("ATM","BCL2L1","LCK","CDK4")
res<-queryDgidb_V5_gene (genes=use_genes)
#> Error in queryDgidb_V5_gene(genes = use_genes): could not find function "queryDgidb_V5_gene"