query_ctd_gene {CTDquerier} | R Documentation |
This function checks for CTDbase gene vocabulary and query CTDbase for each one, downloading gene-gene interactions, chemicals interactions, associated disease, associated KEGG pathways and associated GO terms.
query_ctd_gene(terms, verbose = FALSE)
terms |
Character vector with the genes used in the query. |
verbose |
(default |
An object of class CTDdata
.
rst <- query_ctd_gene( terms = c( "APP", "HMOX1A", "hmox1" ), verbose = TRUE )