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