Skip to contents

Using ghql GraphqlClient function to query DGIdb version 5 to find the drug meta information, including: "name","conceptId","approved" ,"immunotherapy", "antiNeoplastic","drugAttributes" ,"drugApprovalRatings" ,"drugApplications".

Usage

queryDgidb_V5_drugAnnotation(drugs)

Arguments

drugs

character vector, the query drug names.

Examples

use_drugs<-c("Dasatinib","DOVITINIB","nondrug")
res<-queryDgidb_V5_drugAnnotation(drugs=use_drugs)
#> Error in queryDgidb_V5_drugAnnotation(drugs = use_drugs): could not find function "queryDgidb_V5_drugAnnotation"