query_ctd_chem {CTDquerier} | R Documentation |
This function checks for CTDbase gene vocabulary and query CTDbase for each one, downloading chemical-genes interactions, associated diseases, associated KEGG pathways and associated GO terms.
query_ctd_chem(terms, max.distance = 10, ask = FALSE, verbose = FALSE)
terms |
Character vector with the chemicals used in the query. |
max.distance |
(default |
ask |
(default |
verbose |
(default |
An object of class CTDdata
.
rst <- query_ctd_chem( terms = c( "Iron", "Air Pollutants" ), verbose = TRUE )