queryDgidb_V5_gene
queryDgidb_V5_gene.Rda 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"
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"